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)
|
![Forest](images/forest.png)
|
||||||
### Galaxy
|
### Galaxy
|
||||||
![Galaxy](images/galaxy.png)
|
![Galaxy](images/galaxy.png)
|
||||||
|
### Orange
|
||||||
|
![Orange](images/orange.png)
|
||||||
### Sky
|
### Sky
|
||||||
![Sky](images/sky.png)
|
![Sky](images/sky.png)
|
||||||
### Sunrise
|
### Sunrise
|
||||||
|
@ -29,6 +29,37 @@ notification = 4687d6
|
|||||||
tab-active = 333333
|
tab-active = 333333
|
||||||
player = 181818
|
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]
|
[Forest]
|
||||||
star = FFFFFF
|
star = FFFFFF
|
||||||
star-glow = FFFFFF
|
star-glow = FFFFFF
|
||||||
@ -91,34 +122,34 @@ notification = 4687d6
|
|||||||
tab-active = 333333
|
tab-active = 333333
|
||||||
player = 181818
|
player = 181818
|
||||||
|
|
||||||
[Cotton-candy]
|
[Orange]
|
||||||
star = FFFFFF
|
star = ffe234
|
||||||
star-glow = FFFFFF
|
star-glow = fff3ad
|
||||||
shooting-star = FFFFFF
|
shooting-star = fff099
|
||||||
shooting-star-glow = FFFFFF
|
shooting-star-glow = fffcea
|
||||||
|
|
||||||
main = 000000
|
main = 000000 ; becomes 100% transparent via javascript
|
||||||
main-elevated = 9f45b0
|
main-elevated = e69138
|
||||||
card = 9f45b0
|
card = c37728
|
||||||
|
|
||||||
sidebar = 509be1
|
sidebar = e69138 ; bottom part of sky
|
||||||
sidebar-alt = ff71b2
|
sidebar-alt = 000000 ; top part of sky
|
||||||
|
|
||||||
text = FFFFFF
|
text = FFFFFF
|
||||||
subtext = fff4f4
|
subtext = FFFFFF
|
||||||
|
|
||||||
button-active = d3e9ff
|
button-active = e06666
|
||||||
button = d3e9ff
|
button = fbe39b
|
||||||
button-disabled = FFFFFF
|
button-disabled = 000000
|
||||||
|
|
||||||
highlight = a763b6
|
highlight = 191919
|
||||||
highlight-elevated = 7f78be
|
highlight-elevated = FFFFFF
|
||||||
|
|
||||||
shadow = 000000
|
shadow = 000000
|
||||||
selected-row = ffa0ad
|
selected-row = FFFFFF
|
||||||
misc = 7F7F7F
|
misc = f9f7db
|
||||||
notification-error = E22134
|
notification-error = E22134
|
||||||
notification = 4687d6
|
notification = e69138
|
||||||
tab-active = 333333
|
tab-active = 333333
|
||||||
player = 181818
|
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
|
||||||
![Galaxy](StarryNight/images/galaxy.png)
|
![Galaxy](StarryNight/images/galaxy.png)
|
||||||
|
|
||||||
|
#### Orange
|
||||||
|
![Orange](StarryNight/images/orange.png)
|
||||||
|
|
||||||
#### Sky
|
#### Sky
|
||||||
![Sky](StarryNight/images/sky.png)
|
![Sky](StarryNight/images/sky.png)
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@
|
|||||||
{
|
{
|
||||||
"name": "StarryNight",
|
"name": "StarryNight",
|
||||||
"description": "Starry Night",
|
"description": "Starry Night",
|
||||||
"preview": "StarryNight/images/starrynightbase.png",
|
"preview": "StarryNight/images/base.png",
|
||||||
"readme": "StarryNight/README.md",
|
"readme": "StarryNight/README.md",
|
||||||
"usercss": "StarryNight/user.css",
|
"usercss": "StarryNight/user.css",
|
||||||
"schemes": "StarryNight/color.ini",
|
"schemes": "StarryNight/color.ini",
|
||||||
|
Loading…
Reference in New Issue
Block a user