diff --git a/StarryNight/README.md b/StarryNight/README.md index 39130c2..a96d9e1 100644 --- a/StarryNight/README.md +++ b/StarryNight/README.md @@ -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 diff --git a/StarryNight/color.ini b/StarryNight/color.ini index 38a7647..25e59db 100644 --- a/StarryNight/color.ini +++ b/StarryNight/color.ini @@ -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 \ No newline at end of file diff --git a/StarryNight/images/base.png b/StarryNight/images/base.png new file mode 100644 index 0000000..d9dac62 Binary files /dev/null and b/StarryNight/images/base.png differ diff --git a/StarryNight/images/cotton-candy.png b/StarryNight/images/cotton-candy.png new file mode 100644 index 0000000..84ad368 Binary files /dev/null and b/StarryNight/images/cotton-candy.png differ diff --git a/StarryNight/images/forest.png b/StarryNight/images/forest.png new file mode 100644 index 0000000..43e0d14 Binary files /dev/null and b/StarryNight/images/forest.png differ diff --git a/StarryNight/images/galaxy.png b/StarryNight/images/galaxy.png new file mode 100644 index 0000000..9ebf48b Binary files /dev/null and b/StarryNight/images/galaxy.png differ diff --git a/StarryNight/images/sky.png b/StarryNight/images/sky.png new file mode 100644 index 0000000..b00d74b Binary files /dev/null and b/StarryNight/images/sky.png differ diff --git a/StarryNight/images/starrynightbase.png b/StarryNight/images/starrynightbase.png deleted file mode 100644 index d1fc8df..0000000 Binary files a/StarryNight/images/starrynightbase.png and /dev/null differ diff --git a/StarryNight/images/sunrise.png b/StarryNight/images/sunrise.png new file mode 100644 index 0000000..2facc80 Binary files /dev/null and b/StarryNight/images/sunrise.png differ diff --git a/StarryNight/user.css b/StarryNight/user.css index 1bc2937..bb91a74 100644 --- a/StarryNight/user.css +++ b/StarryNight/user.css @@ -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); } diff --git a/THEMES.md b/THEMES.md index e1a0f80..c9e7f56 100644 --- a/THEMES.md +++ b/THEMES.md @@ -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 diff --git a/manifest.json b/manifest.json index b8cbba6..7737ead 100644 --- a/manifest.json +++ b/manifest.json @@ -240,6 +240,10 @@ { "name": "Brandon Chen", "url": "https://github.com/b-chen00" + }, + { + "name": "Julissa Laignelet", + "url": "https://github.com/laignelet16" } ], "tags": [