Merge pull request #5 from meliot/Arc-Dark

Add Arc-Dark
This commit is contained in:
morpheusthewhite 2019-09-04 09:02:05 +02:00 committed by GitHub
commit 7f191f213c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 0 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

6
Arc-Dark/user.css Normal file
View File

@ -0,0 +1,6 @@
/*Thinner scrollbar*/
::-webkit-scrollbar {
height: 6px !important;
width: 0px !important;
background-color: transparent;
}