diff options
author | Jonathan LEI | 2022-12-10 09:56:37 +0000 |
---|---|---|
committer | Michael Davis | 2022-12-17 19:59:05 +0000 |
commit | ba3c24aa0268735ac57321442d458ab6a1ac662c (patch) | |
tree | 44a3a90c91f3e25b3b24d3f696ea1566b8b683f7 | |
parent | 24cd7f6adf7a46b8386583b17f01839eb592a2eb (diff) |
Set ui.text.inactive for official themes
-rw-r--r-- | base16_theme.toml | 1 | ||||
-rw-r--r-- | theme.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/base16_theme.toml b/base16_theme.toml index 63fc2f79..268a38df 100644 --- a/base16_theme.toml +++ b/base16_theme.toml @@ -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" } |