mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-26 12:55:59 +01:00
Merge pull request #40 from dob9601/master
Addition of the Dobbo colour theme
This commit is contained in:
commit
a7f7a1534a
13
Dobbo/README.md
Normal file
13
Dobbo/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Dobbo
|
||||
|
||||
Required fonts:
|
||||
- Montserrat
|
||||
- Monoton Regular
|
||||
|
||||
## Screenshot
|
||||
|
||||
![Screenshot](screenshot.png)
|
||||
|
||||
---
|
||||
Dobbo was created by Daniel O'Brien
|
||||
https://dob9601.github.io
|
18
Dobbo/color.ini
Normal file
18
Dobbo/color.ini
Normal file
@ -0,0 +1,18 @@
|
||||
[Base]
|
||||
; Pink on White background
|
||||
main_fg = CBCCC6
|
||||
secondary_fg = FFCC66
|
||||
main_bg = 1F2430
|
||||
sidebar_and_player_bg = 2F374A
|
||||
cover_overlay_and_shadow = 000000
|
||||
indicator_fg_and_button_bg = F28779
|
||||
pressing_fg = FF5C86
|
||||
slider_bg = 2F374A
|
||||
sidebar_indicator_and_hover_button_bg = FF6F61
|
||||
scrollbar_fg_and_selected_row_bg = 2F374A
|
||||
pressing_button_fg = DEDEDE
|
||||
pressing_button_bg = 383145
|
||||
selected_button = FE6F61
|
||||
miscellaneous_bg = 3F3C45
|
||||
miscellaneous_hover_bg = 383145
|
||||
preserve_1 = FFFFFF
|
BIN
Dobbo/screenshot.png
Normal file
BIN
Dobbo/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 956 KiB |
31
Dobbo/user.css
Normal file
31
Dobbo/user.css
Normal file
@ -0,0 +1,31 @@
|
||||
html,
|
||||
body {
|
||||
font-family: 'Montserrat';
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
text-transform: uppercase !important;
|
||||
font-family: 'Monoton Regular';
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
.player-bar-wrapper {
|
||||
background-color: #282F3D !important;
|
||||
}
|
||||
|
||||
.SidebarListItem {
|
||||
transition: background-color 0.3s linear;
|
||||
}
|
||||
|
||||
.SidebarListItem:hover {
|
||||
background-color: #1f2430 !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user