Skip to content

Commit

Permalink
adding default color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
hmendes00 committed Feb 16, 2022
1 parent 86ed386 commit 23efd5a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toguro/cli",
"version": "1.0.43",
"version": "1.0.44",
"description": "Toguro cli to create and manage custom apps",
"main": "src/cli.js",
"bin": {
Expand Down
3 changes: 3 additions & 0 deletions templates/toguro-app-codebase/src/Toguro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
padding: 20px;
border-radius: 5px;
margin: 0 auto;
position: absolute;
width: 100%;
height: 100%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ $bg-color: #fbfbfb;
$bg-dark: #424446;
$bg-darker: #1e1e1e;

$primary: #28666e;
$primary-light: #7c9885;
$primary-lighter: #9ebaa7;
$secondary: #333333;
$secondary-lighter: #929699;

$gap: 32px;
$tablet: 769px;
$desktop: 960px+ (2 * $gap);
Expand Down

0 comments on commit 23efd5a

Please sign in to comment.