changed spotify theme

This commit is contained in:
ISnortPennies 2022-09-21 19:01:41 -04:00
parent af41bfd5e5
commit b4ea6ab031

View file

@ -8,7 +8,27 @@
enabledExtensions = with spicetify-nix.pkgs.extensions; [ enabledExtensions = with spicetify-nix.pkgs.extensions; [
"adblock.js" "adblock.js"
"hidePodcasts.js" "hidePodcasts.js"
"shuffle+.js"
]; ];
theme = spicetify-nix.pkgs.themes.SpotifyNoPremium; 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";
};
}; };
} }