Unnamed repository; edit this file 'description' to name the repository.
Add inlay hints styling to darcula theme (#6732)
* Add inlay hints coloring for darcula theme * Add whitespace --------- Co-authored-by: Ivan Tham <[email protected]>
Jesús González 2023-04-13
parent 9f680c6 · commit bff7fc8
-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" }