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/autumn.toml | |
parent | 8deaebde26a5ab2a51e8124828ba042641a1558f (diff) |
Theme Related Fixes (#3412)
Diffstat (limited to 'runtime/themes/autumn.toml')
-rw-r--r-- | runtime/themes/autumn.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/autumn.toml b/runtime/themes/autumn.toml index 024ca650..d9c2f8a6 100644 --- a/runtime/themes/autumn.toml +++ b/runtime/themes/autumn.toml @@ -31,7 +31,7 @@ "variable" = "my_white3" "constant.numeric" = "my_turquoise" "constant" = "my_white3" -"attributes" = "my_turquoise" +"attribute" = "my_turquoise" "type" = { fg = "my_white3", modifiers = ["italic"] } "ui.cursor.match" = { fg = "my_white3", modifiers = ["underlined"] } "string" = "my_green" |