Files
Retroblur/color.ini
Motschen 79b0cf7fb5 Retroblur Fresh - Gradients, More Animations and Polish
- Added many gradients that make Spotify way more colorful
- Using dirty hacks, some of the gradients are even animated!
- Completely revamped color themes
- Fixed many little annoyances
- On Linux systems, the big gap at the upper left corner (which houses the ... button on Windows) is removed
- Fix some pages not having a blurred background (Your Episodes, Marketplace Readme, Options)
- Fix many general Spotify bugs
- Probably so much more :)
2023-04-29 21:44:44 +02:00

129 lines
3.5 KiB
INI

; COLOR EXPLANATION
; main, sidebar, player = background
; card = cards, tracklist, dropdowns, input fields
; shadow = text on button, tab active & selected row
; selected row = selected song & tab
; button-active = play button, outline on focused input
; button = all other buttons
; button-disabled = volume & seekbar background, scrollbar handle, borders
; everything else = self-explanatory
[dream]
text = ffffff
subtext = f70bff
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = aa00ff
button = aa00ff
button-active = aa00ff
button-disabled = 302b36
tab-active = aa00ff
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[water]
text = ffffff
subtext = 1d7af5
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = 00bbff
button = 00bbff
button-active = 00bbff
button-disabled = 302b36
tab-active = 00bbff
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[summer]
text = ffffff
subtext = 68fdab
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = b0fd68
button = b0fd68
button-active = b0fd68
button-disabled = 302b36
tab-active = b0fd68
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[sun]
text = ffffff
subtext = ebc726
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = ceeb26
button = ceeb26
button-active = ceeb26
button-disabled = 302b36
tab-active = ceeb26
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[sunset]
text = ffffff
subtext = f54e4e
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = ebb726
button = ebb726
button-active = ebb726
button-disabled = 302b36
tab-active = ebb726
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[mercy]
text = ffffff
subtext = ff0105
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = a10003
button = a10003
button-active = a10003
button-disabled = 302b36
tab-active = a10003
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[Xresources]
text = ${xrdb:foreground}
subtext = ${xrdb:color1}
main = ${xrdb:color1}
sidebar = ${xrdb:color1}
player = ${xrdb:color1}
card = ${xrdb:color8}
shadow = ${xrdb:color8}
selected-row = ${xrdb:color6}
button = ${xrdb:foreground}
button-active = ${xrdb:foreground}
button-disabled = ${xrdb:background}
tab-active = ${xrdb:color6}
notification = ${xrdb:color8}
notification-error = ${xrdb:background}
misc = ${xrdb:color1}