diff options
author | Henrik Tjäder | 2023-11-06 21:33:18 +0000 |
---|---|---|
committer | GitHub | 2023-11-06 21:33:18 +0000 |
commit | 7bc564d3dcdee69555578bbec75d08e6ce227a9e (patch) | |
tree | bfe3a1b3f4e114f1baf5d61efda99dd3efa1b0b3 /runtime | |
parent | f73e9a8d15fd5a87d472a49808baf42ba403f9bf (diff) |
Theme: Papercolor: Add type.parameter (#8735)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/papercolor-light.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml index ae104e17..5c59d6f5 100644 --- a/runtime/themes/papercolor-light.toml +++ b/runtime/themes/papercolor-light.toml @@ -52,6 +52,7 @@ "type" = { fg = "bright2", modifiers = ["bold"] } "type.builtin" = { fg = "bright2", modifiers = ["bold"] } +"type.parameter" = { fg = "foreground" } "type.enum" = { fg = "foreground" } "type.enum.variant" = { fg = "foreground" } |