diff options
93 files changed, 558 insertions, 557 deletions
diff --git a/lua/aquarium/theme.lua b/lua/aquarium/theme.lua index 704c986..37ba31f 100644 --- a/lua/aquarium/theme.lua +++ b/lua/aquarium/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/ayu_dark/theme.lua b/lua/ayu_dark/theme.lua index d941c7d..554f018 100644 --- a/lua/ayu_dark/theme.lua +++ b/lua/ayu_dark/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/ayu_light/theme.lua b/lua/ayu_light/theme.lua index d2c9e42..56c3faa 100644 --- a/lua/ayu_light/theme.lua +++ b/lua/ayu_light/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/blossom/theme.lua b/lua/blossom/theme.lua index f0c25d1..2512c60 100644 --- a/lua/blossom/theme.lua +++ b/lua/blossom/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/catppuccin/theme.lua b/lua/catppuccin/theme.lua index af893c0..29fcda1 100644 --- a/lua/catppuccin/theme.lua +++ b/lua/catppuccin/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/catppuccin_latte/theme.lua b/lua/catppuccin_latte/theme.lua index f277c5d..08cf2b2 100644 --- a/lua/catppuccin_latte/theme.lua +++ b/lua/catppuccin_latte/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/chadracula/theme.lua b/lua/chadracula/theme.lua index 318feea..dbb1894 100644 --- a/lua/chadracula/theme.lua +++ b/lua/chadracula/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/chadtain/theme.lua b/lua/chadtain/theme.lua index d2b27e5..abb9349 100644 --- a/lua/chadtain/theme.lua +++ b/lua/chadtain/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/chocolate/theme.lua b/lua/chocolate/theme.lua index d8f194b..ce00e6b 100644 --- a/lua/chocolate/theme.lua +++ b/lua/chocolate/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/dark_horizon/theme.lua b/lua/dark_horizon/theme.lua index 6619843..63c0ed9 100644 --- a/lua/dark_horizon/theme.lua +++ b/lua/dark_horizon/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/decay/theme.lua b/lua/decay/theme.lua index ea2789b..b470a7a 100644 --- a/lua/decay/theme.lua +++ b/lua/decay/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/doomchad/theme.lua b/lua/doomchad/theme.lua index cdd0d37..4db38bf 100644 --- a/lua/doomchad/theme.lua +++ b/lua/doomchad/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/everforest/theme.lua b/lua/everforest/theme.lua index 8b7abc4..3286e9e 100644 --- a/lua/everforest/theme.lua +++ b/lua/everforest/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/everforest_light/theme.lua b/lua/everforest_light/theme.lua index e873c56..9c8ea00 100644 --- a/lua/everforest_light/theme.lua +++ b/lua/everforest_light/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/falcon/theme.lua b/lua/falcon/theme.lua index 950295e..b6f8c77 100644 --- a/lua/falcon/theme.lua +++ b/lua/falcon/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/gatekeeper/theme.lua b/lua/gatekeeper/theme.lua index e1b04cc..99a5def 100644 --- a/lua/gatekeeper/theme.lua +++ b/lua/gatekeeper/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/gruvbox/theme.lua b/lua/gruvbox/theme.lua index 4d242c9..f991778 100644 --- a/lua/gruvbox/theme.lua +++ b/lua/gruvbox/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/gruvbox_light/theme.lua b/lua/gruvbox_light/theme.lua index c75f806..1495285 100644 --- a/lua/gruvbox_light/theme.lua +++ b/lua/gruvbox_light/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/gruvbox_material/theme.lua b/lua/gruvbox_material/theme.lua index 92dc7b4..d083474 100644 --- a/lua/gruvbox_material/theme.lua +++ b/lua/gruvbox_material/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/gruvchad/theme.lua b/lua/gruvchad/theme.lua index 1768b2a..327e740 100644 --- a/lua/gruvchad/theme.lua +++ b/lua/gruvchad/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/jellybeans/theme.lua b/lua/jellybeans/theme.lua index 2a13d42..808391d 100644 --- a/lua/jellybeans/theme.lua +++ b/lua/jellybeans/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/kanagawa/theme.lua b/lua/kanagawa/theme.lua index c645496..6c75b2a 100644 --- a/lua/kanagawa/theme.lua +++ b/lua/kanagawa/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/monekai/theme.lua b/lua/monekai/theme.lua index 32261c4..90ca7b4 100644 --- a/lua/monekai/theme.lua +++ b/lua/monekai/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/mountain/theme.lua b/lua/mountain/theme.lua index ec16dc1..89a0fc1 100644 --- a/lua/mountain/theme.lua +++ b/lua/mountain/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/nightfox/theme.lua b/lua/nightfox/theme.lua index e4a84e0..560810a 100644 --- a/lua/nightfox/theme.lua +++ b/lua/nightfox/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/nightlamp/theme.lua b/lua/nightlamp/theme.lua index 2d8e16a..564f1c4 100644 --- a/lua/nightlamp/theme.lua +++ b/lua/nightlamp/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/nightowl/theme.lua b/lua/nightowl/theme.lua index 2bdfe5c..e4230bf 100644 --- a/lua/nightowl/theme.lua +++ b/lua/nightowl/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/nord/theme.lua b/lua/nord/theme.lua index 81a4503..6c1bbc4 100644 --- a/lua/nord/theme.lua +++ b/lua/nord/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/oceanic_next/theme.lua b/lua/oceanic_next/theme.lua index da35f48..52e7517 100644 --- a/lua/oceanic_next/theme.lua +++ b/lua/oceanic_next/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/one_light/theme.lua b/lua/one_light/theme.lua index e25d093..d0c075c 100644 --- a/lua/one_light/theme.lua +++ b/lua/one_light/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/onedark/theme.lua b/lua/onedark/theme.lua index 0aacb09..e5cd9ab 100644 --- a/lua/onedark/theme.lua +++ b/lua/onedark/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/onenord/theme.lua b/lua/onenord/theme.lua index 3961e57..7c31b1e 100644 --- a/lua/onenord/theme.lua +++ b/lua/onenord/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/onenord_light/theme.lua b/lua/onenord_light/theme.lua index 1fa2a19..4c3b4e5 100644 --- a/lua/onenord_light/theme.lua +++ b/lua/onenord_light/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/palenight/theme.lua b/lua/palenight/theme.lua index 1f16d33..57e8080 100644 --- a/lua/palenight/theme.lua +++ b/lua/palenight/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/pastelDark/theme.lua b/lua/pastelDark/theme.lua index 1f1de13..5194b72 100644 --- a/lua/pastelDark/theme.lua +++ b/lua/pastelDark/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/radium/theme.lua b/lua/radium/theme.lua index 1aac0d5..7eca692 100644 --- a/lua/radium/theme.lua +++ b/lua/radium/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/rosepine/theme.lua b/lua/rosepine/theme.lua index 4aa312d..31835a4 100644 --- a/lua/rosepine/theme.lua +++ b/lua/rosepine/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/rxyhn/theme.lua b/lua/rxyhn/theme.lua index def6a35..5f7141c 100644 --- a/lua/rxyhn/theme.lua +++ b/lua/rxyhn/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/solarized_dark/theme.lua b/lua/solarized_dark/theme.lua index 2f7bef1..ba06f19 100644 --- a/lua/solarized_dark/theme.lua +++ b/lua/solarized_dark/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/sweetpastel/theme.lua b/lua/sweetpastel/theme.lua index 8930907..fde8d0f 100644 --- a/lua/sweetpastel/theme.lua +++ b/lua/sweetpastel/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/tokyodark/theme.lua b/lua/tokyodark/theme.lua index 35f9a62..bd9ef08 100644 --- a/lua/tokyodark/theme.lua +++ b/lua/tokyodark/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 467a19b..42228bd 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/tomorrow_night/theme.lua b/lua/tomorrow_night/theme.lua index 268548f..ff0fda9 100644 --- a/lua/tomorrow_night/theme.lua +++ b/lua/tomorrow_night/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/vscode_dark/theme.lua b/lua/vscode_dark/theme.lua index ef1930e..84d1fa0 100644 --- a/lua/vscode_dark/theme.lua +++ b/lua/vscode_dark/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/wombat/theme.lua b/lua/wombat/theme.lua index 302b275..bbf5700 100644 --- a/lua/wombat/theme.lua +++ b/lua/wombat/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/lua/yoru/theme.lua b/lua/yoru/theme.lua index baa3e41..c332c27 100644 --- a/lua/yoru/theme.lua +++ b/lua/yoru/theme.lua @@ -166,11 +166,12 @@ theme.set_highlights = function() hl(0, "markdownEscape", { fg = c.yellow, bg = 'NONE' }) -- Whichkey - hl(0, "WhichKey", { fg = c.purple, bg = 'NONE' }) - hl(0, "WhichKeySeperator", { fg = c.green, bg = 'NONE' }) - hl(0, "WhichKeyGroup", { fg = c.blue, bg = 'NONE' }) - hl(0, "WhichKeyDesc", { fg = c.cyan, bg = 'NONE' }) - hl(0, "WhichKeyFloat", { fg = 'NONE', bg = c.base01 }) + hl(0, "WhichKey", { fg = c.blue, bg = 'NONE' }) + hl(0, "WhichKeySeperator", { fg = c.light_grey, bg = 'NONE' }) + hl(0, "WhichKeyDesc", { fg = c.red, bg = 'NONE' }) + hl(0, "WhichKeyGroup", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyValue", { fg = c.green, bg = 'NONE' }) + hl(0, "WhichKeyFloat", { link = 'NormalFloat' }) -- Git hl(0, "SignAdd", { fg = c.green, bg = 'NONE' }) @@ -336,7 +337,6 @@ theme.set_highlights = function() -- Illuminate hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) - hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', }) end return theme
\ No newline at end of file diff --git a/src/template-nvchad.toml b/src/template-nvchad.toml index 0fb5b87..86b1c4d 100644 --- a/src/template-nvchad.toml +++ b/src/template-nvchad.toml @@ -189,11 +189,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' diff --git a/templates/aquarium.toml b/templates/aquarium.toml index f9bce4a..f5c5a8b 100644 --- a/templates/aquarium.toml +++ b/templates/aquarium.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/ayu_dark.toml b/templates/ayu_dark.toml index a25e9e2..941a8a5 100644 --- a/templates/ayu_dark.toml +++ b/templates/ayu_dark.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/ayu_light.toml b/templates/ayu_light.toml index 5bb50ef..8d1bbed 100644 --- a/templates/ayu_light.toml +++ b/templates/ayu_light.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/blossom.toml b/templates/blossom.toml index a8b3cc4..36e50c3 100644 --- a/templates/blossom.toml +++ b/templates/blossom.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/catppuccin.toml b/templates/catppuccin.toml index 56ff079..cb080e7 100644 --- a/templates/catppuccin.toml +++ b/templates/catppuccin.toml @@ -236,11 +236,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -410,4 +411,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/catppuccin_latte.toml b/templates/catppuccin_latte.toml index 6191552..356b812 100644 --- a/templates/catppuccin_latte.toml +++ b/templates/catppuccin_latte.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/chadracula.toml b/templates/chadracula.toml index 550dfd6..71b92c2 100644 --- a/templates/chadracula.toml +++ b/templates/chadracula.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/chadtain.toml b/templates/chadtain.toml index 8b45b3a..41387c1 100644 --- a/templates/chadtain.toml +++ b/templates/chadtain.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/chocolate.toml b/templates/chocolate.toml index 5ad4226..e24cb24 100644 --- a/templates/chocolate.toml +++ b/templates/chocolate.toml @@ -236,11 +236,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -410,4 +411,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/dark_horizon.toml b/templates/dark_horizon.toml index 531743e..9039182 100644 --- a/templates/dark_horizon.toml +++ b/templates/dark_horizon.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/decay.toml b/templates/decay.toml index ff3b3b2..689f47f 100644 --- a/templates/decay.toml +++ b/templates/decay.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/doomchad.toml b/templates/doomchad.toml index 55f168c..256c443 100644 --- a/templates/doomchad.toml +++ b/templates/doomchad.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/everforest.toml b/templates/everforest.toml index c669570..54192a4 100644 --- a/templates/everforest.toml +++ b/templates/everforest.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/everforest_light.toml b/templates/everforest_light.toml index ae8879d..48fb318 100644 --- a/templates/everforest_light.toml +++ b/templates/everforest_light.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/falcon.toml b/templates/falcon.toml index d5ca08c..18b7cad 100644 --- a/templates/falcon.toml +++ b/templates/falcon.toml @@ -237,11 +237,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -411,4 +412,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/gatekeeper.toml b/templates/gatekeeper.toml index 3086555..1db7ffd 100644 --- a/templates/gatekeeper.toml +++ b/templates/gatekeeper.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/gruvbox.toml b/templates/gruvbox.toml index ff55896..78ea4fb 100644 --- a/templates/gruvbox.toml +++ b/templates/gruvbox.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/gruvbox_light.toml b/templates/gruvbox_light.toml index bf732ed..199be12 100644 --- a/templates/gruvbox_light.toml +++ b/templates/gruvbox_light.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/gruvbox_material.toml b/templates/gruvbox_material.toml index fc3a476..53e12a9 100644 --- a/templates/gruvbox_material.toml +++ b/templates/gruvbox_material.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/gruvchad.toml b/templates/gruvchad.toml index 6207e7e..30512f9 100644 --- a/templates/gruvchad.toml +++ b/templates/gruvchad.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/jellybeans.toml b/templates/jellybeans.toml index 1100ec7..d498cf2 100644 --- a/templates/jellybeans.toml +++ b/templates/jellybeans.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/kanagawa.toml b/templates/kanagawa.toml index b2c5830..c0f78c4 100644 --- a/templates/kanagawa.toml +++ b/templates/kanagawa.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/monekai.toml b/templates/monekai.toml index f16a4b7..c239ef2 100644 --- a/templates/monekai.toml +++ b/templates/monekai.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/mountain.toml b/templates/mountain.toml index f49ef98..f729beb 100644 --- a/templates/mountain.toml +++ b/templates/mountain.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/nightfox.toml b/templates/nightfox.toml index f36a5b1..325e4b9 100644 --- a/templates/nightfox.toml +++ b/templates/nightfox.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/nightlamp.toml b/templates/nightlamp.toml index 3a38328..e199dd1 100644 --- a/templates/nightlamp.toml +++ b/templates/nightlamp.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/nightowl.toml b/templates/nightowl.toml index 2a19277..74271c2 100644 --- a/templates/nightowl.toml +++ b/templates/nightowl.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/nord.toml b/templates/nord.toml index 04eafbb..e0d9629 100644 --- a/templates/nord.toml +++ b/templates/nord.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/oceanic_next.toml b/templates/oceanic_next.toml index 137634b..0705783 100644 --- a/templates/oceanic_next.toml +++ b/templates/oceanic_next.toml @@ -236,11 +236,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -410,4 +411,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/one_light.toml b/templates/one_light.toml index 379caee..c436bda 100644 --- a/templates/one_light.toml +++ b/templates/one_light.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/onedark.toml b/templates/onedark.toml index fed04df..37e8e3b 100644 --- a/templates/onedark.toml +++ b/templates/onedark.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/onenord.toml b/templates/onenord.toml index b19e4be..c4bf30e 100644 --- a/templates/onenord.toml +++ b/templates/onenord.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/onenord_light.toml b/templates/onenord_light.toml index 81eb1b7..1195cf0 100644 --- a/templates/onenord_light.toml +++ b/templates/onenord_light.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/palenight.toml b/templates/palenight.toml index fb6058d..7207625 100644 --- a/templates/palenight.toml +++ b/templates/palenight.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/pastelDark.toml b/templates/pastelDark.toml index 11ef6a9..7369f02 100644 --- a/templates/pastelDark.toml +++ b/templates/pastelDark.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/radium.toml b/templates/radium.toml index d2e9460..69f8592 100644 --- a/templates/radium.toml +++ b/templates/radium.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/rosepine.toml b/templates/rosepine.toml index 05b3d30..0ff4ef3 100644 --- a/templates/rosepine.toml +++ b/templates/rosepine.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/rxyhn.toml b/templates/rxyhn.toml index a67e647..23bd3e5 100644 --- a/templates/rxyhn.toml +++ b/templates/rxyhn.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/solarized_dark.toml b/templates/solarized_dark.toml index 149ff1e..a3d2f59 100644 --- a/templates/solarized_dark.toml +++ b/templates/solarized_dark.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/sweetpastel.toml b/templates/sweetpastel.toml index 5bd1830..cc2ee15 100644 --- a/templates/sweetpastel.toml +++ b/templates/sweetpastel.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/tokyodark.toml b/templates/tokyodark.toml index 93feb99..9f63e05 100644 --- a/templates/tokyodark.toml +++ b/templates/tokyodark.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/tokyonight.toml b/templates/tokyonight.toml index 51ba241..3fde456 100644 --- a/templates/tokyonight.toml +++ b/templates/tokyonight.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/tomorrow_night.toml b/templates/tomorrow_night.toml index 0a5b74a..0ebe203 100644 --- a/templates/tomorrow_night.toml +++ b/templates/tomorrow_night.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/vscode_dark.toml b/templates/vscode_dark.toml index 88f0ad1..aac84c5 100644 --- a/templates/vscode_dark.toml +++ b/templates/vscode_dark.toml @@ -237,11 +237,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -411,4 +412,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/wombat.toml b/templates/wombat.toml index e0fb3f5..9715e8c 100644 --- a/templates/wombat.toml +++ b/templates/wombat.toml @@ -235,11 +235,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -409,4 +410,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' diff --git a/templates/yoru.toml b/templates/yoru.toml index e361a76..f20e123 100644 --- a/templates/yoru.toml +++ b/templates/yoru.toml @@ -236,11 +236,12 @@ markdownFootnoteDefinition = 'orange' markdownEscape = 'yellow' [Whichkey] -WhichKey = 'purple' -WhichKeySeperator = 'green' -WhichKeyGroup = 'blue' -WhichKeyDesc = 'cyan' -WhichKeyFloat = '- base01' +WhichKey = 'blue' +WhichKeySeperator = 'light_grey' +WhichKeyDesc = 'red' +WhichKeyGroup = 'green' +WhichKeyValue = 'green' +WhichKeyFloat = 'link:NormalFloat' [Git] SignAdd = 'green' @@ -410,4 +411,3 @@ ToggleTerm1FloatBorder = 'line' [Illuminate] IlluminatedWordText = '- base02 - -' -IlluminatedWordRead = '- base02 - -' |