From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/themes/shinobu.nix | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 util/themes/shinobu.nix (limited to 'util/themes/shinobu.nix') diff --git a/util/themes/shinobu.nix b/util/themes/shinobu.nix deleted file mode 100644 index 229dd5f..0000000 --- a/util/themes/shinobu.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ - background = "shinobu.png"; - - colors = { - accent = "cc241d"; - - 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"; - }; -} -- cgit v1.2.3