From 8d93b5e368c425143c4ce6474f15c040f5901339 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 4 Nov 2020 23:54:59 +0800 Subject: [PATCH] =?UTF-8?q?blue=E5=92=8Csea=E9=A2=9C=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/color.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Zframework/color.lua b/Zframework/color.lua index f08164bd..c7d7f671 100644 --- a/Zframework/color.lua +++ b/Zframework/color.lua @@ -9,7 +9,7 @@ local COLOR={ water= {0.0, 1.0, 0.6}, cyan= {0.0, 1.0, 1.0}, sky= {0.0, 0.7, 1.0}, - sea= {0.0, 0.3, 1.0}, + sea= {0.0, 0.4, 1.0}, blue= {0.2, 0.2, 1.0}, purple= {0.4, 0.0, 1.0}, grape= {0.7, 0.0, 1.0}, @@ -26,8 +26,8 @@ local COLOR={ lWater= {0.4, 1.0, 0.7}, lCyan= {0.5, 1.0, 1.0}, lSky= {0.5, 0.8, 1.0}, - lSea= {0.5, 0.6, 1.0}, - lBlue= {0.6, 0.6, 1.0}, + lSea= {0.4, 0.7, 1.0}, + lBlue= {0.7, 0.7, 1.0}, lPurple= {0.7, 0.4, 1.0}, lGrape= {0.8, 0.4, 1.0}, lMagenta= {1.0, 0.5, 1.0}, @@ -44,7 +44,7 @@ local COLOR={ dCyan= {0.0, 0.6, 0.6}, dSky= {0.0, 0.4, 0.6}, dSea= {0.0, 0.2, 0.6}, - dBlue= {0.0, 0.0, 0.6}, + dBlue= {0.1, 0.1, 0.6}, dPurple= {0.2, 0.0, 0.6}, dGrape= {0.4, 0.0, 0.6}, dMagenta= {0.6, 0.0, 0.6},