mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Change dark_plus inlay-hints colors to more pleasant colors (#7611)
* Changing code_dark inlay-hints colors. * Using dark_plus_experimental inlay hints is better ;)
This commit is contained in:
parent
a5f7190614
commit
e86bb64b63
@ -89,7 +89,7 @@
|
||||
"ui.virtual.whitespace" = { fg = "dark_gray" }
|
||||
"ui.virtual.ruler" = { bg = "borders" }
|
||||
"ui.virtual.indent-guide" = { fg = "dark_gray4" }
|
||||
"ui.virtual.inlay-hint" = { fg = "white", bg = "#444444" }
|
||||
"ui.virtual.inlay-hint" = { fg = "dark_gray5"}
|
||||
|
||||
"warning" = { fg = "gold2" }
|
||||
"error" = { fg = "red" }
|
||||
@ -114,6 +114,7 @@ dark_gray = "#858585"
|
||||
dark_gray2 = "#1e1e1e"
|
||||
dark_gray3 = "#282828"
|
||||
dark_gray4 = "#404040"
|
||||
dark_gray5 = "#8b949e"
|
||||
blue = "#007acc"
|
||||
blue2 = "#569CD6"
|
||||
blue3 = "#6796E6"
|
||||
|
Loading…
Reference in New Issue
Block a user