Merge pull request #40 from dob9601/master

Addition of the Dobbo colour theme
This commit is contained in:
morpheusthewhite 2020-02-27 07:46:38 +01:00 committed by GitHub
commit a7f7a1534a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 62 additions and 0 deletions

13
Dobbo/README.md Normal file
View 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 KiB

31
Dobbo/user.css Normal file
View 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;
}