first commit
This commit is contained in:
11
helix/constants/color.py
Normal file
11
helix/constants/color.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Color(Enum):
|
||||
array_background = "white"
|
||||
seismic_background = "#F1E8A2"
|
||||
wind_background = "#B8F3E5"
|
||||
default_panel_background = "#133256"
|
||||
light_text = "white"
|
||||
dark_text = "#6490BA"
|
||||
border = "#537DAA"
|
||||
Reference in New Issue
Block a user