From cd76d37585b69ad376f068111620fe1938d4dc13 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 27 Mar 2015 16:48:51 +0100 Subject: [PATCH] Add several more colors and sizes --- theme.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/theme.json b/theme.json index ab5565cb84..0be31dc519 100644 --- a/theme.json +++ b/theme.json @@ -27,14 +27,17 @@ "primary": [12, 169, 227, 255], "primary_text": [255, 255, 255, 255], "border": [205, 202, 201, 255], + "secondary": [205, 202, 201, 255], "text": [35, 35, 35, 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], - "button_inactive": [205, 202, 201, 255], - "button_hover": [174, 174, 174, 255] + "button": [205, 202, 201, 255], + "button_hover": [174, 174, 174, 255], + "button_down": [12, 169, 227, 255], + "button_text": [255, 255, 255, 255] }, "sizes": {