|
| 1 | +diff --git a/src/sass/_colors.scss b/src/sass/_colors.scss |
| 2 | +index 8738bf37..71797c6d 100644 |
| 3 | +--- a/src/sass/_colors.scss |
| 4 | ++++ b/src/sass/_colors.scss |
| 5 | +@@ -58,27 +58,20 @@ |
| 6 | + } |
| 7 | + |
| 8 | + @function theme($color) { |
| 9 | +- @if ($variant == 'light') { |
| 10 | +- @if ($theme == 'default') { @return $default-dark; } |
| 11 | +- @if ($theme == 'purple') { @return $purple-dark; } |
| 12 | +- @if ($theme == 'pink') { @return $pink-dark; } |
| 13 | +- @if ($theme == 'red') { @return $red-dark; } |
| 14 | +- @if ($theme == 'orange') { @return $orange-dark; } |
| 15 | +- @if ($theme == 'yellow') { @return $yellow-dark; } |
| 16 | +- @if ($theme == 'green') { @return $green-dark; } |
| 17 | +- @if ($theme == 'teal') { @return $teal-dark; } |
| 18 | +- @if ($theme == 'grey') { @return $grey-600; } |
| 19 | +- } @else { |
| 20 | +- @if ($theme == 'default') { @return $default-light; } |
| 21 | +- @if ($theme == 'purple') { @return $purple-light; } |
| 22 | +- @if ($theme == 'pink') { @return $pink-light; } |
| 23 | +- @if ($theme == 'red') { @return $red-light; } |
| 24 | +- @if ($theme == 'orange') { @return $orange-light; } |
| 25 | +- @if ($theme == 'yellow') { @return $yellow-light; } |
| 26 | +- @if ($theme == 'green') { @return $green-light; } |
| 27 | +- @if ($theme == 'teal') { @return $teal-light; } |
| 28 | +- @if ($theme == 'grey') { @return $grey-200; } |
| 29 | +- } |
| 30 | ++ @if ($theme == 'rosewater') { @return $rosewater; } |
| 31 | ++ @if ($theme == 'flamingo') { @return $flamingo; } |
| 32 | ++ @if ($theme == 'pink') { @return $pink; } |
| 33 | ++ @if ($theme == 'mauve') { @return $mauve; } |
| 34 | ++ @if ($theme == 'red') { @return $red; } |
| 35 | ++ @if ($theme == 'maroon') { @return $maroon; } |
| 36 | ++ @if ($theme == 'peach') { @return $peach; } |
| 37 | ++ @if ($theme == 'yellow') { @return $yellow; } |
| 38 | ++ @if ($theme == 'green') { @return $green; } |
| 39 | ++ @if ($theme == 'teal') { @return $teal; } |
| 40 | ++ @if ($theme == 'sky') { @return $sky; } |
| 41 | ++ @if ($theme == 'sapphire') { @return $sapphire; } |
| 42 | ++ @if ($theme == 'blue') { @return $blue; } |
| 43 | ++ @if ($theme == 'lavender') { @return $lavender; } |
| 44 | + } |
| 45 | + |
| 46 | + @function background($type) { |
0 commit comments