Added first bits of the dark theme styles

This commit is contained in:
Alejandro Celaya
2021-01-28 23:09:09 +01:00
committed by Alejandro Celaya
parent f35be007c1
commit 13c681dc39
7 changed files with 40 additions and 17 deletions

View File

@@ -16,6 +16,14 @@ $lightGrey: #dddddd;
$dangerColor: #dc3545;
$mediumGrey: #dee2e6;
// Themes
$lightPrimaryColor: #ffffff;
$lightSecondaryColor: $lightColor;
$lightTextColor: #212529;
$darkPrimaryColor: #161b22;
$darkSecondaryColor: #0d1117;
$darkTextColor: #ffffff;
// Misc
$headerHeight: 57px;
$asideMenuWidth: 260px;
@@ -23,6 +31,6 @@ $footer-height: 2.3rem;
$footer-margin: .8rem;
// Bootstrap overwrites
//$theme-colors: (
// 'primary': $mainColor
//);
$theme-colors: (
'primary': $mainColor
);