From 844289c38ada841d9c1f654a63e4e30c4d0e011d Mon Sep 17 00:00:00 2001 From: Michael Demetriou Date: Fri, 11 Oct 2019 20:58:01 +0300 Subject: [PATCH 1/2] Change colors for white theme --- src/styles/themes/glacier_white.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/themes/glacier_white.json b/src/styles/themes/glacier_white.json index 5136f05..40d7260 100644 --- a/src/styles/themes/glacier_white.json +++ b/src/styles/themes/glacier_white.json @@ -28,8 +28,8 @@ "fontFamily" : "/usr/share/fonts/google-opensans/OpenSans-Regular.ttf", "accentColor" : "#0091e5", - "fillColor" : "#474747", - "fillDarkColor" : "#313131", + "fillColor" : "#b2b2b2", + "fillDarkColor" : "#cecece", "textColor" : "#000000", "backgroundColor" : "#ffffff", "backgroundAccentColor" : "#000000" From 6ae49962254da27902366a355749f7f32c7d7f2f Mon Sep 17 00:00:00 2001 From: Michael Demetriou Date: Fri, 11 Oct 2019 21:28:50 +0300 Subject: [PATCH 2/2] Add orange theme --- src/styles/themes/glacier_orange.json | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/styles/themes/glacier_orange.json diff --git a/src/styles/themes/glacier_orange.json b/src/styles/themes/glacier_orange.json new file mode 100644 index 0000000..96b0cf8 --- /dev/null +++ b/src/styles/themes/glacier_orange.json @@ -0,0 +1,36 @@ +{ + "itemWidthLarge" : 320, + "itemWidthMedium" : 240, + "itemWidthSmal" : 120, + "itemWidthExtraSmal" : 72, + + "itemHeightHuge" : 80, + "itemHeightExtraLarge" : 75, + "itemHeightLarge" : 63, + "itemHeightMedium" : 50, + "itemHeightSmal" : 40, + "itemHeightExtraSmal" : 32, + + "itemSpacingHuge" : 40, + "itemSpacingLarge" : 20, + "itemSpacingMedium" : 15, + "itemSpacingSmal" : 10, + "itemSpacingExtraSmal" : 8, + + + "fontSizeExtraLarge" : 44, + "fontSizeLarge" : 35, + "fontSizeMedium" : 28, + "fontSizeSmal" : 24, + "fontSizeTiny" : 16, + "fontWeightLarge" : 63, + "fontWeightMedium" : 25, + "fontFamily" : "/usr/share/fonts/google-opensans/OpenSans-Regular.ttf", + + "accentColor" : "#e66e2a", + "fillColor" : "#b2b2b2", + "fillDarkColor" : "#cecece", + "textColor" : "#000000", + "backgroundColor" : "#ffffff", + "backgroundAccentColor" : "#000000" +}