Skip to content

Commit

Permalink
themes/monokai: add inlay-hint style (#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 committed Apr 10, 2024
1 parent 73d26d0 commit 34c7eb4
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 34c7eb4

Please sign in to comment.