From 7607727483dbc6461749e3c2d9b9305431eb8fb2 Mon Sep 17 00:00:00 2001 From: karei Date: Sun, 16 Apr 2023 13:54:34 +0300 Subject: [PATCH] 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. --- runtime/themes/kanagawa.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/kanagawa.toml b/runtime/themes/kanagawa.toml index a7d33f3ee..d0576a4e3 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" }