diff options
author | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
commit | f2815e157fcdec51d59b791cb3f7d931014235ea (patch) | |
tree | b06c85de4c6bfd490dae7e6dce81b13023efd21d /theme/tomorrow-night.nix | |
parent | 5514b8f6849c904146d5f4c2fcfff0105f8177e1 (diff) |
mantis: .
Diffstat (limited to 'theme/tomorrow-night.nix')
-rw-r--r-- | theme/tomorrow-night.nix | 18 |
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 | } | ||