summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authornotken12 <kendotzhou@gmail.com>2022-11-08 21:41:15 -0500
committernotken12 <kendotzhou@gmail.com>2022-11-08 21:41:15 -0500
commit3d998586b168453b13f4de2c3cbaec723e1720fd (patch)
tree0da5f4e4ef3efcda0990cfd4f89e7a27abad3389 /lua
parentchange cursorline and cursorcolumn to lighter (diff)
whichkey
Diffstat (limited to 'lua')
-rw-r--r--lua/aquarium/theme.lua12
-rw-r--r--lua/ayu_dark/theme.lua12
-rw-r--r--lua/ayu_light/theme.lua12
-rw-r--r--lua/blossom/theme.lua12
-rw-r--r--lua/catppuccin/theme.lua12
-rw-r--r--lua/catppuccin_latte/theme.lua12
-rw-r--r--lua/chadracula/theme.lua12
-rw-r--r--lua/chadtain/theme.lua12
-rw-r--r--lua/chocolate/theme.lua12
-rw-r--r--lua/dark_horizon/theme.lua12
-rw-r--r--lua/decay/theme.lua12
-rw-r--r--lua/doomchad/theme.lua12
-rw-r--r--lua/everforest/theme.lua12
-rw-r--r--lua/everforest_light/theme.lua12
-rw-r--r--lua/falcon/theme.lua12
-rw-r--r--lua/gatekeeper/theme.lua12
-rw-r--r--lua/gruvbox/theme.lua12
-rw-r--r--lua/gruvbox_light/theme.lua12
-rw-r--r--lua/gruvbox_material/theme.lua12
-rw-r--r--lua/gruvchad/theme.lua12
-rw-r--r--lua/jellybeans/theme.lua12
-rw-r--r--lua/kanagawa/theme.lua12
-rw-r--r--lua/monekai/theme.lua12
-rw-r--r--lua/mountain/theme.lua12
-rw-r--r--lua/nightfox/theme.lua12
-rw-r--r--lua/nightlamp/theme.lua12
-rw-r--r--lua/nightowl/theme.lua12
-rw-r--r--lua/nord/theme.lua12
-rw-r--r--lua/oceanic_next/theme.lua12
-rw-r--r--lua/one_light/theme.lua12
-rw-r--r--lua/onedark/theme.lua12
-rw-r--r--lua/onenord/theme.lua12
-rw-r--r--lua/onenord_light/theme.lua12
-rw-r--r--lua/palenight/theme.lua12
-rw-r--r--lua/pastelDark/theme.lua12
-rw-r--r--lua/radium/theme.lua12
-rw-r--r--lua/rosepine/theme.lua12
-rw-r--r--lua/rxyhn/theme.lua12
-rw-r--r--lua/solarized_dark/theme.lua12
-rw-r--r--lua/sweetpastel/theme.lua12
-rw-r--r--lua/tokyodark/theme.lua12
-rw-r--r--lua/tokyonight/theme.lua12
-rw-r--r--lua/tomorrow_night/theme.lua12
-rw-r--r--lua/vscode_dark/theme.lua12
-rw-r--r--lua/wombat/theme.lua12
-rw-r--r--lua/yoru/theme.lua12
46 files changed, 276 insertions, 276 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