fix: --color-icon variables

This commit is contained in:
alina sireneva 2025-01-03 22:09:27 +03:00 committed by GitHub
parent d4cffe2407
commit 36f55e3596
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -97,6 +97,19 @@ $lvl3: if($isDark, $base, $crust);
--color-grey: #{$overlay2};
--color-black: #{if(isDark, $mantle, $text)};
--color-icon-red: #{$red};
--color-icon-orange: #{$peach};
--color-icon-yellow: #{$yellow};
--color-icon-olive: #{$green};
--color-icon-green: #{$green};
--color-icon-teal: #{$teal};
--color-icon-blue: #{$blue};
--color-icon-violet: #{$lavender};
--color-icon-purple: #{$mauve};
--color-icon-pink: #{$pink};
--color-icon-brown: #{$flamingo};
--color-icon-grey: #{$overlay2};
/* light variants - produced via Sass scale-color(color, $lightness: -10%) */
--color-red-light: #{ctx_lighten($red, 10%)};
--color-orange-light: #{ctx_lighten($peach, 10%)};