Update theme colors in ThemeManager and TileViewAdapter for improved visual consistency
This commit is contained in:
@@ -15,8 +15,8 @@ namespace Infrastructure.Unity
|
||||
|
||||
public static ThemePalette DefaultTheme => new ThemePalette
|
||||
{
|
||||
StableColor = new Color(0.2f, 0.2f, 0.2f),
|
||||
WarningColor = new Color(1f, 0.2f, 0.2f)
|
||||
StableColor = new Color(0.33725490196078434f, 0.5058823529411764f, 0.9529411764705882f),
|
||||
WarningColor = new Color(1f, 0.1803921568627451f, 0.38823529411764707f)
|
||||
};
|
||||
|
||||
public static ThemePalette CyberpunkTheme => new ThemePalette
|
||||
|
||||
Reference in New Issue
Block a user