themes/monokai: add inlay-hint style (#10334)

Matching comment styling so that it doesn't get confused for actual
code.
pull/10341/head
Josh Robson Chase 2 months ago committed by GitHub
parent 73d26d0d97
commit 34c7eb4bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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" }

Loading…
Cancel
Save