From 1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Jan 2025 09:26:51 -0500 Subject: reconfigure --- nix/themes/tricolor.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nix/themes/tricolor.nix (limited to 'nix/themes/tricolor.nix') diff --git a/nix/themes/tricolor.nix b/nix/themes/tricolor.nix new file mode 100644 index 0000000..f1d74b8 --- /dev/null +++ b/nix/themes/tricolor.nix @@ -0,0 +1,22 @@ +{ + name = "Tricolor"; + author = "https://trimill.xyz"; + + base00 = "14171d"; + base01 = "1f242d"; + base02 = "343c4b"; + base03 = "4d4754"; + base04 = "4d4754"; + base05 = "c7c6c3"; + base06 = "ada0a8"; + base07 = "ada0a8"; + base08 = "a63a3a"; + base09 = "f0c767"; + base0A = "7b5687"; + base0B = "3d67a2"; + base0C = "578c7c"; + base0D = "789ebf"; + base0E = "a97fb3"; + base0F = "c7c6c3"; + +} -- cgit v1.2.3-freya