Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(StarryNight): add orange color scheme and fix broken marketplace preview image path #1062

Merged
merged 15 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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