Defaults for color palette
This commit is contained in:
parent
bf00d39692
commit
f668d3a6b1
2 changed files with 10 additions and 8 deletions
|
|
@ -72,14 +72,7 @@ $basic_indent: 2em;
|
|||
// COLORS
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
$color_palette: (
|
||||
alpha: #fad803,
|
||||
bravo: #d30a51,
|
||||
charlie: #273f8b,
|
||||
delta: #b7e0f0,
|
||||
echo: #52bed1,
|
||||
foxtrot: #0c85ff
|
||||
);
|
||||
$color_palette: $default_color_palette;
|
||||
|
||||
@include addDefaultColors;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,15 @@ $default_line_height: 1.5 !default;
|
|||
|
||||
$default_font_family: #{'Roboto', 'Segoe UI', 'Liberation Sans', 'Source Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif, sans} !default;
|
||||
|
||||
$default_color_palette: (
|
||||
alpha: #fad803,
|
||||
bravo: #d30a51,
|
||||
charlie: #273f8b,
|
||||
delta: #b7e0f0,
|
||||
echo: #52bed1,
|
||||
foxtrot: #0c85ff
|
||||
) !default;
|
||||
|
||||
$default_darkest_color: black !default;
|
||||
$default_medium_color: lighten($default_darkest_color, 50%);
|
||||
$default_brightest_color: white !default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue