diff options
author | crozbo | 2023-11-17 23:32:06 +0000 |
---|---|---|
committer | GitHub | 2023-11-17 23:32:06 +0000 |
commit | 7868136a18aefc2c611d667b344dacacb4b9e8e1 (patch) | |
tree | a6bf612a0b3a0da2f2067048c3bfc44ea42d146d /runtime | |
parent | 5889b81fc7a7da25352f47240aa6d665ce6b8773 (diff) |
Theme: Papercolor: Add inlay-hint style (#8827)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/papercolor-light.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml index 5c59d6f5..279fa242 100644 --- a/runtime/themes/papercolor-light.toml +++ b/runtime/themes/papercolor-light.toml @@ -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" } |