diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:44:00 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:44:00 +0100 |
commit | 679d45816810dd62c7574b1094584daef8a4d41d (patch) | |
tree | 424956c565218be71a054414cbd53052518c4d49 /.config/nvim | |
parent | 3e08696f7b0da55ad02511b3fa5273697dc7077c (diff) |
nvim: Colors tweak
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/after/plugin/colors.lua | 1 |
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, }, } |