diff options
| author | notken12 <kendotzhou@gmail.com> | 2022-11-08 21:12:37 -0500 |
|---|---|---|
| committer | notken12 <kendotzhou@gmail.com> | 2022-11-08 21:12:37 -0500 |
| commit | 2bb41b0bb715bdbad2105cf1d8ee14561136aa91 (patch) | |
| tree | 2fe71bd0e58da18585080cb23f12e6dbaf40276f /lua/onedark | |
| parent | new treesitter highlights (diff) | |
change cursorline
Diffstat (limited to 'lua/onedark')
| -rw-r--r-- | lua/onedark/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/onedark/theme.lua b/lua/onedark/theme.lua index cbb257b..39a0635 100644 --- a/lua/onedark/theme.lua +++ b/lua/onedark/theme.lua @@ -27,7 +27,7 @@ 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.base01 }) + 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, "NormalFloat", { fg = 'NONE', bg = c.darker_black }) |