colors for themes
This commit is contained in:
parent
1f6b13d09b
commit
786a25ea91
1 changed files with 7 additions and 13 deletions
|
@ -22,8 +22,7 @@ $box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
|
||||||
|
|
||||||
// themes
|
// themes
|
||||||
$themes: (
|
$themes: (
|
||||||
'light': (
|
'light': ( // cyan 600
|
||||||
// cyan 600
|
|
||||||
'accent-color': #0891b2,
|
'accent-color': #0891b2,
|
||||||
// cyan 500
|
// cyan 500
|
||||||
'hover-over-accent-color': #06b6d4,
|
'hover-over-accent-color': #06b6d4,
|
||||||
|
@ -51,8 +50,7 @@ $themes: (
|
||||||
// slate 900
|
// slate 900
|
||||||
'footer-color': #0f172a,
|
'footer-color': #0f172a,
|
||||||
),
|
),
|
||||||
'dark': (
|
'dark': ( // cyan 600
|
||||||
// cyan 600
|
|
||||||
'accent-color': #0891b2,
|
'accent-color': #0891b2,
|
||||||
// cyan 500
|
// cyan 500
|
||||||
'hover-over-accent-color': #06b6d4,
|
'hover-over-accent-color': #06b6d4,
|
||||||
|
@ -95,28 +93,24 @@ $brand-colors: (
|
||||||
);
|
);
|
||||||
|
|
||||||
$alerts: (
|
$alerts: (
|
||||||
'success': (
|
'success': ( // green 100
|
||||||
// green 100
|
|
||||||
'bg-color': #dcfce7,
|
'bg-color': #dcfce7,
|
||||||
// green 800
|
// green 800
|
||||||
'text-color': #166534,
|
'text-color': #166534,
|
||||||
),
|
),
|
||||||
'info': (
|
'info': ( // sky 100
|
||||||
// sky 100
|
|
||||||
'bg-color': #e0f2fe,
|
'bg-color': #e0f2fe,
|
||||||
// sky 800
|
// sky 800
|
||||||
'text-color': #075985,
|
'text-color': #075985,
|
||||||
),
|
),
|
||||||
'warning': (
|
'warning': ( // yellow 100
|
||||||
// yellow 100
|
|
||||||
'bg-color': #fef9c3,
|
'bg-color': #fef9c3,
|
||||||
// yellow 800
|
// yellow 800
|
||||||
'text-color': #854d0e,
|
'text-color': #854d0e,
|
||||||
),
|
),
|
||||||
'danger': (
|
'danger': ( // red 100
|
||||||
// red 100
|
|
||||||
'bg-color': #fee2e2,
|
'bg-color': #fee2e2,
|
||||||
// red 800
|
// red 800
|
||||||
'text-color': #991b1b,
|
'text-color': #991b1b,
|
||||||
),
|
),
|
||||||
);
|
);
|
Loading…
Add table
Add a link
Reference in a new issue