diff options
Diffstat (limited to 'theme/day.nix')
-rw-r--r-- | theme/day.nix | 18 |
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 | } | ||