| /* 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: #4db6ac; | |
| --on-primary: #ffffff; | |
| } |