summaryrefslogtreecommitdiff
path: root/lua/monekai
diff options
context:
space:
mode:
authornotken12 <kendotzhou@gmail.com>2022-09-28 08:54:42 -0400
committernotken12 <kendotzhou@gmail.com>2022-09-28 08:54:42 -0400
commitfdb7707dbfbc284a991faf8fed99b1327c38901a (patch)
tree5b3e2d71c344edc8c59f55fb9c7eae5252d59aab /lua/monekai
parentgitignore (diff)
fix yoru and ayu dark themes
Diffstat (limited to 'lua/monekai')
-rw-r--r--lua/monekai/theme.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/monekai/theme.lua b/lua/monekai/theme.lua
index 14beaa6..0f3bfca 100644
--- a/lua/monekai/theme.lua
+++ b/lua/monekai/theme.lua
@@ -336,7 +336,7 @@ theme.set_highlights = function()
-- Illuminate
hl(0, "IlluminatedWordText", { fg = 'NONE', bg = c.base02, sp = 'NONE', })
- hl(0, "IlluminatedWordRead", { link = 'IlluminatedWordText' })
+ hl(0, "IlluminatedWordRead", { fg = 'NONE', bg = c.base02, sp = 'NONE', })
end
return theme \ No newline at end of file