Skip to content

Commit

Permalink
Make hints the same colour as comments.
Browse files Browse the repository at this point in the history
Since helix-editor/helix#5934 landed
in 23.05 helix supports hints from the LSP.

This PR change the hints colors to be the same as comments
because otherwise they show the same colour as code which is
confusing.
  • Loading branch information
jbtrystram committed Jul 10, 2024
1 parent 0ebf77d commit 3d79a0a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
Empty file modified build.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions schemes/edge
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"ui.virtual.whitespace" = { fg = "bg4" }
"ui.virtual.indent-guide" = { fg = "bg4" }
"ui.virtual.ruler" = { bg = "bg2" }
"ui.virtual.inlay-hint" = "grey"

"hint" = "blue"
"info" = "green"
Expand Down
1 change: 1 addition & 0 deletions schemes/everforest
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"ui.virtual.whitespace" = { fg = "bg4" }
"ui.virtual.indent-guide" = { fg = "bg4" }
"ui.virtual.ruler" = { bg = "bg3" }
"ui.virtual.inlay-hint" = "grey0"

"hint" = "blue"
"info" = "aqua"
Expand Down
1 change: 1 addition & 0 deletions schemes/gruvbox
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"ui.virtual.whitespace" = { fg = "bg4" }
"ui.virtual.indent-guide" = { fg = "bg4" }
"ui.virtual.ruler" = { bg = "bg3" }
"ui.virtual.inlay-hint" = "grey0"

"hint" = "blue"
"info" = "aqua"
Expand Down
1 change: 1 addition & 0 deletions schemes/kanabox
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"ui.virtual.whitespace" = { fg = "sumiInk3" }
"ui.virtual.indent-guide" = { fg = "sumiInk3" }
"ui.virtual.ruler" = { bg = "sumiInk3" }
"ui.virtual.inlay-hint" = "katanaGray"

"hint" = "springBlue"
"info" = "crystalBlue"
Expand Down
1 change: 1 addition & 0 deletions schemes/sonokai
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"ui.virtual.whitespace" = { fg = "bg4" }
"ui.virtual.indent-guide" = { fg = "bg4" }
"ui.virtual.ruler" = { bg = "bg2" }
"ui.virtual.inlay-hint" = "grey"

"hint" = "blue"
"info" = "green"
Expand Down

0 comments on commit 3d79a0a

Please sign in to comment.