aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorWindSoilder2021-11-16 08:46:39 +0000
committerIvan Tham2021-11-16 14:06:21 +0000
commit1132b7088a853f1edac451a34ad1cbbba03e1f26 (patch)
treefd55a17aa99bb0ab32e0cddc507b6e41ba143f91 /runtime
parent8db6fffe90514e38beaf60138c1a8fb8a83ef04c (diff)
improve nord status bar line
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/nord.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index 78736c3b..a619f902 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -10,11 +10,11 @@
# Polar Night
# nord0 - background color
"ui.background" = { bg = "nord0" }
-"ui.statusline.inactive" = { fg = "nord4", bg = "nord0" }
+"ui.statusline.inactive" = { fg = "nord8", bg = "nord1" }
# nord1 - status bars, panels, modals, autocompletion
-"ui.statusline" = { fg = "nord8", bg = "nord1" }
+"ui.statusline" = { fg = "nord4", bg = "#4c566a" }
"ui.popup" = { bg = "#232d38" }
"ui.window" = { bg = "#232d38" }
"ui.help" = { bg = "#232d38", fg = "nord4" }
@@ -25,7 +25,7 @@
# nord3 - comments, nord3 based lighter color
# relative: https://github.com/arcticicestudio/nord/issues/94
-"comment" = "gray"
+"comment" = { fg = "gray", modifiers = ["italic"] }
"ui.linenr" = { fg = "gray" }
# Snow Storm