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