Unnamed repository; edit this file 'description' to name the repository.
feat(theme): Sync catppuccin themes to include rainbow array (#14094)
| -rw-r--r-- | runtime/themes/catppuccin_mocha.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index 5e542dc8..d6d53f05 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -128,6 +128,8 @@ warning = "yellow" info = "sky" hint = "teal" +rainbow = ["red", "peach", "yellow", "green", "sapphire", "lavender"] + [palette] rosewater = "#f5e0dc" flamingo = "#f2cdcd" |