diff options
author | Jesús González | 2023-04-13 01:27:12 +0000 |
---|---|---|
committer | GitHub | 2023-04-13 01:27:12 +0000 |
commit | bff7fc8695f1d58b918f94dee7638f8a4a1e4b0e (patch) | |
tree | e9be067f0bb084abde73c385532b48355778a8e2 | |
parent | 9f680c69f42c239c8b01eba65a1c1e2dec7f7295 (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.toml | 1 |
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" } |