diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-07-09 00:27:37 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-07-09 00:27:37 +0800 |
commit | 749882370df855f280811a53733d4edb890e2d72 (patch) | |
tree | 54d7f8875239395855a932cd1ced02dda495bdfc /vim/lua | |
parent | d2df80b9623e5d660ceb0b89daf52159988dec97 (diff) |
Update
Diffstat (limited to 'vim/lua')
-rw-r--r-- | vim/lua/chadrc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/lua/chadrc.lua b/vim/lua/chadrc.lua index e19b897..6006371 100644 --- a/vim/lua/chadrc.lua +++ b/vim/lua/chadrc.lua | |||
@@ -5,7 +5,7 @@ | |||
5 | local M = {} | 5 | local M = {} |
6 | 6 | ||
7 | M.ui = { | 7 | M.ui = { |
8 | theme = "onedark", | 8 | theme = "bearded-arc", |
9 | 9 | ||
10 | -- hl_override = { | 10 | -- hl_override = { |
11 | -- Comment = { italic = true }, | 11 | -- Comment = { italic = true }, |