Skip to content

Commit

Permalink
themes/monokai: add inlay-hint style (helix-editor#10334)
Browse files Browse the repository at this point in the history
Matching comment styling so that it doesn't get confused for actual
code.
  • Loading branch information
jrobsonchase authored and Vulpesx committed Jun 7, 2024
1 parent 815eec3 commit 82d91fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/monokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"ui.bufferline.active" = { fg = "active_text", bg = "selection", modifiers = [
"bold",
] }
"ui.virtual.inlay-hint" = { fg = "#88846F" }

"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "active_text" }
Expand Down

0 comments on commit 82d91fd

Please sign in to comment.