From e621848d075c1751ab2be6f3a82ac67490ec7909 Mon Sep 17 00:00:00 2001 From: Henrik Tjäder Date: Thu, 22 Sep 2022 14:28:05 +0200 Subject: Theme: Papercolor: Tune inactive statusline (#3938) --- runtime/themes/papercolor-dark.toml | 2 +- runtime/themes/papercolor-light.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') 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"} diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml index dc4d7df5..70b973d3 100644 --- a/runtime/themes/papercolor-light.toml +++ b/runtime/themes/papercolor-light.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="bright0", fg="foreground"} "ui.virtual" = "indent" "ui.virtual.whitespace" = { fg = "regular5" } "ui.virtual.ruler" = {bg="cursorline_background"} -- cgit v1.2.3-70-g09d2