From fc9aad465c6d290dbaeda8f5df0cd80369ae90a8 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 21 Jun 2022 23:20:18 -0500 Subject: [PATCH] add rainbow palette to the default theme --- theme.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.toml b/theme.toml index 8e550f922e131..fe497c6726a61 100644 --- a/theme.toml +++ b/theme.toml @@ -81,6 +81,8 @@ error = "apricot" info = "delta" hint = "silver" +rainbow = ["#fc6b59", "#fabd2f", "#b8bb26", "#8ec07c", "#83a598", "#d3869b", "#b16286"] + [palette] white = "#ffffff" lilac = "#dbbfef"