Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Made progress bar more interesting
Centered player control buttons
Added back username display
Styled username
Removed box shadows on some elements
Fixed most unreadable text
Fixed episode icon color and other buttons
Styled friend feed
Changed context menu opacity
And more.
  • Loading branch information
CharlieS1103 committed Jul 17, 2021
1 parent e20128c commit 3ade9f4
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 112 deletions.
12 changes: 3 additions & 9 deletions Dreary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,18 @@
### BIB
![BIB Screenshot](bib.png)

### Deep
![Deep Screenshot](deep.png)

### Psycho
![Psycho Screenshot](psycho.png)

### Deeper
![Deeper Screenshot](deeper.png)

### Lover
![Lover Screenshot](lover.png)

### RainforestCafe
![Rainforest Cafe Screenshot](rainforestcafe.png)

### Mono
![Mono Screenshot](mono.png)

### Golden
![Golden Screenshot](golden.png)

##Important
Sidebar Config option must be enabled for theme to work properly, you can use it without, however some features may not be available, such as edits to the sidebar.

Expand Down
Binary file modified Dreary/bib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 27 additions & 29 deletions Dreary/color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ button-text = ffffff
main = 101010
sidebar = 171717
player = 171717
subbutton-text = ffffff
subbutton-text = 101010
card = 171717
shadow = 000000
shadow = 6d1414
selected-row = 330d0d
sub-button = a20606
button = e00000
Expand All @@ -28,7 +28,7 @@ button-text = 4f9a87
main = 040614
sidebar = 0F111A
player = 0F111A
subbutton-text = 406560
subbutton-text = 040614
card = 0f1118
shadow = 406560
selected-row = 040614
Expand All @@ -52,7 +52,7 @@ button-text = 202020
main = 202020
sidebar = 202020
player = 242424
subbutton-text = 537b25
subbutton-text = 202020
card = 242424
shadow = 000000
selected-row = 2a3c17
Expand All @@ -66,41 +66,19 @@ notification-error = 242424
playback-bar = 8bc34a
misc = 8bc34a

[RainforestCafe]
; Mild tone colors, Grays and light blues and greens
text = 3B6958
subtext = B5CBB7
button-text = B5CBB7
main = 818479
sidebar = 2D2A32
subbutton-text = ra1f382f
player = 7b907d
card = B5CBB7
shadow = 2D2A32
selected-row = 2D2A32
sub-button = 7b907d
button = B5CBB7
button-active = B5CBB7
button-disabled = 3B6958
tab-active = B5CBB7
notification = B5CBB7
notification-error = B5CBB7
playback-bar = 2D2A32
misc = 000000

[Mono]
;Grays, Blacks, Whites, You get the gist.
text = FFFFFF
subtext = d3d3d3
button-text = FFFFFF
main = 000000
sidebar = 5d5e60
subbutton-text = FFFFFF
subbutton-text = d3d3d3
player = 181818
card = 5d5e60
selected-row = 2D2A32
shadow = FFFFFF
sub-button = 181818
sub-button = d3d3d3
button = d3d3d3
button-active = d3d3d3
button-disabled = 181818
Expand All @@ -110,7 +88,27 @@ notification-error = b5cbb7
playback-bar = d3d3d3
misc = d3d3d3


[Golden]
;Gold
text = FFE002
subtext = B28228
button-text = FFE002
main = 1C1C1C
sidebar = 3B3B3B
subbutton-text = 3B3B3B
player = 1C1C1C
card = 3B3B3B
selected-row = FFB606
shadow = FFE002
sub-button = B28228
button = B28228
button-active = B28228
button-disabled = FFB606
tab-active = B28228
notification = FFB606
notification-error = b5cbb7
playback-bar = B28228
misc = B28228


; Description
Expand Down
Binary file modified Dreary/deeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Dreary/golden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Dreary/mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Dreary/psycho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Dreary/rainforestcafe.png
Binary file not shown.
Loading

0 comments on commit 3ade9f4

Please sign in to comment.