Skip to content

Commit

Permalink
feat(StarryNight): add orange color scheme (#1062)
Browse files Browse the repository at this point in the history
Co-authored-by: jal1077 <jal1077@nyu.edu>
  • Loading branch information
b-chen00 and jal1077 committed May 8, 2024
1 parent 3fa49f3 commit 18a4673
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 20 deletions.
2 changes: 2 additions & 0 deletions StarryNight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
![Forest](images/forest.png)
### Galaxy
![Galaxy](images/galaxy.png)
### Orange
![Orange](images/orange.png)
### Sky
![Sky](images/sky.png)
### Sunrise
Expand Down
69 changes: 50 additions & 19 deletions StarryNight/color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Binary file added StarryNight/images/orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18a4673

Please sign in to comment.