From f76cb83bc1c9159679d6ce6e551562c5808d700c Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Tue, 23 Jul 2024 00:47:54 -0600 Subject: [PATCH] Mods --- cromulant/config.py | 1 - cromulant/game.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cromulant/config.py b/cromulant/config.py index 20336ba..77c9e6d 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -57,7 +57,6 @@ class Config: merge_goal: int = 10 manifest_path: Path manifest: dict[str, str] - separator_color: str = "rgb(111, 111, 111)" icon_on: str = "✅" icon_off: str = "❌" ant: str = "🐜" diff --git a/cromulant/game.py b/cromulant/game.py index e9df148..2351505 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -439,7 +439,7 @@ class Game: style = f""" QMenu::separator {{ - background-color: {Config.separator_color}; + background-color: {Config.alt_border_color}; }} """