mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
18 lines
269 B
Python
18 lines
269 B
Python
STANDARD_OFFSET = 10 #Offset to place everything
|
|
BUTTONSIZE = 30
|
|
|
|
|
|
monospace = ("Monospace",10)
|
|
boldmonospace = ("Monospace",10,"bold")
|
|
|
|
BUTTON_FONT = monospace
|
|
|
|
BACKGROUND_COLOR = "#d9d9d9"
|
|
BUTTON_COLOR = "#aaaaaa"
|
|
ENTRY_COLOR = "white"
|
|
ENTRY_FOREGROUND = "black"
|
|
|
|
|
|
|
|
|