feat(StarryNight): add schemes and fix invisible E in explicit symbol (#1056)

This commit is contained in:
Brandon Chen 2024-05-07 01:17:05 -04:00 committed by GitHub
parent 7460a018de
commit 45a1fae6ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 193 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
[base]
[Base]
star = FFFFFF
star-glow = FFFFFF
shooting-star = FFFFFF
@ -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

BIN
StarryNight/images/base.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
StarryNight/images/sky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

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

View File

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

View File

@ -240,6 +240,10 @@
{
"name": "Brandon Chen",
"url": "https://github.com/b-chen00"
},
{
"name": "Julissa Laignelet",
"url": "https://github.com/laignelet16"
}
],
"tags": [