header and footer colors, model.Constants

This commit is contained in:
2025-11-14 22:08:13 +01:00
parent 41221bdd77
commit e2e1cd64de
4 changed files with 23 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
package model;
class Constants {
public static final HERO_COLOR:Int = 0x050EB7;
public static final ACCENT_COLOR1:Int = 0xFF9F1C;
public static final ACCENT_COLOR2:Int = 0xFF5F0F ;
public static final MAIN_COLOR1:Int = 0x323D42;
public static final MAIN_COLOR2:Int = 0x69808A;
public static final MAIN_COLOR3:Int = 0xECEFF0;
private function new() {
}
}