From 4480da752cf1fe097323aaa8ecc554d4780bd7fc Mon Sep 17 00:00:00 2001 From: George Hollister Date: Sun, 27 Jul 2025 20:18:00 +0100 Subject: [PATCH] feat(theme): Sync catppuccin themes to include rainbow array (#14094) --- runtime/themes/catppuccin_mocha.toml | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.51.2