Update theme

This commit is contained in:
CharlieS1103 2021-12-19 18:12:09 -05:00
parent 5b69df8be3
commit 46ea13b682
8 changed files with 4 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 KiB

After

Width:  |  Height:  |  Size: 892 KiB

View File

@ -108,27 +108,6 @@ notification-error = b5cbb7
playback-bar = B28228
misc = B28228
[Kimbie-Dark]
;Kimbie-Dark Inspired
text = a3b95a
subtext = C2A383
button-text = d3869b
main = 423523
sidebar = 221a0f
subbutton-text = C2A383
player = 423523
card = 98676a
selected-row = 7e5053
shadow = d3869b
sub-button = F79a32
button = 889B4A
button-active = 889B4A
button-disabled = 535353
tab-active = 98676A
notification = 423523
notification-error = DC3958
playback-bar = f79a32
misc = D3869B
[Graytone-Blue]
; Gray colors with blue highlights
@ -152,27 +131,6 @@ notification-error = 051024
playback-bar = 4f9a87
misc = 406560
[Graytone-Red]
; Gray colors with red highlights
text = e80000
subtext = 982525
button-text = de1414
main = 111115
sidebar = 1e2027
subbutton-text = 040614
player = 1a1b1d
card = 0f1118
selected-row = 390b1a
shadow = ba2d26
sub-button = ff4700
button = d64114
button-active = d01313
button-disabled = 4d160d
tab-active = 390b1a
notification = 051024
notification-error = 051024
playback-bar = c42626
misc = 901313
; Description
; text = main text, playlist names in main field, name of playlist selected in sidebar, headings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 660 KiB

After

Width:  |  Height:  |  Size: 984 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 KiB

After

Width:  |  Height:  |  Size: 847 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 KiB

After

Width:  |  Height:  |  Size: 950 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 KiB

After

Width:  |  Height:  |  Size: 850 KiB

View File

@ -473,7 +473,7 @@ padding-top: 8px;
}
.main-buddyFeed-friendsFeedContainer {
border-left: solid 2px var(--spice-text);
}
.main-yourEpisodesButton-yourEpisodesIcon {
background: var(--spice-text);
}
@ -563,3 +563,6 @@ background-color: var(--spice-text);
margin: 0px;
position: absolute;
}
.Root__main-view, .Root__nav-bar{
min-width: 285px
}