@@ -35,9 +35,11 @@ $colors: (
3535 ' primary-background' : $dark-color-primary ,
3636 ' primary-background-hover' : hsl (186deg 100% 45% ),
3737 ' primary-foreground' : hsl (186deg 100% 5% ),
38+ ' primary-shadow' : hsl (186deg 100% 25% ),
3839 ' secondary-background' : $dark-color-secondary ,
3940 ' secondary-background-hover' : color .adjust ($dark-color-secondary , $lightness : 5% ),
4041 ' secondary-foreground' : $dark-color-white ,
42+ ' secondary-shadow' : color .adjust ($dark-color-secondary , $lightness : -20% ),
4143 ),
4244 ' card' : (
4345 ' background' : $dark-color-black ,
@@ -67,19 +69,13 @@ $colors: (
6769 ' footer' : (
6870 ' background' : hsl (245deg 38% 10% ),
6971 ),
70- ' invoice' : (
71- ' background' : hsl (234deg 49% 6% ),
72- ),
7372 ' navigation' : (
7473 ' arrow' : hsl (0deg 0% 100% / 15% ),
7574 ' icon-background' : hsl (245deg 38% 10% ),
7675 ' icon-background-hover' : $dark-color-primary ,
7776 ' icon-foreground' : $dark-color-primary ,
7877 ' icon-foreground-hover' : hsl (186deg 100% 5% ),
7978 ),
80- ' tab' : (
81- ' background' : hsl (207deg 84% 10% ),
82- ),
8379 ' prism' : (
8480 ' color' : hsl (217deg 34% 88% ),
8581 ' background' : hsl (245deg 38% 7% ),
0 commit comments