Skip to content

Commit

Permalink
Update nord with inlay-hints (#6376)
Browse files Browse the repository at this point in the history
  • Loading branch information
varon committed Mar 20, 2023
1 parent 203cf1a commit 05e7862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/nord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" }
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }


# nord1 - status bars, panels, modals, autocompletion
"ui.statusline" = { fg = "nord4", bg = "nord1" }
"ui.popup" = { bg = "nord1" }
Expand All @@ -33,6 +34,8 @@
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
"ui.linenr" = "nord3_bright"
"ui.virtual.whitespace" = "nord3_bright"
"ui.virtual.inlay-hint" = { fg = "nord3_bright" }


# Snow Storm
# nord4 - cursor, variables, constants, attributes, fields
Expand Down

0 comments on commit 05e7862

Please sign in to comment.