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

fix(themes-catppuccin): make inlay hints more legible (#9859)

This commit is contained in:
fnuttens 2024-03-13 05:47:55 +01:00 committed by GitHub
parent 2d15acdf60
commit 3915b04bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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