1

fix: remove redundant blackbox config

This commit is contained in:
Himadri Bhattacharjee
2023-12-11 17:55:21 +05:30
parent 040dca7b4c
commit 627dae8b8f
2 changed files with 0 additions and 30 deletions

View File

@@ -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 = {

View File

@@ -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
}