spicetify-themes/Matte
2023-04-21 00:13:53 +12:00
..
screenshots feat(Matte): add Matte theme (#824) 2023-04-16 12:56:38 +12:00
color.ini feat(Matte): add Matte theme (#824) 2023-04-16 12:56:38 +12:00
README.md feat(Matte): add Matte theme (#824) 2023-04-16 12:56:38 +12:00
user.css fix(Matte): show friend feed and liked songs (#917) 2023-04-21 00:13:53 +12:00

Matte

Screenshots

Queue Page Search Page Customized Config

More

Description

Has a neat color pallete and a much cleaner interface

Notes

Check the very top of user.css for quick configs

For Windows users, here's how to make the window controls' background match with the topbar background:
Put this snippet into your user.css

/* window controls background */
.Root__top-bar {
    background-image: linear-gradient(#4a5b6b, #4a5b6b); /* depends on the color */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 135px 31px; /* depends on the set page zoom - this value is for 100% */
}

Window Controls

Credits

Based on Matte by KDr3w
Created by darkthemer