mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 03:15:33 +03:00
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>
This commit is contained in:
parent
9f680c69f4
commit
bff7fc8695
@ -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" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user