Add `inlay-hint` colours to Kanagawa

Makes the LSP hints more legible against the background colour
and more in line with the normal colours in the theme.
pull/16/head
karei 1 year ago committed by Pascal Kuthe
parent 523e9e4573
commit 7607727483

@ -16,6 +16,9 @@
"ui.virtual" = "sumiInk4"
"ui.virtual.ruler" = { bg = "sumiInk2" }
"ui.virtual.inlay-hint" = "fujiGray"
"ui.virtual.inlay-hint.parameter" = { fg = "carpYellow", modifiers = ["dim"] }
"ui.virtual.inlay-hint.type" = { fg = "waveAqua2", modifiers = ["dim"] }
"ui.statusline" = { fg = "oldWhite", bg = "sumiInk0" }
"ui.statusline.inactive" = { fg = "fujiGray", bg = "sumiInk0" }

Loading…
Cancel
Save