Initial commit
This commit is contained in:
13
public/theme/theme-dark/red/theme.scss
Normal file
13
public/theme/theme-dark/red/theme.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
$primaryColor: #fc6161;
|
||||
$primaryLightColor: scale-color($primaryColor, $lightness: 60%) !default;
|
||||
$primaryDarkColor: scale-color($primaryColor, $lightness: -10%) !default;
|
||||
$primaryDarkerColor: scale-color($primaryColor, $lightness: -20%) !default;
|
||||
$primaryTextColor: #ffffff;
|
||||
$primary500: #fc6161 !default;
|
||||
|
||||
$highlightBg: $primaryColor;
|
||||
$highlightTextColor: $primaryTextColor;
|
||||
|
||||
@import '../_variables';
|
||||
@import '../../theme-base/_components';
|
||||
@import '../_extensions';
|
||||
Reference in New Issue
Block a user