Skip to content

Commit

Permalink
Merge pull request #77 from qwazix/white-theme
Browse files Browse the repository at this point in the history
White theme
  • Loading branch information
locusf authored Oct 22, 2019
2 parents bd10752 + 6ae4996 commit 518abad
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions src/styles/themes/glacier_orange.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions src/styles/themes/glacier_white.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 518abad

Please sign in to comment.