mirror of
https://github.com/ihaveamac/custom-install.git
synced 2026-01-24 23:16:00 +00:00
add style.py and tooltips
This commit is contained in:
17
style.py
Normal file
17
style.py
Normal file
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user