Skip to content

Commit

Permalink
Theme: Papercolor: Add inlay-hint style (helix-editor#8827)
Browse files Browse the repository at this point in the history
  • Loading branch information
crozbo authored and dgkf committed Jan 30, 2024
1 parent 2b84ab7 commit 864753c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/papercolor-light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"ui.virtual.whitespace" = { fg = "regular5" }
"ui.virtual.indent-guide" = { fg = "bright0" }
"ui.virtual.ruler" = { bg = "cursorline_secondary_bg", fg = "regular4" }
"ui.virtual.inlay-hint" = { fg = "regular5", modifiers = ["italic"] }
"ui.virtual.inlay-hint.parameter" = { fg = "regular5", modifiers = ["italic"] }
"ui.virtual.inlay-hint.type" = { fg = "regular5", modifiers = ["bold", "italic"] }
"ui.cursor.match" = { bg = "matchparen_bg", fg = "matchparen_fg" }
"ui.cursor" = { bg = "regular5", fg = "background" }
"ui.cursor.primary" = { bg = "foreground", fg = "background" }
Expand Down

0 comments on commit 864753c

Please sign in to comment.