diff options
author | nosa | 2022-08-14 13:35:15 +0000 |
---|---|---|
committer | GitHub | 2022-08-14 13:35:15 +0000 |
commit | c5deb308148b148ff0592e18203f1ca721716668 (patch) | |
tree | bd308efb06e73af55cdb2bbf6d17e2ae774719d6 /runtime/themes/base16_terminal.toml | |
parent | 8deaebde26a5ab2a51e8124828ba042641a1558f (diff) |
Theme Related Fixes (#3412)
Diffstat (limited to 'runtime/themes/base16_terminal.toml')
-rw-r--r-- | runtime/themes/base16_terminal.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/base16_terminal.toml b/runtime/themes/base16_terminal.toml index 3a1d4845..1f5328dc 100644 --- a/runtime/themes/base16_terminal.toml +++ b/runtime/themes/base16_terminal.toml @@ -17,7 +17,7 @@ "variable" = "light-red" "constant.numeric" = "yellow" "constant" = "yellow" -"attributes" = "yellow" +"attribute" = "yellow" "type" = "light-yellow" "ui.cursor.match" = { fg = "light-yellow", modifiers = ["underlined"] } "string" = "light-green" |