rest of misc stuff

This commit is contained in:
ISnortPennies 2022-09-30 14:50:17 -04:00
parent bb2057f5d5
commit 07b4757bde
22 changed files with 120 additions and 381 deletions

View file

@ -7,28 +7,28 @@
enable = true;
enabledExtensions = with spicetify-nix.pkgs.extensions; [
"adblock.js"
"hidePodcasts.js"
"shuffle+.js"
"hidePodcasts.js"
"shuffle+.js"
];
theme = spicetify-nix.pkgs.themes.Dribbblish;
colorScheme = "custom";
customColorScheme = {
text = "7AA2F7";
subtext = "F0F0F0";
sidebar-text = "7AA2F7";
main = "000000";
sidebar = "000000";
player = "000000";
card = "000000";
shadow = "03339c";
selected-row = "797979";
button = "31748f";
button-active = "7AA2F7";
button-disabled = "03339c";
tab-active = "166632";
notification = "1db954";
notification-error = "eb6f92";
misc = "FFFFFF";
};
theme = spicetify-nix.pkgs.themes.Dribbblish;
colorScheme = "custom";
customColorScheme = {
text = "79dac8";
subtext = "f8f8f8";
sidebar-text = "79dac8";
main = "000000";
sidebar = "323437";
player = "000000";
card = "000000";
shadow = "000000";
selected-row = "7c8f8f";
button = "74b2ff";
button-active = "74b2ff";
button-disabled = "555169";
tab-active = "80a0ff";
notification = "80a0ff";
notification-error = "e2637f";
misc = "282a36";
};
};
}