aboutsummaryrefslogtreecommitdiff
path: root/theme/night.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/night.nix
parent0ed4698d124a4bfd9e57fbe99d89b6a46a7c11f0 (diff)
stuff for colemak
Diffstat (limited to 'theme/night.nix')
-rw-r--r--theme/night.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme/night.nix b/theme/night.nix
new file mode 100644
index 0000000..b838b3a
--- /dev/null
+++ b/theme/night.nix
@@ -0,0 +1,18 @@
1{
2 base00 = "#000000";
3 base01 = "#303030";
4 base02 = "#353535";
5 base03 = "#4A4A4A";
6 base04 = "#787878";
7 base05 = "#EEFFFF";
8 base06 = "#EEFFFF";
9 base07 = "#FFFFFF";
10 base08 = "#F07178";
11 base09 = "#F78C6C";
12 base0A = "#FDF200";
13 base0B = "#13CA91";
14 base0C = "#79ffe1";
15 base0D = "#7898FB";
16 base0E = "#ff3299";
17 base0F = "#FF5370";
18}