Created
September 6, 2019 05:51
-
-
Save qJake/bff0c8505795d4d95cbaa69f2c49a07c to your computer and use it in GitHub Desktop.
HACC Theme: Ocean Breeze
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Page": { | |
"BackgroundColor": "rgb(135,186,237)", | |
"BackgroundImageUrl": null, | |
"BackgroundImageBlendMode": null, | |
"BackgroundGradient": "linear-gradient(30deg, rgba(135,186,237,1) 0%, rgba(162,219,254,1) 32%, rgba(161,255,221,1) 100%)", | |
"PageFontFace": "Roboto", | |
"PageFontWeight": "300", | |
"PageFontSize": "12px" | |
}, | |
"Tiles": { | |
"TileBackgroundColor": "rgba(255,255,255,0.4);", | |
"TileFontColor": "#1C6D9C", | |
"TileBorderRadius": 3, | |
"TileBoxShadow": "0px 2px 3px 1px rgba(0,0,0,0.1);", | |
"TileDefaultOnColor": "rgb(92, 201, 255)", | |
"TileDefaultOffColor": "rgb(112, 140, 158)" | |
}, | |
"AdditionalCss": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment