themes/monokai: add inlay-hint style (#10334)
Matching comment styling so that it doesn't get confused for actual code.
This commit is contained in:
parent
73d26d0d97
commit
34c7eb4bd4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue