Skip to content

Commit

Permalink
fix(themes-catppuccin): make inlay hints more legible (helix-editor#9859
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fnuttens authored and chrisshort-udig committed Mar 31, 2024
1 parent 4941730 commit e0c7762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/catppuccin_mocha.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit e0c7762

Please sign in to comment.