feat(StarryNight): add orange color scheme (#1062)

Co-authored-by: jal1077 <jal1077@nyu.edu>
This commit is contained in:
Brandon Chen 2024-05-08 02:53:46 -04:00 committed by GitHub
parent 3fa49f3220
commit 18a4673920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 56 additions and 20 deletions

View File

@ -10,6 +10,8 @@
![Forest](images/forest.png)
### Galaxy
![Galaxy](images/galaxy.png)
### Orange
![Orange](images/orange.png)
### Sky
![Sky](images/sky.png)
### Sunrise

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -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)

View File

@ -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",