Merge pull request #53 from ec965/master

Youtube Dark theme
This commit is contained in:
morpheusthewhite 2020-04-18 07:38:09 +02:00 committed by GitHub
commit b80e745ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 103 additions and 0 deletions

9
YoutubeDark/README.md Normal file
View File

@ -0,0 +1,9 @@
# Youtube Dark
## Screenshots
![youtube dark](ytdark.png)
## More
Based on the YouTube dark theme.
https://ec965.github.io/

17
YoutubeDark/color.ini Normal file
View File

@ -0,0 +1,17 @@
[Base]
main_fg = FFFFFF
secondary_fg = AAAAAA
main_bg = 181818
sidebar_and_player_bg = 212121
cover_overlay_and_shadow = 212121
indicator_fg_and_button_bg = FF0000
pressing_fg = 6F6F6F
slider_bg = 535353s
sidebar_indicator_and_hover_button_bg = 383838
scrollbar_fg_and_selected_row_bg = 4d4d4d
pressing_button_fg = FFFFFF
pressing_button_bg = 6E6E6E
selected_button = a6a6a6
miscellaneous_bg = FF0000
miscellaneous_hover_bg = 6E6E6E
preserve_1 = a6a6a6

77
YoutubeDark/user.css Normal file
View File

@ -0,0 +1,77 @@
:root {
--like-color: #3EA6FF;
}
/*hide the left side new playlist button*/
.LeftSidebarNewPlaylistButton__button {
display: none !important;
}
/*search bar edits*/
.SearchInput__input {
color: var(--modspotify_secondary_fg) !important;
background-color: var(--modspotify_main_bg) !important;
border-style: solid !important;
border-width: 1px !important;
border-radius: 0 !important;
border-color: var(--modspotify_sidebar_and_player_bg) !important;
}
.SearchInput__searchIcon{
color: var(--modspotify_secondary_fg) !important;
}
.content-top-bar__search-input{
max-width: unset!important;
height: auto !important;
}
/*change header colors*/
.GlueHeader__background-color{
border-color: var(--modspotify_sidebar_and_player_bg) !important;
background-color: var(--modspotify_sidebar_and_player_bg) !important;
background-image: unset !important;
}
.Header__background-color{
border-color: var(--modspotify_sidebar_and_player_bg) !important;
background-color: var(--modspotify_sidebar_and_player_bg) !important;
background-image: unset !important;
}
/*scrubbing bar ball thingy*/
.handle{
background: var(--modspotify_indicator_fg_and_button_bg) !important;
border: 3px solid var(--modspotify_indicator_fg_and_button_bg) !important;
}
.progress-bar-wrapper.progress-bar-wrapper--ltr.handle{
background: unset !important;
border: unset !important;
}
/*side bar*/
.SidebarListItem--is-active,
.RootlistItem--is-active {
background: var(--modspotify_sidebar_indicator_and_hover_button_bg) !important;
}
/*like heart thingy in bottom player*/
.nowplaying-add-button .button .button-icon-only .button-add,
.nowplaying-ban-button .button .button-icon-only .button-ban .spoticon-ban-16{
color: var(--like-color)!important;
}
/*like heart in playlist*/
button.button-icon-only.button-add,
.spoticon-heart-16,
.spoticon-heart-active-16,
.spoticon-heart-active-32,
.spoticon-heart-32{
color: var(--like-color)!important;
}
/*highlighted playlist text color*/
.tl-row.current .tl-cell:not(.tl-number), .tl-row.current .tl-cell a:link, .tl-row.current .tl-highlight {
color: #cccccc;
}

BIN
YoutubeDark/ytdark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB