diff options
| author | notken12 <kendotzhou@gmail.com> | 2022-09-28 08:54:42 -0400 |
|---|---|---|
| committer | notken12 <kendotzhou@gmail.com> | 2022-09-28 08:54:42 -0400 |
| commit | fdb7707dbfbc284a991faf8fed99b1327c38901a (patch) | |
| tree | 5b3e2d71c344edc8c59f55fb9c7eae5252d59aab /lua/doomchad | |
| parent | gitignore (diff) | |
fix yoru and ayu dark themes
Diffstat (limited to 'lua/doomchad')
| -rw-r--r-- | lua/doomchad/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/doomchad/theme.lua b/lua/doomchad/theme.lua index fbbf722..b920799 100644 --- a/lua/doomchad/theme.lua +++ b/lua/doomchad/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 |