Add a couple more grays

basic_orders
Tyler Goodlet 2021-03-11 21:41:13 -05:00
parent 31c14a2f9f
commit a51d5c536e
1 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,10 @@ def enable_tina_mode() -> None:
def hcolor(name: str) -> str:
"""Hex color codes by hipster speak.
This is an internal set of color codes hand picked
for certain purposes.
"""
return {
@ -154,6 +158,8 @@ def hcolor(name: str) -> str:
# fifty shades
'gray': '#808080', # like the kick
'grayer': '#4c4c4c',
'grayest': '#3f3f3f',
'jet': '#343434',
'cadet': '#91A3B0',
'marengo': '#91A3B0',