aboutsummaryrefslogtreecommitdiff
path: root/util/themes/skull.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-12 20:12:49 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-12 20:12:49 -0700
commit31fa816373038e5fad807131a8526103bd005a6f (patch)
tree26a799d7d17b78fb794362dd3aa5ef378b05f427 /util/themes/skull.nix
parentc7bdfbb27406d90f50e5d46908e0a4e1f96096b2 (diff)
Delete old duplicate config from util
(i have no clue how that even happened?)
Diffstat (limited to 'util/themes/skull.nix')
-rw-r--r--util/themes/skull.nix32
1 files changed, 0 insertions, 32 deletions
diff --git a/util/themes/skull.nix b/util/themes/skull.nix
deleted file mode 100644
index 8ebdd1e..0000000
--- a/util/themes/skull.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- background = "skull.png";
-
- colors = {
- accent = "458588";
-
- black = "282828"; brightBlack = "928374";
- red = "cc241d"; brightRed = "fb4934";
- green = "98971a"; brightGreen = "b8bb26";
- yellow = "d79921"; brightYellow = "fabd2f";
- blue = "458588"; brightBlue = "83a598";
- magenta = "b16286"; brightMagenta = "d3869b";
- cyan = "689d6a"; brightCyan = "8ec07c";
- white = "a89984"; brightWhite = "ebdbb2";
-
- bg = "282828";
- bg0 = "282828";
- bg1 = "3c3836";
- bg2 = "504945";
- bg3 = "665c54";
- bg4 = "7c6f64";
-
- fg = "ebdbb2";
- fg0 = "fbf1c7";
- fg1 = "ebdbb2";
- fg2 = "d5c4a1";
- fg3 = "bdae93";
- fg4 = "a89984";
-
- orange = "d65d0e"; brightOrange = "fe8019";
- };
-}