mirror of https://github.com/helix-editor/helix
themes/monokai: add inlay-hint style (#10334)
Matching comment styling so that it doesn't get confused for actual code.pull/10341/head
parent
73d26d0d97
commit
34c7eb4bd4
|
@ -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 New Issue