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}; }} """