diff options
Diffstat (limited to 'runtime/themes/rose_pine_dawn.toml')
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index a3c0f446..b28f6412 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -19,11 +19,10 @@ "variable" = "text" "number" = "iris" "constant" = "gold" -"attributes" = "gold" +"attribute" = "gold" "type" = "foam" "ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] } "string" = "gold" -"property" = "foam" "escape" = "subtle" "function" = "rose" "function.builtin" = "rose" @@ -37,7 +36,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" |