This commit is contained in:
Auric Vente 2024-07-23 00:47:54 -06:00
parent 881d51f1c2
commit f76cb83bc1
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@ class Config:
merge_goal: int = 10 merge_goal: int = 10
manifest_path: Path manifest_path: Path
manifest: dict[str, str] manifest: dict[str, str]
separator_color: str = "rgb(111, 111, 111)"
icon_on: str = "" icon_on: str = ""
icon_off: str = "" icon_off: str = ""
ant: str = "🐜" ant: str = "🐜"

View File

@ -439,7 +439,7 @@ class Game:
style = f""" style = f"""
QMenu::separator {{ QMenu::separator {{
background-color: {Config.separator_color}; background-color: {Config.alt_border_color};
}} }}
""" """