mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
feat(StarryNight): add orange color scheme (#1062)
Co-authored-by: jal1077 <jal1077@nyu.edu>
This commit is contained in:
parent
3fa49f3220
commit
18a4673920
@ -10,6 +10,8 @@
|
||||
![Forest](images/forest.png)
|
||||
### Galaxy
|
||||
![Galaxy](images/galaxy.png)
|
||||
### Orange
|
||||
![Orange](images/orange.png)
|
||||
### Sky
|
||||
![Sky](images/sky.png)
|
||||
### Sunrise
|
||||
|
@ -29,6 +29,37 @@ notification = 4687d6
|
||||
tab-active = 333333
|
||||
player = 181818
|
||||
|
||||
[Cotton-candy]
|
||||
star = FFFFFF
|
||||
star-glow = FFFFFF
|
||||
shooting-star = FFFFFF
|
||||
shooting-star-glow = FFFFFF
|
||||
|
||||
main = 000000
|
||||
main-elevated = 9f45b0
|
||||
card = 9f45b0
|
||||
|
||||
sidebar = 509be1
|
||||
sidebar-alt = ff71b2
|
||||
|
||||
text = FFFFFF
|
||||
subtext = fff4f4
|
||||
|
||||
button-active = d3e9ff
|
||||
button = d3e9ff
|
||||
button-disabled = FFFFFF
|
||||
|
||||
highlight = a763b6
|
||||
highlight-elevated = 7f78be
|
||||
|
||||
shadow = 000000
|
||||
selected-row = ffa0ad
|
||||
misc = 7F7F7F
|
||||
notification-error = E22134
|
||||
notification = 4687d6
|
||||
tab-active = 333333
|
||||
player = 181818
|
||||
|
||||
[Forest]
|
||||
star = FFFFFF
|
||||
star-glow = FFFFFF
|
||||
@ -91,34 +122,34 @@ notification = 4687d6
|
||||
tab-active = 333333
|
||||
player = 181818
|
||||
|
||||
[Cotton-candy]
|
||||
star = FFFFFF
|
||||
star-glow = FFFFFF
|
||||
shooting-star = FFFFFF
|
||||
shooting-star-glow = FFFFFF
|
||||
[Orange]
|
||||
star = ffe234
|
||||
star-glow = fff3ad
|
||||
shooting-star = fff099
|
||||
shooting-star-glow = fffcea
|
||||
|
||||
main = 000000
|
||||
main-elevated = 9f45b0
|
||||
card = 9f45b0
|
||||
main = 000000 ; becomes 100% transparent via javascript
|
||||
main-elevated = e69138
|
||||
card = c37728
|
||||
|
||||
sidebar = 509be1
|
||||
sidebar-alt = ff71b2
|
||||
sidebar = e69138 ; bottom part of sky
|
||||
sidebar-alt = 000000 ; top part of sky
|
||||
|
||||
text = FFFFFF
|
||||
subtext = fff4f4
|
||||
subtext = FFFFFF
|
||||
|
||||
button-active = d3e9ff
|
||||
button = d3e9ff
|
||||
button-disabled = FFFFFF
|
||||
button-active = e06666
|
||||
button = fbe39b
|
||||
button-disabled = 000000
|
||||
|
||||
highlight = a763b6
|
||||
highlight-elevated = 7f78be
|
||||
highlight = 191919
|
||||
highlight-elevated = FFFFFF
|
||||
|
||||
shadow = 000000
|
||||
selected-row = ffa0ad
|
||||
misc = 7F7F7F
|
||||
selected-row = FFFFFF
|
||||
misc = f9f7db
|
||||
notification-error = E22134
|
||||
notification = 4687d6
|
||||
notification = e69138
|
||||
tab-active = 333333
|
||||
player = 181818
|
||||
|
||||
|
BIN
StarryNight/images/orange.png
Normal file
BIN
StarryNight/images/orange.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
@ -174,6 +174,9 @@ Here you can find a preview of all the themes. Some of them may have different c
|
||||
#### Galaxy
|
||||
![Galaxy](StarryNight/images/galaxy.png)
|
||||
|
||||
#### Orange
|
||||
![Orange](StarryNight/images/orange.png)
|
||||
|
||||
#### Sky
|
||||
![Sky](StarryNight/images/sky.png)
|
||||
|
||||
|
@ -229,7 +229,7 @@
|
||||
{
|
||||
"name": "StarryNight",
|
||||
"description": "Starry Night",
|
||||
"preview": "StarryNight/images/starrynightbase.png",
|
||||
"preview": "StarryNight/images/base.png",
|
||||
"readme": "StarryNight/README.md",
|
||||
"usercss": "StarryNight/user.css",
|
||||
"schemes": "StarryNight/color.ini",
|
||||
|
Loading…
Reference in New Issue
Block a user