From 38f24a5b41a9ae74db5c2124b1d25ae9ccf74416 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Oct 2022 10:33:47 +0200 Subject: [PATCH] Add themes for rainbow indentation --- runtime/themes/dracula-purple.toml | 2 ++ theme.toml | 2 ++ 2 files changed, 4 insertions(+) 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"