Calculadora: configurando o PyQt Dark Theme (qdarktheme) no PySide6

This commit is contained in:
Luiz Otávio
2023-03-01 07:44:54 -03:00
parent 1ef098a9f7
commit e7684cc5ad
3 changed files with 45 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ ROOT_DIR = Path(__file__).parent
FILES_DIR = ROOT_DIR / 'files'
WINDOW_ICON_PATH = FILES_DIR / 'icon.png'
# Colors
PRIMARY_COLOR = '#1e81b0'
DARKER_PRIMARY_COLOR = '#16658a'
DARKEST_PRIMARY_COLOR = '#115270'
# Sizing
BIG_FONT_SIZE = 40
MEDIUM_FONT_SIZE = 24