aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús González2023-04-13 01:27:12 +0000
committerGitHub2023-04-13 01:27:12 +0000
commitbff7fc8695f1d58b918f94dee7638f8a4a1e4b0e (patch)
treee9be067f0bb084abde73c385532b48355778a8e2
parent9f680c69f42c239c8b01eba65a1c1e2dec7f7295 (diff)
Add inlay hints styling to darcula theme (#6732)
* Add inlay hints coloring for darcula theme * Add whitespace --------- Co-authored-by: Ivan Tham <pickfire@riseup.net>
-rw-r--r--runtime/themes/darcula.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml
index 2779a944..53a271bd 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" }