Skip to content

Commit ba3c24a

Browse files
xJonathanLEIthe-mikedavis
authored andcommitted
Set ui.text.inactive for official themes
1 parent 24cd7f6 commit ba3c24a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

base16_theme.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ui.linenr.selected" = { fg = "white", bg = "black", modifiers = ["bold"] }
88
"ui.selection" = { fg = "black", bg = "blue" }
99
"ui.selection.primary" = { fg = "white", bg = "blue" }
10+
"ui.text.inactive" = { fg = "gray" }
1011
"comment" = { fg = "gray" }
1112
"ui.statusline" = { fg = "black", bg = "white" }
1213
"ui.statusline.inactive" = { fg = "gray", bg = "white" }

theme.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ label = "honey"
5454

5555
"ui.text" = { fg = "lavender" }
5656
"ui.text.focus" = { fg = "white" }
57+
"ui.text.inactive" = "sirocco"
5758
"ui.virtual" = { fg = "comet" }
5859

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

0 commit comments

Comments
 (0)