mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-25 12:22:32 +01:00
Adding BurntSienna theme.
This commit is contained in:
parent
d644cc9233
commit
785805d88d
9
BurntSienna/README.md
Normal file
9
BurntSienna/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# BurntSienna
|
||||
|
||||
## Screenshots
|
||||
![BurntSienna](./screenshot.png)
|
||||
|
||||
## More
|
||||
Montserrat Font is neccessary, it is avaiable on Google Fonts:
|
||||
https://fonts.google.com/specimen/Montserrat<br>
|
||||
Author: https://github.com/pjaspinski
|
8
BurntSienna/color.ini
Normal file
8
BurntSienna/color.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[Base]
|
||||
main_bg = 303336
|
||||
sidebar_and_player_bg = 242629
|
||||
main_fg = FFFFFF
|
||||
indicator_fg_and_button_bg = ef8450
|
||||
sidebar_indicator_and_hover_button_bg = fb8e56
|
||||
selected_button = ef8450
|
||||
pressing_button_bg = fb8e56
|
BIN
BurntSienna/screenshot.png
Normal file
BIN
BurntSienna/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 478 KiB |
68
BurntSienna/user.css
Normal file
68
BurntSienna/user.css
Normal file
@ -0,0 +1,68 @@
|
||||
* {
|
||||
font-family: Montserrat;
|
||||
}
|
||||
|
||||
/* Sets font-weight for all titles */
|
||||
.h-title,
|
||||
.Header__title-text,
|
||||
.glue-page-header__title,
|
||||
.GlueHeader__title,
|
||||
.section-divider{
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
/* Bigger font for big colorful play/pause button */
|
||||
.button{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* Colored scrollbar moving things, they have rounded edges too */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--modspotify_indicator_fg_and_button_bg) !important;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* Colored progressbar */
|
||||
.inner{
|
||||
background-color: var(--modspotify_indicator_fg_and_button_bg) !important;
|
||||
}
|
||||
|
||||
/* Bigger font for elapsed time, remaining time and artist name */
|
||||
.elapsed,
|
||||
.remaining,
|
||||
.artist{
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
/* Bigger font for track title and big colorful play/pause button */
|
||||
.button.button-icon-only::before,
|
||||
.track{
|
||||
font-size: 18px !important;
|
||||
}
|
||||
|
||||
/* No circle around player play button */
|
||||
.button-play,
|
||||
.view-player .player-controls-container .controls .button-play.button-play:after {
|
||||
box-shadow: 0px 0px!important;
|
||||
}
|
||||
|
||||
/* Makes play button gray */
|
||||
.view-player .player-controls-container .controls .button-play
|
||||
{
|
||||
color: var(--modspotify_secondary_fg);
|
||||
}
|
||||
|
||||
/* Bigger font for play button */
|
||||
#player-button-play::before{
|
||||
font-size: 25px !important;
|
||||
}
|
||||
|
||||
/* Centering play button */
|
||||
#player-button-play{
|
||||
margin-left: -5px !important;
|
||||
}
|
||||
|
||||
/* Wider container for track and artist names */
|
||||
.now-playing-container{
|
||||
min-width: 400px !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user