diff options
author | WindSoilder | 2021-10-18 07:39:54 +0000 |
---|---|---|
committer | GitHub | 2021-10-18 07:39:54 +0000 |
commit | 2ac9d30bf3614a08f2d0216010f5d73845c205fa (patch) | |
tree | 011905ed96725135e1bf32be4652b656605eb854 /runtime/themes/nord.toml | |
parent | 9ac0c951615d624041836cdd7afd869391c72fff (diff) |
improve menu selected color for nord (#873)
Diffstat (limited to 'runtime/themes/nord.toml')
-rw-r--r-- | runtime/themes/nord.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index ee7c8865..de5f1add 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -2,7 +2,7 @@ # "ui.linenr.selected" = { fg = "#d8dee9" } "ui.text.focus" = { fg = "#88c0d0", modifiers= ["bold"] } -# "ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" } +"ui.menu.selected" = { fg = "#88c0d0", bg = "#313f4e" } # "info" = "#b48ead" # "hint" = "#a3be8c" |