mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
improve nord status bar line
This commit is contained in:
parent
8db6fffe90
commit
1132b7088a
@ -10,11 +10,11 @@
|
|||||||
# Polar Night
|
# Polar Night
|
||||||
# nord0 - background color
|
# nord0 - background color
|
||||||
"ui.background" = { bg = "nord0" }
|
"ui.background" = { bg = "nord0" }
|
||||||
"ui.statusline.inactive" = { fg = "nord4", bg = "nord0" }
|
"ui.statusline.inactive" = { fg = "nord8", bg = "nord1" }
|
||||||
|
|
||||||
|
|
||||||
# nord1 - status bars, panels, modals, autocompletion
|
# nord1 - status bars, panels, modals, autocompletion
|
||||||
"ui.statusline" = { fg = "nord8", bg = "nord1" }
|
"ui.statusline" = { fg = "nord4", bg = "#4c566a" }
|
||||||
"ui.popup" = { bg = "#232d38" }
|
"ui.popup" = { bg = "#232d38" }
|
||||||
"ui.window" = { bg = "#232d38" }
|
"ui.window" = { bg = "#232d38" }
|
||||||
"ui.help" = { bg = "#232d38", fg = "nord4" }
|
"ui.help" = { bg = "#232d38", fg = "nord4" }
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
# nord3 - comments, nord3 based lighter color
|
# nord3 - comments, nord3 based lighter color
|
||||||
# relative: https://github.com/arcticicestudio/nord/issues/94
|
# relative: https://github.com/arcticicestudio/nord/issues/94
|
||||||
"comment" = "gray"
|
"comment" = { fg = "gray", modifiers = ["italic"] }
|
||||||
"ui.linenr" = { fg = "gray" }
|
"ui.linenr" = { fg = "gray" }
|
||||||
|
|
||||||
# Snow Storm
|
# Snow Storm
|
||||||
|
Loading…
Reference in New Issue
Block a user