Add a couple more grays
parent
31c14a2f9f
commit
a51d5c536e
|
@ -142,6 +142,10 @@ def enable_tina_mode() -> None:
|
||||||
|
|
||||||
def hcolor(name: str) -> str:
|
def hcolor(name: str) -> str:
|
||||||
"""Hex color codes by hipster speak.
|
"""Hex color codes by hipster speak.
|
||||||
|
|
||||||
|
This is an internal set of color codes hand picked
|
||||||
|
for certain purposes.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return {
|
return {
|
||||||
|
|
||||||
|
@ -154,6 +158,8 @@ def hcolor(name: str) -> str:
|
||||||
|
|
||||||
# fifty shades
|
# fifty shades
|
||||||
'gray': '#808080', # like the kick
|
'gray': '#808080', # like the kick
|
||||||
|
'grayer': '#4c4c4c',
|
||||||
|
'grayest': '#3f3f3f',
|
||||||
'jet': '#343434',
|
'jet': '#343434',
|
||||||
'cadet': '#91A3B0',
|
'cadet': '#91A3B0',
|
||||||
'marengo': '#91A3B0',
|
'marengo': '#91A3B0',
|
||||||
|
|
Loading…
Reference in New Issue