Skip to content

Commit

Permalink
Set ui.text.inactive for official themes
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored and the-mikedavis committed Dec 17, 2022
1 parent 24cd7f6 commit ba3c24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base16_theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"ui.linenr.selected" = { fg = "white", bg = "black", modifiers = ["bold"] }
"ui.selection" = { fg = "black", bg = "blue" }
"ui.selection.primary" = { fg = "white", bg = "blue" }
"ui.text.inactive" = { fg = "gray" }
"comment" = { fg = "gray" }
"ui.statusline" = { fg = "black", bg = "white" }
"ui.statusline.inactive" = { fg = "gray", bg = "white" }
Expand Down
1 change: 1 addition & 0 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ label = "honey"

"ui.text" = { fg = "lavender" }
"ui.text.focus" = { fg = "white" }
"ui.text.inactive" = "sirocco"
"ui.virtual" = { fg = "comet" }

"ui.virtual.indent-guide" = { fg = "comet" }
Expand Down

0 comments on commit ba3c24a

Please sign in to comment.