diff options
author | fnuttens | 2024-03-13 04:47:55 +0000 |
---|---|---|
committer | GitHub | 2024-03-13 04:47:55 +0000 |
commit | 3915b04bd91084477b3076952e6ad6cfdd414e72 (patch) | |
tree | 1e5402d67651841d927441f8efbb9982621a5d64 /runtime | |
parent | 2d15acdf6029fd9b418bf4797c2947d6004dddbd (diff) |
fix(themes-catppuccin): make inlay hints more legible (#9859)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/catppuccin_mocha.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index 1ea57e96..65ba76e4 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -88,7 +88,7 @@ "ui.virtual" = "overlay0" "ui.virtual.ruler" = { bg = "surface0" } "ui.virtual.indent-guide" = "surface0" -"ui.virtual.inlay-hint" = { fg = "surface1", bg = "mantle" } +"ui.virtual.inlay-hint" = { fg = "overlay0", bg = "base" } "ui.selection" = { bg = "surface1" } |