From ff7c1dabcbd9bdc505a054be4a291be13c60f457 Mon Sep 17 00:00:00 2001 From: rainlizard <15337628+rainlizard@users.noreply.github.com> Date: Thu, 2 May 2024 09:54:41 +1000 Subject: [PATCH] window title colours --- Scenes/Ui.gd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scenes/Ui.gd b/Scenes/Ui.gd index b543219c..fef9c257 100644 --- a/Scenes/Ui.gd +++ b/Scenes/Ui.gd @@ -84,9 +84,12 @@ func update_theme_colour(val): 0: col = HSV_8(0,40,60)#Color8(132,44,0,255) 1: col = HSV_8(279,30,66)#Color8(136,112,148,255)## 2: col = HSV_8(88,34,50)#col = Color8(52,96,4,255) - 3: col = HSV_8(50,43,72)#col = Color8(188,156,0,255) + 3: col = HSV_8(55,35,70)#col = Color8(188,156,0,255) 4: col = HSV_8(0,0,72)#col = Color8(180,160,124,255) 5: col = HSV_8(251,20,40)#col = Color8(64,62,72,255) + 6: col = HSV_8(330,40,60) + 7: col = HSV_8(0,0,2) + 8: col = HSV_8(30,50,70) # print(col.r8) # print(col.g8) # print(col.b8)