diff options
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" |