feat: Add new GUI effects view and numerous image assets.

This commit is contained in:
kiyreload27
2025-12-31 16:29:12 +00:00
parent 3b58d234c4
commit 04a2c1bcb3
1051 changed files with 531 additions and 243 deletions

View File

@@ -209,7 +209,7 @@ def configure_styles(root: tk.Tk):
foreground=TEXT_SECONDARY,
fieldbackground=BG_MEDIUM,
font=FONT_BODY,
rowheight=40)
rowheight=60)
# Deck list style
style.configure('DeckList.Treeview',
@@ -217,7 +217,7 @@ def configure_styles(root: tk.Tk):
foreground=TEXT_SECONDARY,
fieldbackground=BG_MEDIUM,
font=FONT_BODY,
rowheight=40)
rowheight=60)
style.map('DeckList.Treeview',
background=[('selected', ACCENT_PRIMARY)])
@@ -231,14 +231,6 @@ def configure_styles(root: tk.Tk):
style.configure('Horizontal.TScale',
background=BG_DARK)
# ─────────────────────────────────────────────────────────────────────────
# Progressbar styles
# ─────────────────────────────────────────────────────────────────────────
style.configure('TProgressbar',
background=ACCENT_PRIMARY,
troughcolor=BG_MEDIUM,
borderwidth=0,
thickness=8)
# ─────────────────────────────────────────────────────────────────────────
# Scrollbar styles