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/rose_pine.toml | |
parent | 8deaebde26a5ab2a51e8124828ba042641a1558f (diff) |
Theme Related Fixes (#3412)
Diffstat (limited to 'runtime/themes/rose_pine.toml')
-rw-r--r-- | runtime/themes/rose_pine.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index 1755388f..1e494946 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -22,11 +22,10 @@ "variable" = "text" "constant.numeric" = "iris" "constant" = "gold" -"attributes" = "gold" +"attribute" = "gold" "type" = "foam" "ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] } "string" = "gold" -"property" = "foam" "constant.character.escape" = "subtle" "function" = "rose" "function.builtin" = "rose" @@ -40,7 +39,7 @@ "ui.popup.info" = { bg = "surface" } "ui.window" = { bg = "base" } "ui.help" = { bg = "overlay", fg = "foam" } -"text" = "text" +"ui.text" = "text" "diff.plus" = "foam" "diff.delta" = "rose" "diff.minus" = "love" |