mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
improve menu selected color for nord (#873)
This commit is contained in:
parent
9ac0c95161
commit
2ac9d30bf3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user