mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
Initial commit
This commit is contained in:
parent
88d3a7df43
commit
eb0c4435f6
14
Arc-Green/README.md
Normal file
14
Arc-Green/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Arc-Green
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Arc-Green](screenshot.png)
|
||||
|
||||
## Credits
|
||||
Theme developed by [Nick Schneider](https://github.com/CampAsAChamp/Arc-Green-Spotify-Theme)
|
||||
|
||||
## Arc Theme
|
||||
Highly inspired by [arc-theme](https://github.com/horst3180/arc-theme) but with a little green accent to better match Spotify's original design
|
||||
|
||||
### Removing scrollbar
|
||||
To remove the scrollbar open **user.css** and remove both slashes and * from each line in the webkit-scrollbar selector
|
18
Arc-Green/color.ini
Normal file
18
Arc-Green/color.ini
Normal file
@ -0,0 +1,18 @@
|
||||
[Base]
|
||||
|
||||
main_fg = F5F6F7
|
||||
secondary_fg = E5E9F0
|
||||
main_bg = 313C49
|
||||
sidebar_and_player_bg = 414A59
|
||||
cover_overlay_and_shadow = 313C49
|
||||
indicator_fg_and_button_bg = 84E185
|
||||
pressing_fg = 4C566A
|
||||
slider_bg = 182330
|
||||
sidebar_indicator_and_hover_button_bg = 84E185
|
||||
scrollbar_fg_and_selected_row_bg = 313C49
|
||||
pressing_button_fg = 84E185
|
||||
pressing_button_bg = 313C49
|
||||
selected_button = 84E185
|
||||
miscellaneous_bg = 313C49
|
||||
miscellaneous_hover_bg = FFFFFF
|
||||
preserve_1 = FFFFFF
|
BIN
Arc-Green/screenshot.png
Normal file
BIN
Arc-Green/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 716 KiB |
9
Arc-Green/user.css
Normal file
9
Arc-Green/user.css
Normal file
@ -0,0 +1,9 @@
|
||||
/* If you want to remove the scrollbar for a cleaner UI
|
||||
remove both slashes and * from each line below
|
||||
*/
|
||||
|
||||
::-webkit-scrollbar {
|
||||
/* height: 6px !important; */
|
||||
/* width: 0px !important; */
|
||||
/* background-color: transparent; */
|
||||
}
|
Loading…
Reference in New Issue
Block a user