Unnamed repository; edit this file 'description' to name the repository.
Add inactive text color to kanagawa theme (#15544)
| -rw-r--r-- | runtime/themes/kanagawa.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/kanagawa.toml b/runtime/themes/kanagawa.toml index be3f841f..bbfe012f 100644 --- a/runtime/themes/kanagawa.toml +++ b/runtime/themes/kanagawa.toml @@ -34,6 +34,7 @@ "ui.window" = { fg = "sumiInk0" } "ui.help" = { fg = "fujiWhite", bg = "sumiInk0" } "ui.text" = "fujiWhite" +"ui.text.inactive" = "fujiGray" "ui.text.focus" = { fg = "fujiWhite", bg = "waveBlue2", modifiers = ["bold"] } "ui.cursor" = { fg = "waveBlue1", bg = "waveAqua2" } |