mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-28 04:12:25 +03:00
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.
This commit is contained in:
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…
Reference in New Issue
Block a user