From ab58aeef8c7b77a11b940cff72cc1ffda9db15dc Mon Sep 17 00:00:00 2001 From: jal1077 Date: Mon, 6 May 2024 16:05:32 -0400 Subject: [PATCH 1/2] Added the sunrise theme with orange and yellow --- StarryNight/color.ini | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/StarryNight/color.ini b/StarryNight/color.ini index 5bb6886f..7e09c6a3 100644 --- a/StarryNight/color.ini +++ b/StarryNight/color.ini @@ -58,4 +58,35 @@ misc = DBF9F4 notification-error = E22134 notification = 77be80 tab-active = 333333 +player = 181818 + +[sunrise] +star = ffe234 +star-glow = fff3ad +shooting-star = fff099 +shooting-star-glow = fffcea + +main = 000000 ; becomes 100% transparent via javascript +main-elevated = e69138 +card = c37728 + +sidebar = e69138 ; bottom part of sky +sidebar-alt = 000000 ; top part of sky + +text = FFFFFF +subtext = FFFFFF + +button-active = e06666 +button = fbe39b +button-disabled = 000000 + +highlight = 191919 +highlight-elevated = FFFFFF + +shadow = 000000 +selected-row = FFFFFF +misc = f9f7db +notification-error = E22134 +notification = e69138 +tab-active = 333333 player = 181818 \ No newline at end of file From 3a8165a092acc331c0d7ecd5adfe7bff92530f60 Mon Sep 17 00:00:00 2001 From: jal1077 Date: Mon, 6 May 2024 16:07:16 -0400 Subject: [PATCH 2/2] Added theme with orange and yellow --- StarryNight/color.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarryNight/color.ini b/StarryNight/color.ini index 7e09c6a3..3d37bd83 100644 --- a/StarryNight/color.ini +++ b/StarryNight/color.ini @@ -60,7 +60,7 @@ notification = 77be80 tab-active = 333333 player = 181818 -[sunrise] +[orange] star = ffe234 star-glow = fff3ad shooting-star = fff099