diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-10 01:57:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-10 01:57:31 +0200 |
commit | 21be9cf6d7a0b578e4d834433d3c147e5a00f7a5 (patch) | |
tree | 27742a3bf3974379fd68be3fab7d4ef1c3fb53f6 /lua/no-clown-fiesta | |
parent | 50d9acaf8d9749610a6168f73cb20cb4b84c1ec9 (diff) |
Set term cursor to bg when unfocused
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/groups/highlights.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua index 17de0c3..9beac4b 100644 --- a/lua/no-clown-fiesta/groups/highlights.lua +++ b/lua/no-clown-fiesta/groups/highlights.lua @@ -59,8 +59,7 @@ function M.highlight(palette, opts) reverse = false, }, TermCursorNC = { - fg = palette.cursor_fg, - bg = palette.cursor_bg, + fg = palette.alt_bg, reverse = false, }, Conceal = { fg = palette.accent }, |