Set ui.text.inactive for official themes
This commit is contained in:
parent
24cd7f6adf
commit
ba3c24aa02
2 changed files with 2 additions and 0 deletions
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue