From bff7fc8695f1d58b918f94dee7638f8a4a1e4b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Gonz=C3=A1lez?= Date: Wed, 12 Apr 2023 21:27:12 -0400 Subject: [PATCH] Add inlay hints styling to darcula theme (#6732) * Add inlay hints coloring for darcula theme * Add whitespace --------- Co-authored-by: Ivan Tham --- runtime/themes/darcula.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 2779a9440..53a271bd2 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -23,6 +23,7 @@ "ui.virtual.ruler" = { bg = "grey02" } "ui.virtual.indent-guide" = "grey02" "ui.virtual.whitespace" = "grey03" +"ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] } "ui.bufferline" = { fg = "grey04", bg = "grey00" } "ui.bufferline.active" = { fg = "grey07", bg = "grey02" }