From cdb07a0f192b50ea2be0d4e75cc8c4e5196a0dff Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sat, 1 Nov 2025 15:38:37 -0400 Subject: colors/tomorrow: extend to base24 --- modules/colors/tomorrow.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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"; }; }; } -- cgit v1.2.3