Skip to content

Commit

Permalink
Theme: Papercolor: Tune inactive statusline (helix-editor#3938)
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 6653261 commit a7969ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/themes/papercolor-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/papercolor-light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit a7969ae

Please sign in to comment.