mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
Merge pull request #259 from Theblockbuster1/master
Discord theme updates
This commit is contained in:
commit
d989322532
@ -1,8 +1,8 @@
|
||||
[Base]
|
||||
sidebar_indicator_and_hover_button_bg = 7289DA
|
||||
indicator_fg_and_button_bg = 7289DA
|
||||
modspotify_pressing_button_bg = 7289DA
|
||||
modspotify_selected_button = 7289DA
|
||||
pressing_button_bg = 6475B3
|
||||
selected_button = 6475B3
|
||||
miscellaneous_bg = 7289DA
|
||||
miscellaneous_hover_bg = 7289DA
|
||||
slider_bg = 7289DA
|
||||
slider_bg = 7289DA
|
||||
|
@ -25,8 +25,9 @@
|
||||
--s-darkgray: #555753;
|
||||
}
|
||||
|
||||
.Card__image {
|
||||
border-radius: 8px;
|
||||
/* Images used for album art */
|
||||
.card-image, .Card__image, .card, .gc-image-container, .Card__overlay {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.profile .incognito-badge.paused { /* Away - not playing music */
|
||||
@ -285,6 +286,15 @@ textarea, input, select, .form-group input[disabled], .GlueDropdown, .filter-con
|
||||
/* hover */ .LeftSidebarNewPlaylistButton__button:focus, .LeftSidebarNewPlaylistButton__button:hover {
|
||||
color: var(--s-lightgray)
|
||||
}
|
||||
|
||||
.SidebarListItem {
|
||||
transition-duration: 0.5s;
|
||||
border-radius: 2px;
|
||||
margin: 2px 8px;
|
||||
}
|
||||
.SidebarListItem:hover {
|
||||
background-color: var(--s-unprogress);
|
||||
}
|
||||
|
||||
/* links */ .SidebarListItemLink:link, .SidebarListItemLink:visited {
|
||||
color: var(--s-fg)
|
||||
@ -370,6 +380,8 @@ textarea, input, select, .form-group input[disabled], .GlueDropdown, .filter-con
|
||||
color: #72767d;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* context menu */
|
||||
/* background */ .context-menu, .MenuItem, .Menu {
|
||||
background-color: var(--s-context-menu);
|
||||
|
Loading…
Reference in New Issue
Block a user