diff options
| author | notken12 <kendotzhou@gmail.com> | 2022-11-08 21:15:21 -0500 |
|---|---|---|
| committer | notken12 <kendotzhou@gmail.com> | 2022-11-08 21:15:21 -0500 |
| commit | 699dc12b318722b0f29e4335dbb21ae66ae06bf4 (patch) | |
| tree | fce6934f1230bcc3e0c36374dac66aa75ed5de0e | |
| parent | change cursorline (diff) | |
change cursorline and cursorcolumn to lighter
93 files changed, 279 insertions, 279 deletions
diff --git a/lua/aquarium/theme.lua b/lua/aquarium/theme.lua index 2b2ee3d..704c986 100644 --- a/lua/aquarium/theme.lua +++ b/lua/aquarium/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' }) diff --git a/lua/ayu_dark/theme.lua b/lua/ayu_dark/theme.lua index 950ce15..d941c7d 100644 --- a/lua/ayu_dark/theme.lua +++ b/lua/ayu_dark/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' }) diff --git a/lua/ayu_light/theme.lua b/lua/ayu_light/theme.lua index bae1234..d2c9e42 100644 --- a/lua/ayu_light/theme.lua +++ b/lua/ayu_light/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' }) diff --git a/lua/blossom/theme.lua b/lua/blossom/theme.lua index 92dd64a..f0c25d1 100644 --- a/lua/blossom/theme.lua +++ b/lua/blossom/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' }) diff --git a/lua/catppuccin/theme.lua b/lua/catppuccin/theme.lua index e47c8c1..af893c0 100644 --- a/lua/catppuccin/theme.lua +++ b/lua/catppuccin/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' }) diff --git a/lua/catppuccin_latte/theme.lua b/lua/catppuccin_latte/theme.lua index 181da01..f277c5d 100644 --- a/lua/catppuccin_latte/theme.lua +++ b/lua/catppuccin_latte/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' }) diff --git a/lua/chadracula/theme.lua b/lua/chadracula/theme.lua index 104c5b0..318feea 100644 --- a/lua/chadracula/theme.lua +++ b/lua/chadracula/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' }) diff --git a/lua/chadtain/theme.lua b/lua/chadtain/theme.lua index c99f18a..d2b27e5 100644 --- a/lua/chadtain/theme.lua +++ b/lua/chadtain/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' }) diff --git a/lua/chocolate/theme.lua b/lua/chocolate/theme.lua index 67f6e5b..d8f194b 100644 --- a/lua/chocolate/theme.lua +++ b/lua/chocolate/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' }) diff --git a/lua/dark_horizon/theme.lua b/lua/dark_horizon/theme.lua index 7cd1056..6619843 100644 --- a/lua/dark_horizon/theme.lua +++ b/lua/dark_horizon/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' }) diff --git a/lua/decay/theme.lua b/lua/decay/theme.lua index 59fc0a5..ea2789b 100644 --- a/lua/decay/theme.lua +++ b/lua/decay/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' }) 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' }) diff --git a/lua/everforest/theme.lua b/lua/everforest/theme.lua index 6ac104f..8b7abc4 100644 --- a/lua/everforest/theme.lua +++ b/lua/everforest/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' }) diff --git a/lua/everforest_light/theme.lua b/lua/everforest_light/theme.lua index 0010535..e873c56 100644 --- a/lua/everforest_light/theme.lua +++ b/lua/everforest_light/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' }) diff --git a/lua/falcon/theme.lua b/lua/falcon/theme.lua index 73bb4ab..950295e 100644 --- a/lua/falcon/theme.lua +++ b/lua/falcon/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' }) diff --git a/lua/gatekeeper/theme.lua b/lua/gatekeeper/theme.lua index d51e698..e1b04cc 100644 --- a/lua/gatekeeper/theme.lua +++ b/lua/gatekeeper/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' }) diff --git a/lua/gruvbox/theme.lua b/lua/gruvbox/theme.lua index d18f573..4d242c9 100644 --- a/lua/gruvbox/theme.lua +++ b/lua/gruvbox/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' }) diff --git a/lua/gruvbox_light/theme.lua b/lua/gruvbox_light/theme.lua index e619177..c75f806 100644 --- a/lua/gruvbox_light/theme.lua +++ b/lua/gruvbox_light/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' }) diff --git a/lua/gruvbox_material/theme.lua b/lua/gruvbox_material/theme.lua index b46df29..92dc7b4 100644 --- a/lua/gruvbox_material/theme.lua +++ b/lua/gruvbox_material/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' }) diff --git a/lua/gruvchad/theme.lua b/lua/gruvchad/theme.lua index 333e406..1768b2a 100644 --- a/lua/gruvchad/theme.lua +++ b/lua/gruvchad/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' }) diff --git a/lua/jellybeans/theme.lua b/lua/jellybeans/theme.lua index ef97492..2a13d42 100644 --- a/lua/jellybeans/theme.lua +++ b/lua/jellybeans/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' }) diff --git a/lua/kanagawa/theme.lua b/lua/kanagawa/theme.lua index 389ce2d..c645496 100644 --- a/lua/kanagawa/theme.lua +++ b/lua/kanagawa/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' }) diff --git a/lua/monekai/theme.lua b/lua/monekai/theme.lua index e2c428e..32261c4 100644 --- a/lua/monekai/theme.lua +++ b/lua/monekai/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' }) diff --git a/lua/mountain/theme.lua b/lua/mountain/theme.lua index 14ba760..ec16dc1 100644 --- a/lua/mountain/theme.lua +++ b/lua/mountain/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' }) diff --git a/lua/nightfox/theme.lua b/lua/nightfox/theme.lua index 5414a4e..e4a84e0 100644 --- a/lua/nightfox/theme.lua +++ b/lua/nightfox/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' }) diff --git a/lua/nightlamp/theme.lua b/lua/nightlamp/theme.lua index 0db20a1..2d8e16a 100644 --- a/lua/nightlamp/theme.lua +++ b/lua/nightlamp/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' }) diff --git a/lua/nightowl/theme.lua b/lua/nightowl/theme.lua index 07a67cc..2bdfe5c 100644 --- a/lua/nightowl/theme.lua +++ b/lua/nightowl/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' }) diff --git a/lua/nord/theme.lua b/lua/nord/theme.lua index 2fc1d1a..81a4503 100644 --- a/lua/nord/theme.lua +++ b/lua/nord/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' }) diff --git a/lua/oceanic_next/theme.lua b/lua/oceanic_next/theme.lua index 9552e61..da35f48 100644 --- a/lua/oceanic_next/theme.lua +++ b/lua/oceanic_next/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' }) diff --git a/lua/one_light/theme.lua b/lua/one_light/theme.lua index 3737b9a..e25d093 100644 --- a/lua/one_light/theme.lua +++ b/lua/one_light/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' }) diff --git a/lua/onedark/theme.lua b/lua/onedark/theme.lua index 39a0635..0aacb09 100644 --- a/lua/onedark/theme.lua +++ b/lua/onedark/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' }) diff --git a/lua/onenord/theme.lua b/lua/onenord/theme.lua index 6418ce3..3961e57 100644 --- a/lua/onenord/theme.lua +++ b/lua/onenord/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' }) diff --git a/lua/onenord_light/theme.lua b/lua/onenord_light/theme.lua index cd3371d..1fa2a19 100644 --- a/lua/onenord_light/theme.lua +++ b/lua/onenord_light/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' }) diff --git a/lua/palenight/theme.lua b/lua/palenight/theme.lua index 9010639..1f16d33 100644 --- a/lua/palenight/theme.lua +++ b/lua/palenight/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' }) diff --git a/lua/pastelDark/theme.lua b/lua/pastelDark/theme.lua index 4adf8b5..1f1de13 100644 --- a/lua/pastelDark/theme.lua +++ b/lua/pastelDark/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' }) diff --git a/lua/radium/theme.lua b/lua/radium/theme.lua index 45f1d0a..1aac0d5 100644 --- a/lua/radium/theme.lua +++ b/lua/radium/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' }) diff --git a/lua/rosepine/theme.lua b/lua/rosepine/theme.lua index 6c7c014..4aa312d 100644 --- a/lua/rosepine/theme.lua +++ b/lua/rosepine/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' }) diff --git a/lua/rxyhn/theme.lua b/lua/rxyhn/theme.lua index 61b19d5..def6a35 100644 --- a/lua/rxyhn/theme.lua +++ b/lua/rxyhn/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' }) diff --git a/lua/solarized_dark/theme.lua b/lua/solarized_dark/theme.lua index 83283c1..2f7bef1 100644 --- a/lua/solarized_dark/theme.lua +++ b/lua/solarized_dark/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' }) diff --git a/lua/sweetpastel/theme.lua b/lua/sweetpastel/theme.lua index a50f682..8930907 100644 --- a/lua/sweetpastel/theme.lua +++ b/lua/sweetpastel/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' }) diff --git a/lua/tokyodark/theme.lua b/lua/tokyodark/theme.lua index 96f48ec..35f9a62 100644 --- a/lua/tokyodark/theme.lua +++ b/lua/tokyodark/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' }) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 92cba6f..467a19b 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/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' }) diff --git a/lua/tomorrow_night/theme.lua b/lua/tomorrow_night/theme.lua index 5107775..268548f 100644 --- a/lua/tomorrow_night/theme.lua +++ b/lua/tomorrow_night/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' }) diff --git a/lua/vscode_dark/theme.lua b/lua/vscode_dark/theme.lua index a9776b8..ef1930e 100644 --- a/lua/vscode_dark/theme.lua +++ b/lua/vscode_dark/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' }) diff --git a/lua/wombat/theme.lua b/lua/wombat/theme.lua index 9174c70..302b275 100644 --- a/lua/wombat/theme.lua +++ b/lua/wombat/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' }) diff --git a/lua/yoru/theme.lua b/lua/yoru/theme.lua index 6ac69a8..baa3e41 100644 --- a/lua/yoru/theme.lua +++ b/lua/yoru/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' }) diff --git a/src/template-nvchad.toml b/src/template-nvchad.toml index e569170..0fb5b87 100644 --- a/src/template-nvchad.toml +++ b/src/template-nvchad.toml @@ -27,9 +27,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/aquarium.toml b/templates/aquarium.toml index 73ffdb8..f9bce4a 100644 --- a/templates/aquarium.toml +++ b/templates/aquarium.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/ayu_dark.toml b/templates/ayu_dark.toml index c718309..a25e9e2 100644 --- a/templates/ayu_dark.toml +++ b/templates/ayu_dark.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/ayu_light.toml b/templates/ayu_light.toml index 3dbcef2..5bb50ef 100644 --- a/templates/ayu_light.toml +++ b/templates/ayu_light.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/blossom.toml b/templates/blossom.toml index 6dc15ae..a8b3cc4 100644 --- a/templates/blossom.toml +++ b/templates/blossom.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/catppuccin.toml b/templates/catppuccin.toml index 42a4b6a..56ff079 100644 --- a/templates/catppuccin.toml +++ b/templates/catppuccin.toml @@ -74,9 +74,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/catppuccin_latte.toml b/templates/catppuccin_latte.toml index e723775..6191552 100644 --- a/templates/catppuccin_latte.toml +++ b/templates/catppuccin_latte.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/chadracula.toml b/templates/chadracula.toml index 4955bfd..550dfd6 100644 --- a/templates/chadracula.toml +++ b/templates/chadracula.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/chadtain.toml b/templates/chadtain.toml index 8ff2eca..8b45b3a 100644 --- a/templates/chadtain.toml +++ b/templates/chadtain.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/chocolate.toml b/templates/chocolate.toml index 5b3e1fd..5ad4226 100644 --- a/templates/chocolate.toml +++ b/templates/chocolate.toml @@ -74,9 +74,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/dark_horizon.toml b/templates/dark_horizon.toml index 53c2509..531743e 100644 --- a/templates/dark_horizon.toml +++ b/templates/dark_horizon.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/decay.toml b/templates/decay.toml index dd05417..ff3b3b2 100644 --- a/templates/decay.toml +++ b/templates/decay.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/doomchad.toml b/templates/doomchad.toml index fd0b193..55f168c 100644 --- a/templates/doomchad.toml +++ b/templates/doomchad.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/everforest.toml b/templates/everforest.toml index fa50e30..c669570 100644 --- a/templates/everforest.toml +++ b/templates/everforest.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/everforest_light.toml b/templates/everforest_light.toml index cac3e51..ae8879d 100644 --- a/templates/everforest_light.toml +++ b/templates/everforest_light.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/falcon.toml b/templates/falcon.toml index e0307b3..d5ca08c 100644 --- a/templates/falcon.toml +++ b/templates/falcon.toml @@ -75,9 +75,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/gatekeeper.toml b/templates/gatekeeper.toml index 50fce48..3086555 100644 --- a/templates/gatekeeper.toml +++ b/templates/gatekeeper.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/gruvbox.toml b/templates/gruvbox.toml index 6d6f442..ff55896 100644 --- a/templates/gruvbox.toml +++ b/templates/gruvbox.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/gruvbox_light.toml b/templates/gruvbox_light.toml index 7221bd9..bf732ed 100644 --- a/templates/gruvbox_light.toml +++ b/templates/gruvbox_light.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/gruvbox_material.toml b/templates/gruvbox_material.toml index 694ad84..fc3a476 100644 --- a/templates/gruvbox_material.toml +++ b/templates/gruvbox_material.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/gruvchad.toml b/templates/gruvchad.toml index 3af0ad8..6207e7e 100644 --- a/templates/gruvchad.toml +++ b/templates/gruvchad.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/jellybeans.toml b/templates/jellybeans.toml index c2ff858..1100ec7 100644 --- a/templates/jellybeans.toml +++ b/templates/jellybeans.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/kanagawa.toml b/templates/kanagawa.toml index 8fd4479..b2c5830 100644 --- a/templates/kanagawa.toml +++ b/templates/kanagawa.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/monekai.toml b/templates/monekai.toml index 1379c6e..f16a4b7 100644 --- a/templates/monekai.toml +++ b/templates/monekai.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/mountain.toml b/templates/mountain.toml index 07d526a..f49ef98 100644 --- a/templates/mountain.toml +++ b/templates/mountain.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/nightfox.toml b/templates/nightfox.toml index fef618e..f36a5b1 100644 --- a/templates/nightfox.toml +++ b/templates/nightfox.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/nightlamp.toml b/templates/nightlamp.toml index 1c85d70..3a38328 100644 --- a/templates/nightlamp.toml +++ b/templates/nightlamp.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/nightowl.toml b/templates/nightowl.toml index 3fd67b3..2a19277 100644 --- a/templates/nightowl.toml +++ b/templates/nightowl.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/nord.toml b/templates/nord.toml index 4376799..04eafbb 100644 --- a/templates/nord.toml +++ b/templates/nord.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/oceanic_next.toml b/templates/oceanic_next.toml index 776350a..137634b 100644 --- a/templates/oceanic_next.toml +++ b/templates/oceanic_next.toml @@ -74,9 +74,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/one_light.toml b/templates/one_light.toml index 84cbfd3..379caee 100644 --- a/templates/one_light.toml +++ b/templates/one_light.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/onedark.toml b/templates/onedark.toml index 1e9d3a1..fed04df 100644 --- a/templates/onedark.toml +++ b/templates/onedark.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/onenord.toml b/templates/onenord.toml index a8e0d9a..b19e4be 100644 --- a/templates/onenord.toml +++ b/templates/onenord.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/onenord_light.toml b/templates/onenord_light.toml index c4ecf52..81eb1b7 100644 --- a/templates/onenord_light.toml +++ b/templates/onenord_light.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/palenight.toml b/templates/palenight.toml index a3b76ff..fb6058d 100644 --- a/templates/palenight.toml +++ b/templates/palenight.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/pastelDark.toml b/templates/pastelDark.toml index fea2e2b..11ef6a9 100644 --- a/templates/pastelDark.toml +++ b/templates/pastelDark.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/radium.toml b/templates/radium.toml index d0e4b13..d2e9460 100644 --- a/templates/radium.toml +++ b/templates/radium.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/rosepine.toml b/templates/rosepine.toml index c10a686..05b3d30 100644 --- a/templates/rosepine.toml +++ b/templates/rosepine.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/rxyhn.toml b/templates/rxyhn.toml index 484ed1e..a67e647 100644 --- a/templates/rxyhn.toml +++ b/templates/rxyhn.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/solarized_dark.toml b/templates/solarized_dark.toml index 938b67c..149ff1e 100644 --- a/templates/solarized_dark.toml +++ b/templates/solarized_dark.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/sweetpastel.toml b/templates/sweetpastel.toml index ed9c8a5..5bd1830 100644 --- a/templates/sweetpastel.toml +++ b/templates/sweetpastel.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/tokyodark.toml b/templates/tokyodark.toml index c18b01f..93feb99 100644 --- a/templates/tokyodark.toml +++ b/templates/tokyodark.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/tokyonight.toml b/templates/tokyonight.toml index 5382108..51ba241 100644 --- a/templates/tokyonight.toml +++ b/templates/tokyonight.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/tomorrow_night.toml b/templates/tomorrow_night.toml index 46033ea..0a5b74a 100644 --- a/templates/tomorrow_night.toml +++ b/templates/tomorrow_night.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/vscode_dark.toml b/templates/vscode_dark.toml index 8084818..88f0ad1 100644 --- a/templates/vscode_dark.toml +++ b/templates/vscode_dark.toml @@ -75,9 +75,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/wombat.toml b/templates/wombat.toml index 89c4c08..e0fb3f5 100644 --- a/templates/wombat.toml +++ b/templates/wombat.toml @@ -73,9 +73,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' diff --git a/templates/yoru.toml b/templates/yoru.toml index f24b20f..e361a76 100644 --- a/templates/yoru.toml +++ b/templates/yoru.toml @@ -74,9 +74,9 @@ LineNr = 'grey' FloatBorder = 'blue' # Whitespace = 'base00 -' VertSplit = 'line' -CursorLine = '- one_bg' -CursorColumn = '- base01' -ColorColumn = '- base01' +CursorLine = '- black2' +CursorColumn = '- black2' +ColorColumn = '- black2' NormalFloat = '- darker_black' Visual = '- base02' VisualNOS = 'base08 -' |