mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed spotify theme
This commit is contained in:
parent
af41bfd5e5
commit
b4ea6ab031
1 changed files with 21 additions and 1 deletions
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue