1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-08 11:56:04 +02:00

Set ui.text.inactive for official themes

This commit is contained in:
Jonathan LEI 2022-12-10 09:56:37 +00:00 committed by Michael Davis
parent 24cd7f6adf
commit ba3c24aa02
2 changed files with 2 additions and 0 deletions

View File

@ -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" }

View File

@ -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" }