Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Gruvify): add Gruvify theme #1114

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Gruvify/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <[email protected]>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
30 changes: 30 additions & 0 deletions Gruvify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Gruvify
## Gruvbox spotify theme

### What?

A [spicetify](https://spicetify.app/) theme customized to the [gruvbox](https://github.com/gruvbox-community/gruvbox) palette.
Uses [Sass](https://sass-lang.com/) compiled down to normal CSS.
Original repository [here](https://github.com/Skaytacium/Gruvify)

### Why?

Eyesore.

### And?

~~Supports spicetify's [bookmark extension](https://spicetify.app/docs/advanced-usage/extensions/#bookmark).~~ It still does, but, on older versions (check the tricolor branch).

The `main` branch is based on the current Spotify CSS map, the `tricolor` branch is based on the older one, it supports vim keys and bookmarks theming as well (since those extensions aren't available for the newer versions, I can't theme them).

Last working versions (26/09/2024)

Spotify: `1.2.47.364.gf05e5cee`
Spicetify: `2.38.3`

### Pics?

![image](https://github.com/user-attachments/assets/c77c84c8-16c7-400f-8ccc-5b77870e2104)
![image](https://github.com/user-attachments/assets/bcb6e7a9-8118-4520-a539-15408eeef5fd)
![image](https://github.com/user-attachments/assets/567d13b8-04a0-4378-b989-37d1fada17f7)
![image](https://github.com/user-attachments/assets/32c53395-ddd6-49d1-9fca-86aeef9d0c1f)
22 changes: 22 additions & 0 deletions Gruvify/color.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[Gruvbox]
text = d5c4a1
subtext = d5c4a1
button-text = 282828
subbutton-text = d5c4a1
main = 282828
sidebar = 282828
player = 282828
card = 282828
shadow = 282828
selected-row = 1d2021
sub-button = d5c4a1
button = d5c4a1
button-active = ebdbb2
button-disabled = 353535
sidebar-button = d5c4a1
play-button = d5c4a1
tab-active = 282828
notification = 282828
notification-error = 282828
playback-bar = d5c4a1
misc = d5c4a1
Loading