From 627dae8b8f87aed5dceb8723e7de94bebb051ace Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:55:21 +0530 Subject: [PATCH] fix: remove redundant blackbox config --- home.nix | 1 - sources/blackbox/lain.json | 29 ----------------------------- 2 files changed, 30 deletions(-) delete mode 100644 sources/blackbox/lain.json diff --git a/home.nix b/home.nix index 11b7c00..b9d198b 100644 --- a/home.nix +++ b/home.nix @@ -14,7 +14,6 @@ }; # Do not display fish in the menu ".local/share/applications/fish.desktop".source = ./sources/fish.desktop; - ".local/share/blackbox/schemes/lain.json".source = ./sources/blackbox/lain.json; }; sessionVariables = { diff --git a/sources/blackbox/lain.json b/sources/blackbox/lain.json deleted file mode 100644 index 93a82d1..0000000 --- a/sources/blackbox/lain.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Lain", - "foreground-color": "#e2d0d0", - "background-color":"#2C2525", - "cursor-background-color": "#e2d0d0", - "palette": [ - "#5c3f42", - "#F7768E", - "#9ECE6A", - "#E0AF68", - "#ffb1bc", - "#BB9AF7", - "#7DCFFF", - "#A9B1D6", - "#414868", - "#F7768E", - "#9ECE6A", - "#E0AF68", - "#7AA2F7", - "#BB9AF7", - "#7DCFFF", - "#e2d0d0" - ], - "use-badge-color": false, - "use-bold-color": false, - "use-cursor-color": false, - "use-highlight-color": false, - "use-theme-colors": false -}