Browse Source

[fixed] updated the colors again because for some stupid reason BColorBase is a constantly changing variable that makes it impossible to consistently keep legible text

hornguy6 6 months ago
parent
commit
0cec6228c9
1 changed files with 14 additions and 2 deletions
  1. 14 2
      locations/themes.qsrc

+ 14 - 2
locations/themes.qsrc

@@ -19,8 +19,20 @@ if $ARGS[0] = 'outdoors':
 				bcolor = rgb(BColorBase-BColorBase/4, BColorBase-BColorBase/4, BColorBase)
 				lcolor = rgb(206, 90, 205)
 			!! original ----------------}
-			
-			$bcolor = '"#D2D2FF"'
+			!!$bcolor = '"#D2D2FF"'
+		elseif (DayStage = 3):
+			!!bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
+			!!lcolor = rgb(56, 90, 205)
+			!!lcolor = rgb(56, 90, 205)
+			!! hornguy6''s new colors ----------------
+			bcolor = rgb(226, 169, 169)
+			lcolor = rgb(56, 90, 205)
+		elseif (DayStage = 4) :
+			bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
+			!!lcolor = rgb(56, 90, 205)
+			!! hornguy6''s new colors ----------------
+			lcolor = rgb(110, 200, 200)
+			!! hornguy6''s new colors ----------------
 		elseif (DayStage = 3) or (DayStage = 4) :
 			bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
 			lcolor = rgb(56, 90, 205)