mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-25 04:12:29 +01:00
commit
7f191f213c
11
Arc-Dark/README.md
Normal file
11
Arc-Dark/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Arc-Dark
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Arc-Dark](screenshot.png)
|
||||
|
||||
## Credits
|
||||
Theme developed by [meliot](https://github.com/meliot/Arc-Dark-Spotify-Theme)
|
||||
|
||||
## Arc Theme
|
||||
Highly inspired by [arc-theme](https://github.com/horst3180/arc-theme)
|
18
Arc-Dark/color.ini
Normal file
18
Arc-Dark/color.ini
Normal file
@ -0,0 +1,18 @@
|
||||
[Base]
|
||||
|
||||
main_fg = F5F6F7
|
||||
secondary_fg = E5E9F0
|
||||
main_bg = 303642
|
||||
sidebar_and_player_bg = 414A59
|
||||
cover_overlay_and_shadow = 303642
|
||||
indicator_fg_and_button_bg = 5294E2
|
||||
pressing_fg = 4C566A
|
||||
slider_bg = 303642
|
||||
sidebar_indicator_and_hover_button_bg = 5294E2
|
||||
scrollbar_fg_and_selected_row_bg = 303642
|
||||
pressing_button_fg = 5294E2
|
||||
pressing_button_bg = 303642
|
||||
selected_button = 5294E2
|
||||
miscellaneous_bg = 303642
|
||||
miscellaneous_hover_bg = FFFFFF
|
||||
preserve_1 = FFFFFF
|
BIN
Arc-Dark/screenshot.png
Normal file
BIN
Arc-Dark/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
6
Arc-Dark/user.css
Normal file
6
Arc-Dark/user.css
Normal file
@ -0,0 +1,6 @@
|
||||
/*Thinner scrollbar*/
|
||||
::-webkit-scrollbar {
|
||||
height: 6px !important;
|
||||
width: 0px !important;
|
||||
background-color: transparent;
|
||||
}
|
Loading…
Reference in New Issue
Block a user