blob: 0771d51d89445e0a18310fa8137ce56975232118 [file] [log] [blame]
/* Common skia-demos colors via CSS Variables.
Assumes use of infra-sk/modules/theme-chooser-sk.
Can be imported via:
@import '../colors';
*/
/* Use the default theme except for the primary colors, and we'll use
* complete default dark theme.
*/
:root {
--primary: var(--teal-300);
--on-primary: var(--white);
}