summaryrefslogtreecommitdiff
path: root/lua/doomchad
diff options
context:
space:
mode:
authornotken12 <kendotzhou@gmail.com>2022-11-08 21:15:21 -0500
committernotken12 <kendotzhou@gmail.com>2022-11-08 21:15:21 -0500
commit699dc12b318722b0f29e4335dbb21ae66ae06bf4 (patch)
treefce6934f1230bcc3e0c36374dac66aa75ed5de0e /lua/doomchad
parentchange cursorline (diff)
change cursorline and cursorcolumn to lighter
Diffstat (limited to 'lua/doomchad')
-rw-r--r--lua/doomchad/theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/doomchad/theme.lua b/lua/doomchad/theme.lua
index b8300be..cdd0d37 100644
--- a/lua/doomchad/theme.lua
+++ b/lua/doomchad/theme.lua
@@ -27,9 +27,9 @@ theme.set_highlights = function()
hl(0, "LineNr", { fg = c.grey, bg = 'NONE' })
hl(0, "FloatBorder", { fg = c.blue, bg = 'NONE' })
hl(0, "VertSplit", { fg = c.line, bg = 'NONE' })
- hl(0, "CursorLine", { fg = 'NONE', bg = c.one_bg })
- hl(0, "CursorColumn", { fg = 'NONE', bg = c.base01 })
- hl(0, "ColorColumn", { fg = 'NONE', bg = c.base01 })
+ hl(0, "CursorLine", { fg = 'NONE', bg = c.black2 })
+ hl(0, "CursorColumn", { fg = 'NONE', bg = c.black2 })
+ hl(0, "ColorColumn", { fg = 'NONE', bg = c.black2 })
hl(0, "NormalFloat", { fg = 'NONE', bg = c.darker_black })
hl(0, "Visual", { fg = 'NONE', bg = c.base02 })
hl(0, "VisualNOS", { fg = c.base08, bg = 'NONE' })