aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorkarei2023-04-16 10:54:34 +0000
committerPascal Kuthe2023-04-16 17:49:51 +0000
commit7607727483dbc6461749e3c2d9b9305431eb8fb2 (patch)
tree3dc30944304a2037c2641a9a4305381acb04e723 /runtime
parent523e9e457305d055cdbca1b21dab089002c93ffc (diff)
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.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/kanagawa.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/kanagawa.toml b/runtime/themes/kanagawa.toml
index a7d33f3e..d0576a4e 100644
--- a/runtime/themes/kanagawa.toml
+++ b/runtime/themes/kanagawa.toml
@@ -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" }