Merge pull request #10 from SmithPeder/midnight-light

Add Midnight-Light theme
This commit is contained in:
morpheusthewhite 2019-10-27 14:07:50 +01:00 committed by GitHub
commit 15eefdc1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 0 deletions

9
Midnight-Light/README.md Normal file
View File

@ -0,0 +1,9 @@
# Midnight-Light
## Screenshots
![Midnight-Light](screenshot1.png)
![Midnight-Light](screenshot2.png)
## Credits
Theme developed by [smithpeder](https://github.com/smithpeder)

18
Midnight-Light/color.ini Normal file
View File

@ -0,0 +1,18 @@
[Base]
main_fg = 2c3e50
secondary_fg = 2c3e50
main_bg = FAFAFA
sidebar_and_player_bg = FAFAFA
cover_overlay_and_shadow = 000000
indicator_fg_and_button_bg = bdc3c7
pressing_fg = 2c3e50
slider_bg = FAFAFA
sidebar_indicator_and_hover_button_bg = 95a5a6
scrollbar_fg_and_selected_row_bg = EBEBEB
pressing_button_fg = 2c3e50
pressing_button_bg = 2c3e50
selected_button = 2c3e50
miscellaneous_bg = 2c3e50
miscellaneous_hover_bg = 2c3e50
preserve_1 = FFFFFF

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

10
Midnight-Light/user.css Normal file
View File

@ -0,0 +1,10 @@
/*Thinner scrollbar*/
::-webkit-scrollbar {
height: 6px !important;
width: 0px !important;
background-color: transparent;
}
.gc-label-text {
color: #fafafa;
}