feat: use ctp python lib instead of hardcoded colors (#55)
This commit is contained in:
@@ -28,23 +28,23 @@ def_color_map = {
|
||||
'lavender': 'default'}
|
||||
|
||||
def_accent_light = {
|
||||
'default': '#3c84f7',
|
||||
'purple': '#AB47BC',
|
||||
'pink': '#EC407A',
|
||||
'red': '#E53935',
|
||||
'orange': '#F57C00',
|
||||
'yellow': '#FBC02D',
|
||||
'green': '#4CAF50',
|
||||
'teal': '#009688'
|
||||
'default': '3c84f7',
|
||||
'purple': 'AB47BC',
|
||||
'pink': 'EC407A',
|
||||
'red': 'E53935',
|
||||
'orange': 'F57C00',
|
||||
'yellow': 'FBC02D',
|
||||
'green': '4CAF50',
|
||||
'teal': '009688'
|
||||
}
|
||||
|
||||
def_accent_dark = {
|
||||
'default': '#5b9bf8',
|
||||
'purple': '#BA68C8',
|
||||
'pink': '#F06292',
|
||||
'red': '#F44336',
|
||||
'orange': '#FB8C00',
|
||||
'yellow': '#FFD600',
|
||||
'green': '#66BB6A',
|
||||
'teal': '#4DB6AC'
|
||||
'default': '5b9bf8',
|
||||
'purple': 'BA68C8',
|
||||
'pink': 'F06292',
|
||||
'red': 'F44336',
|
||||
'orange': 'FB8C00',
|
||||
'yellow': 'FFD600',
|
||||
'green': '66BB6A',
|
||||
'teal': '4DB6AC'
|
||||
}
|
||||
|
Reference in New Issue
Block a user