浏览代码

[changed] new font colors hoping that it will make them more legible against the correct backgrounds

hornguy6 7 月之前
父节点
当前提交
ed6210176f
共有 1 个文件被更改,包括 43 次插入6 次删除
  1. 43 6
      locations/themes.qsrc

+ 43 - 6
locations/themes.qsrc

@@ -10,8 +10,16 @@
 if $ARGS[0] = 'outdoors':
 	if night_mode = 0:
 		if (DayStage = 1) or (DayStage = 6) :
-			bcolor = rgb(BColorBase-BColorBase/4, BColorBase-BColorBase/4, BColorBase)
-			lcolor = rgb(206, 90, 205)
+			!! hornguy6''s new colors ----------------
+			bcolor = rgb(210, 210, 255)
+			lcolor = rgb(40, 40, 255)
+			!! hornguy6''s new colors ----------------
+			
+			!! {original ----------------
+				bcolor = rgb(BColorBase-BColorBase/4, BColorBase-BColorBase/4, BColorBase)
+				lcolor = rgb(206, 90, 205)
+			!! original ----------------}
+			
 		elseif (DayStage = 3) or (DayStage = 4) :
 			bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
 			lcolor = rgb(56, 90, 205)
@@ -26,13 +34,30 @@ if $ARGS[0] = 'outdoors':
 			fcolor = rgb(0, 0, 0)
 		end
 	elseif night_mode = 1:
+		!! hornguy6''s new colors ----------------
 		fcolor = rgb(255, 255, 255)
 		bcolor = rgb(0, 0, 0)
-		lcolor = rgb(106, 90, 205)
+		lcolor = rgb(90, 180, 200)
+		!! hornguy6''s new colors ----------------
+		
+		
+		!!{ original ----------------
+			fcolor = rgb(255, 255, 255)
+			bcolor = rgb(0, 0, 0)
+			lcolor = rgb(106, 90, 205)
+		!! original ----------------}
 	elseif night_mode = 2:
+		
+		!! hornguy6''s new colors ----------------
 		fcolor = rgb(255, 255, 255)
 		bcolor = rgb(20, 20, 20)
-		lcolor = rgb(106, 90, 205)
+		lcolor = rgb(90, 180, 200)
+		!! hornguy6''s new colors ----------------
+		!!{ original ----------------
+			fcolor = rgb(255, 255, 255)
+			bcolor = rgb(20, 20, 20)
+			lcolor = rgb(106, 90, 205)
+		!! original ----------------}
 	elseif night_mode = 3:
 		bcolor = rgb(255, 255, 255)
 		lcolor = rgb(106, 90, 205)
@@ -53,11 +78,23 @@ if $ARGS[0] = 'indoors':
 	elseif night_mode = 1:
 		fcolor = rgb(255, 255, 255)
 		bcolor = rgb(0, 0, 0)
-		lcolor = rgb(106, 90, 205)
+		!! hornguy6''s new colors ----------------
+		lcolor = rgb(90, 180, 200)
+		!! hornguy6''s new colors ----------------
+		
+		!!{ original ----------------
+			lcolor = rgb(106, 90, 205)
+		!! original ----------------}
 	elseif night_mode = 2:
 		fcolor = rgb(255, 255, 255)
 		bcolor = rgb(20, 20, 20)
-		lcolor = rgb(106, 90, 205)
+		!! hornguy6''s new colors ----------------
+		lcolor = rgb(90, 180, 200)
+		!! hornguy6''s new colors ----------------
+		
+		!!{ original ----------------
+			lcolor = rgb(106, 90, 205)
+		!! original ----------------}
 	elseif night_mode = 99:
 		killvar 'fcolor'
 		killvar 'bcolor'