diff --git a/StarryNight/color.ini b/StarryNight/color.ini index 25e59db4..cdeee349 100644 --- a/StarryNight/color.ini +++ b/StarryNight/color.ini @@ -182,4 +182,35 @@ misc = 7F7F7F notification-error = E22134 notification = 4687d6 tab-active = 333333 +player = 181818 + +[orange] +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