summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-10 01:57:31 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-10 01:57:31 +0200
commit21be9cf6d7a0b578e4d834433d3c147e5a00f7a5 (patch)
tree27742a3bf3974379fd68be3fab7d4ef1c3fb53f6
parent50d9acaf8d9749610a6168f73cb20cb4b84c1ec9 (diff)
Set term cursor to bg when unfocused
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua3
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 },