aboutsummaryrefslogtreecommitdiff
path: root/theme/tomorrow-night.nix
diff options
context:
space:
mode:
Diffstat (limited to 'theme/tomorrow-night.nix')
-rw-r--r--theme/tomorrow-night.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme/tomorrow-night.nix b/theme/tomorrow-night.nix
new file mode 100644
index 0000000..93552b3
--- /dev/null
+++ b/theme/tomorrow-night.nix
@@ -0,0 +1,18 @@
1{
2 base00 = "#1d1f21";
3 base01 = "#282a2e";
4 base02 = "#373b41";
5 base03 = "#969896";
6 base04 = "#b4b7b4";
7 base05 = "#c5c8c6";
8 base06 = "#e0e0e0";
9 base07 = "#ffffff";
10 base08 = "#cc6666";
11 base09 = "#de935f";
12 base0A = "#f0c674";
13 base0B = "#b5bd68";
14 base0C = "#8abeb7";
15 base0D = "#81a2be";
16 base0E = "#b294bb";
17 base0F = "#a3685a";
18}