diff --git a/css/all.scss b/css/all.scss index afcfd90c..6679fa7a 100644 --- a/css/all.scss +++ b/css/all.scss @@ -40,6 +40,15 @@ $css--plex: true; } } +// Set the theme attribute to "g80" to use the Gray 80 theme +// +:root[theme="g80"] { + @include carbon--theme($carbon--theme--g80, true) { + @include emit-component-tokens($tag-colors); + @include emit-component-tokens($notification-colors); + } +} + // Set the theme attribute to "g90" to use the Gray 90 theme // :root[theme="g90"] { @@ -68,4 +77,4 @@ $css--plex: true; @import "carbon-components/scss/globals/grid/grid"; // Import all component styles -@import "carbon-components/scss/globals/scss/styles"; \ No newline at end of file +@import "carbon-components/scss/globals/scss/styles";