Skip to content

Commit

Permalink
Made inlay-hints not look like normal code (helix-editor#9370)
Browse files Browse the repository at this point in the history
Added `"ui.virtual.whitespace" = { fg = "grey_dim" }` line
  • Loading branch information
HumanEntity authored and dgkf committed Jan 30, 2024
1 parent 0861960 commit 79b75bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/sonokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"ui.menu.selected" = { fg = "bg0", bg = "green" }
"ui.virtual.whitespace" = { fg = "grey_dim" }
"ui.virtual.ruler" = { bg = "grey_dim" }
"ui.virtual.inlay-hint" = { fg = "grey_dim" }

info = { fg = 'green', bg = 'bg2' }
hint = { fg = 'blue', bg = 'bg2', modifiers = ['bold'] }
Expand Down

0 comments on commit 79b75bf

Please sign in to comment.