2020-10-10 15:35:04 +00:00
|
|
|
:root {
|
|
|
|
--main-scroll: theme('colors.grayscale.300');
|
2020-06-16 19:57:18 +00:00
|
|
|
--panels-scroll: hsl(180, 2%, 17%);
|
|
|
|
--tag-background: hsl(210, 100%, 38%);
|
2020-10-10 15:35:04 +00:00
|
|
|
--tag-text: theme('colors.white');
|
|
|
|
--toast-background: hsla(0, 0%, 0%, 0.85);
|
|
|
|
--toast-secondary: hsla(0, 0%, 100%, 0.15);
|
|
|
|
--toast-text: hsla(0, 0%, 100%, 0.85);
|
2020-10-10 18:03:19 +00:00
|
|
|
|
|
|
|
--primary-color: hsl(210, 100%, 52%); // will remove variable
|
|
|
|
--primary-text: theme('colors.grayscale.870'); // will remove variable
|
|
|
|
--secondary-color: hsl(46, 100%, 57%); // will remove variable
|
2020-04-14 20:05:22 +00:00
|
|
|
}
|
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
:root[data-theme='light'] {
|
|
|
|
--main-background: theme('colors.white');
|
|
|
|
--secondary-background: theme('colors.grayscale.930');
|
|
|
|
--foreground: theme('colors.grayscale.200');
|
|
|
|
--foreground-inverted: theme('colors.grayscale.930');
|
2020-06-16 19:57:18 +00:00
|
|
|
--panels-background: hsl(210, 3%, 14%);
|
2020-10-10 15:35:04 +00:00
|
|
|
--panels-text: theme('colors.white');
|
2020-05-27 20:03:09 +00:00
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
--sidebar-link-bg: theme('colors.grayscale.240');
|
2020-06-19 18:57:05 +00:00
|
|
|
--sidebar-link-bg-20: hsla(0, 0%, 24%, 0.2);
|
2020-08-14 17:49:36 +00:00
|
|
|
|
2020-10-10 18:03:19 +00:00
|
|
|
--icon-hover: var(--primary-color);
|
2020-06-19 18:57:05 +00:00
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
--table-bg: theme('colors.white');
|
|
|
|
--table-zebra: theme('colors.grayscale.900');
|
|
|
|
--table-highlight: theme('colors.grayscale.840');
|
2020-05-14 16:57:43 +00:00
|
|
|
}
|
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
:root[data-theme='dark'] {
|
|
|
|
--main-background: theme('colors.grayscale.80');
|
|
|
|
--secondary-background: theme('colors.grayscale.140');
|
|
|
|
--foreground: theme('colors.grayscale.930');
|
|
|
|
--foreground-inverted: theme('colors.grayscale.200');
|
|
|
|
--panels-background: theme('colors.grayscale.100');
|
|
|
|
--panels-text: theme('colors.white');
|
2020-05-27 20:03:09 +00:00
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
--sidebar-link-bg: theme('colors.grayscale.240');
|
2020-06-19 18:57:05 +00:00
|
|
|
--sidebar-link-bg-20: hsla(0, 0%, 24%, 0.2);
|
|
|
|
|
2020-10-10 18:03:19 +00:00
|
|
|
--icon-hover: var(--primary-color);
|
2020-07-25 13:22:16 +00:00
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
--table-bg: theme('colors.grayscale.80');
|
|
|
|
--table-zebra: theme('colors.grayscale.140');
|
|
|
|
--table-highlight: theme('colors.grayscale.200');
|
2020-04-14 20:05:22 +00:00
|
|
|
}
|
|
|
|
|
2020-10-10 15:35:04 +00:00
|
|
|
:root[data-theme='purple'] {
|
2020-06-09 20:32:54 +00:00
|
|
|
--main-background: hsl(261, 74%, 6%);
|
|
|
|
--secondary-background: hsl(257, 61%, 10%);
|
2020-10-10 15:35:04 +00:00
|
|
|
--foreground: theme('colors.grayscale.930');
|
2020-06-16 19:57:18 +00:00
|
|
|
--foreground-inverted: hsl(258, 62%, 8%);
|
2020-06-09 20:32:54 +00:00
|
|
|
--panels-background: hsl(257, 70%, 9%);
|
2020-10-10 15:35:04 +00:00
|
|
|
--panels-text: theme('colors.white');
|
2020-05-27 20:03:09 +00:00
|
|
|
|
2020-06-19 18:57:05 +00:00
|
|
|
--sidebar-link-bg: hsl(257, 70%, 17%);
|
|
|
|
--sidebar-link-bg-20: hsla(257, 70%, 17%, 0.2);
|
|
|
|
|
2020-07-25 13:22:16 +00:00
|
|
|
--icon-hover: hsl(186, 44%, 54%);
|
|
|
|
|
2020-06-09 20:32:54 +00:00
|
|
|
--table-bg: hsl(261, 74%, 6%);
|
|
|
|
--table-zebra: hsl(257, 61%, 10%);
|
|
|
|
--table-highlight: hsl(257, 66%, 27%);
|
2020-05-13 21:18:11 +00:00
|
|
|
}
|