aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/papercolor-dark.toml
diff options
context:
space:
mode:
authorHenrik Tjäder2022-09-22 12:28:05 +0000
committerGitHub2022-09-22 12:28:05 +0000
commite621848d075c1751ab2be6f3a82ac67490ec7909 (patch)
treeef621b915d01b6317c191f6338ac35a42dcb712a /runtime/themes/papercolor-dark.toml
parent6e168b5099c31d0681e3486d177a14d04dde4c20 (diff)
Theme: Papercolor: Tune inactive statusline (#3938)
Diffstat (limited to 'runtime/themes/papercolor-dark.toml')
-rw-r--r--runtime/themes/papercolor-dark.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/papercolor-dark.toml b/runtime/themes/papercolor-dark.toml
index 20950469..18a47292 100644
--- a/runtime/themes/papercolor-dark.toml
+++ b/runtime/themes/papercolor-dark.toml
@@ -10,7 +10,7 @@
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
"ui.statusline.select" = {bg="background", fg="bright7"}
"ui.statusline.normal" = {bg="background", fg="bright3"}
-"ui.statusline.inactive" = {bg="background", fg="bright0"}
+"ui.statusline.inactive" = {bg="selection_foreground", fg="foreground"}
"ui.virtual.whitespace" = { fg = "regular5" }
"ui.virtual.ruler" = {bg="cursorline_background"}
"ui.cursor.match" = {bg = "regular5", fg = "regular0"}