mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04: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.linenr.selected" = { fg = "#d8dee9" }
|
||||||
"ui.text.focus" = { fg = "#88c0d0", modifiers= ["bold"] }
|
"ui.text.focus" = { fg = "#88c0d0", modifiers= ["bold"] }
|
||||||
# "ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" }
|
"ui.menu.selected" = { fg = "#88c0d0", bg = "#313f4e" }
|
||||||
|
|
||||||
# "info" = "#b48ead"
|
# "info" = "#b48ead"
|
||||||
# "hint" = "#a3be8c"
|
# "hint" = "#a3be8c"
|
||||||
|
Loading…
Reference in New Issue
Block a user