mirror of
https://github.com/catppuccin/gitea.git
synced 2025-01-05 19:24:51 -05:00
fix: --color-icon variables
This commit is contained in:
parent
d4cffe2407
commit
36f55e3596
1 changed files with 13 additions and 0 deletions
|
@ -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%)};
|
||||
|
|
Loading…
Reference in a new issue