diff --git a/runtime/themes/dracula-purple.toml b/runtime/themes/dracula-purple.toml index 64c86a07..b28f9610 100644 --- a/runtime/themes/dracula-purple.toml +++ b/runtime/themes/dracula-purple.toml @@ -65,6 +65,8 @@ "ui.explorer.focus" = { modifiers = ["reversed"] } "ui.explorer.unfocus" = { bg = "comment" } +rainbow = ["#7c5ea3", "#9c5b95", "#9c5e80", "#6b4466"] + [palette] background = "#3A2A4D" background_dark = "#2B1C3D" diff --git a/theme.toml b/theme.toml index 64c86a07..b28f9610 100644 --- a/theme.toml +++ b/theme.toml @@ -65,6 +65,8 @@ "ui.explorer.focus" = { modifiers = ["reversed"] } "ui.explorer.unfocus" = { bg = "comment" } +rainbow = ["#7c5ea3", "#9c5b95", "#9c5e80", "#6b4466"] + [palette] background = "#3A2A4D" background_dark = "#2B1C3D"