Initial commit

This commit is contained in:
Nick Schneider 2020-03-30 19:41:04 -07:00
parent 88d3a7df43
commit eb0c4435f6
4 changed files with 41 additions and 0 deletions

14
Arc-Green/README.md Normal file
View 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

9
Arc-Green/user.css Normal file
View 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; */
}