Skip to content

Commit

Permalink
Change dark_plus inlay-hints colors to more pleasant colors (helix-ed…
Browse files Browse the repository at this point in the history
…itor#7611)

* Changing code_dark inlay-hints colors.

* Using dark_plus_experimental inlay hints is better ;)
  • Loading branch information
mkblast authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 2125511 commit a2f5dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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"
Expand Down

0 comments on commit a2f5dc6

Please sign in to comment.