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 forest, cotton candy, galaxy, sky, sunrise theme and fix invisible E in explicit symbol #1056

Merged
merged 6 commits into from
May 7, 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
13 changes: 12 additions & 1 deletion StarryNight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

## Screenshots

![Base](images/starrynightbase.png)
### Base
![Base](images/base.png)
### Cotton Candy
![Cotton-candy](images/cotton-candy.png)
### Forest
![Forest](images/forest.png)
### Galaxy
![Galaxy](images/galaxy.png)
### Sky
![Sky](images/sky.png)
### Sunrise
![Sunrise](images/sunrise.png)

## More

Expand Down
157 changes: 156 additions & 1 deletion StarryNight/color.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[base]
[Base]
star = FFFFFF
star-glow = FFFFFF
shooting-star = FFFFFF
Expand Down Expand Up @@ -27,4 +27,159 @@ misc = 7F7F7F
notification-error = E22134
notification = 4687d6
tab-active = 333333
player = 181818

[Forest]
star = FFFFFF
star-glow = FFFFFF
shooting-star = FFFFFF
shooting-star-glow = FFFFFF

main = 000000 ; becomes 100% transparent via javascript
main-elevated = 011502
card = 011502

sidebar = 14442b ; bottom part of sky
sidebar-alt = 000000 ; top part of sky

text = FFFFFF
subtext = ADB5BD

button-active = 9893DA
button = c4c6ff
button-disabled = 000000

highlight = 191919
highlight-elevated = FFFFFF

shadow = 000000
selected-row = FFFFFF
misc = DBF9F4
notification-error = E22134
notification = 77be80
tab-active = 333333
player = 181818

[Galaxy]
star = FFFFFF
star-glow = FFFFFF
shooting-star = FFFFFF
shooting-star-glow = FFFFFF

main = 000000
main-elevated = 9f45b0
card = 9f45b0

sidebar = b133c9
sidebar-alt = 00076f

text = ffe4f2
subtext = FFFFFF

button-active = FFF3C4
button = FFF3C4
button-disabled = 939bb6

highlight = 9f45b0
highlight-elevated = FFFFFF

shadow = 000000
selected-row = FFFFFF
misc = 7F7F7F
notification-error = E22134
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

[Sky]
star = FFFFFF
star-glow = FFFFFF
shooting-star = FFFFFF
shooting-star-glow = FFFFFF

main = 000000
main-elevated = 6b94f5
card = 6b94f5

sidebar = 62cff4
sidebar-alt = 1e48a9

text = FFFFFF
subtext = 040a18

button-active = FFF3C4
button = FFF3C4
button-disabled = 000000

highlight = 95b3f8
highlight-elevated = aac2f9

shadow = 000000
selected-row = FFFFFF
misc = 7F7F7F
notification-error = E22134
notification = 4687d6
tab-active = 333333
player = 181818

[Sunrise]
star = FFFFFF
star-glow = FFFFFF
shooting-star = FFFFFF
shooting-star-glow = FFFFFF

main = 000000
main-elevated = C49C48
card = C49C48

sidebar = F83D41
sidebar-alt = FFAE41

text = FFFFFF
subtext = E0E0E0

button-active = FFF3C4
button = FFF3C4
button-disabled = 000000

highlight = 191919
highlight-elevated = FFFFFF

shadow = 000000
selected-row = 000000
misc = 7F7F7F
notification-error = E22134
notification = 4687d6
tab-active = 333333
player = 181818
Binary file added StarryNight/images/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StarryNight/images/cotton-candy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StarryNight/images/forest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StarryNight/images/galaxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StarryNight/images/sky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed StarryNight/images/starrynightbase.png
Binary file not shown.
Binary file added StarryNight/images/sunrise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions StarryNight/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
justify-content: space-evenly;
}

.main-tag-container {
color: var(--spice-sidebar);
}

@keyframes twinkle1 {
0% { box-shadow: 0px 0px 8px 2px var(--spice-star-glow); }
20% { box-shadow: 0px 0px -8px 2px var(--spice-star-glow); }
Expand Down
18 changes: 17 additions & 1 deletion THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,23 @@ Here you can find a preview of all the themes. Some of them may have different c

## StarryNight

![base](StarryNight/images/starrynightbase.png)
#### Base
![Base](StarryNight/images/base.png)

#### Cotton Candy
![Cotton-candy](StarryNight/images/cotton-candy.png)

#### Forest
![Forest](StarryNight/images/forest.png)

#### Galaxy
![Galaxy](StarryNight/images/galaxy.png)

#### Sky
![Sky](StarryNight/images/sky.png)

#### Sunrise
![Sunrise](StarryNight/images/sunrise.png)

## text

Expand Down
4 changes: 4 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
{
"name": "Brandon Chen",
"url": "https://github.com/b-chen00"
},
{
"name": "Julissa Laignelet",
"url": "https://github.com/laignelet16"
}
],
"tags": [
Expand Down
Loading