mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Update nord with inlay-hints (#6376)
This commit is contained in:
parent
203cf1a919
commit
05e7862e8f
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" }
|
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" }
|
||||||
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }
|
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }
|
||||||
|
|
||||||
|
|
||||||
# nord1 - status bars, panels, modals, autocompletion
|
# nord1 - status bars, panels, modals, autocompletion
|
||||||
"ui.statusline" = { fg = "nord4", bg = "nord1" }
|
"ui.statusline" = { fg = "nord4", bg = "nord1" }
|
||||||
"ui.popup" = { bg = "nord1" }
|
"ui.popup" = { bg = "nord1" }
|
||||||
|
@ -33,6 +34,8 @@
|
||||||
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
|
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
|
||||||
"ui.linenr" = "nord3_bright"
|
"ui.linenr" = "nord3_bright"
|
||||||
"ui.virtual.whitespace" = "nord3_bright"
|
"ui.virtual.whitespace" = "nord3_bright"
|
||||||
|
"ui.virtual.inlay-hint" = { fg = "nord3_bright" }
|
||||||
|
|
||||||
|
|
||||||
# Snow Storm
|
# Snow Storm
|
||||||
# nord4 - cursor, variables, constants, attributes, fields
|
# nord4 - cursor, variables, constants, attributes, fields
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue