aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-11-01 15:38:37 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-11-01 15:38:37 -0400
commitcdb07a0f192b50ea2be0d4e75cc8c4e5196a0dff (patch)
treebc3512c5a8a9488d4e96b75d432baa3556405b73 /modules
parent974b72afc10808ccd7ea2888bdeda5ce3bf3ad3b (diff)
downloadhome-cdb07a0f192b50ea2be0d4e75cc8c4e5196a0dff.tar.gz
colors/tomorrow: extend to base24
Diffstat (limited to 'modules')
-rw-r--r--modules/colors/tomorrow.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/colors/tomorrow.nix b/modules/colors/tomorrow.nix
index d6d68fb..3e795e8 100644
--- a/modules/colors/tomorrow.nix
+++ b/modules/colors/tomorrow.nix
@@ -36,6 +36,14 @@ in
base0D = "#4271ae";
base0E = "#8959a8";
base0F = "#a3685a";
+ base10 = "#1d1f21";
+ base11 = "#282a2e";
+ base12 = "#c82829";
+ base13 = "#eab700";
+ base14 = "#718c00";
+ base15 = "#3e999f";
+ base16 = "#4271ae";
+ base17 = "#8959a8";
};
};
}