aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'vim/lua')
-rw-r--r--vim/lua/chadrc.lua2
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 @@
5local M = {} 5local M = {}
6 6
7M.ui = { 7M.ui = {
8 theme = "onedark", 8 theme = "bearded-arc",
9 9
10 -- hl_override = { 10 -- hl_override = {
11 -- Comment = { italic = true }, 11 -- Comment = { italic = true },