summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-21 11:44:00 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-21 11:44:00 +0100
commit679d45816810dd62c7574b1094584daef8a4d41d (patch)
tree424956c565218be71a054414cbd53052518c4d49
parent3e08696f7b0da55ad02511b3fa5273697dc7077c (diff)
nvim: Colors tweak
-rw-r--r--.config/nvim/after/plugin/colors.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/colors.lua b/.config/nvim/after/plugin/colors.lua
index a6b9837..779c60d 100644
--- a/.config/nvim/after/plugin/colors.lua
+++ b/.config/nvim/after/plugin/colors.lua
@@ -7,6 +7,7 @@ require('rose-pine').setup {
highlight_groups = {
Pmenu = nohl,
StatusLine = nohl,
+ StatusLineNC = nohl,
},
}