mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 19:02:45 +01:00
Merge pull request #10 from SmithPeder/midnight-light
Add Midnight-Light theme
This commit is contained in:
commit
15eefdc1e0
9
Midnight-Light/README.md
Normal file
9
Midnight-Light/README.md
Normal 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
18
Midnight-Light/color.ini
Normal 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
|
BIN
Midnight-Light/screenshot1.png
Normal file
BIN
Midnight-Light/screenshot1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 438 KiB |
BIN
Midnight-Light/screenshot2.png
Normal file
BIN
Midnight-Light/screenshot2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
10
Midnight-Light/user.css
Normal file
10
Midnight-Light/user.css
Normal file
@ -0,0 +1,10 @@
|
||||
/*Thinner scrollbar*/
|
||||
::-webkit-scrollbar {
|
||||
height: 6px !important;
|
||||
width: 0px !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.gc-label-text {
|
||||
color: #fafafa;
|
||||
}
|
Loading…
Reference in New Issue
Block a user