aboutsummaryrefslogtreecommitdiff
path: root/theme/day.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-14 17:37:53 +0100
committerAkshay <[email protected]>2022-06-14 17:37:53 +0100
commit6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf (patch)
tree77db1d8e39d425105bf0ad20fb83881654d1ab33 /theme/day.nix
parent0ed4698d124a4bfd9e57fbe99d89b6a46a7c11f0 (diff)
stuff for colemak
Diffstat (limited to 'theme/day.nix')
-rw-r--r--theme/day.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme/day.nix b/theme/day.nix
new file mode 100644
index 0000000..f394287
--- /dev/null
+++ b/theme/day.nix
@@ -0,0 +1,18 @@
1{
2 base00 = "#fafafa";
3 base01 = "#f0f0f1";
4 base02 = "#e5e5e6";
5 base03 = "#a0a1a7";
6 base04 = "#696c77";
7 base05 = "#383a42";
8 base06 = "#202227";
9 base07 = "#090a0b";
10 base08 = "#ca1243";
11 base09 = "#d75f00";
12 base0A = "#c18401";
13 base0B = "#50a14f";
14 base0C = "#29BC9B";
15 base0D = "#4078f2";
16 base0E = "#EB367F";
17 base0F = "#986801";
18}