Added a button to focus the player that sent an alliance request. Increased bots name color brightness

This commit is contained in:
NewHappyRabbit
2025-02-25 22:08:41 +02:00
committed by Evan
parent e0938253df
commit a21181c059
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ export const pastelThemeDark = new (class implements Theme {
}
textColor(playerInfo: PlayerInfo): string {
return playerInfo.playerType == PlayerType.Human ? "#ffffff" : "#dbdbdb";
return playerInfo.playerType == PlayerType.Human ? "#ffffff" : "#e6e6e6";
}
borderColor(playerInfo: PlayerInfo): Colord {