Add several more colors and sizes

This commit is contained in:
Arjen Hiemstra 2015-03-27 16:48:51 +01:00
parent 0f8a6e286c
commit cd76d37585

View File

@ -27,14 +27,17 @@
"primary": [12, 169, 227, 255], "primary": [12, 169, 227, 255],
"primary_text": [255, 255, 255, 255], "primary_text": [255, 255, 255, 255],
"border": [205, 202, 201, 255], "border": [205, 202, 201, 255],
"secondary": [205, 202, 201, 255],
"text": [35, 35, 35, 255], "text": [35, 35, 35, 255],
"text_inactive": [205, 202, 201, 255], "text_inactive": [205, 202, 201, 255],
"text_hover": [12, 169, 227, 255], "text_hover": [174, 174, 174, 255],
"text_pressed": [12, 169, 227, 255], "text_pressed": [12, 169, 227, 255],
"button_inactive": [205, 202, 201, 255], "button": [205, 202, 201, 255],
"button_hover": [174, 174, 174, 255] "button_hover": [174, 174, 174, 255],
"button_down": [12, 169, 227, 255],
"button_text": [255, 255, 255, 255]
}, },
"sizes": { "sizes": {