Skip to content

Commit

Permalink
feat(StarryNight): add schemes and fix invisible E in explicit symbol (
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chen00 authored May 7, 2024
1 parent 7460a01 commit 45a1fae
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 3 deletions.
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

0 comments on commit 45a1fae

Please sign in to comment.