File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/plugin-codeflare/web/scss/themes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,17 @@ $bg2: lighten($bg, 10%);
2626$bg3 : lighten ($bg , 5% );
2727$fg2 : color .scale ($bg , $lightness : 5% );
2828$latency-0 : #80b7b4 ;
29- $latency-1 : #02948e ;
29+ $latency-1 : color . scale ( #02948e , $lightness : 10 % ) ;
3030$latency-2 : color .scale (#d0981b , $lightness : 10% );
3131$latency-3 : #e6e6e7 ;
3232$latency-4 : #726b73 ;
3333$latency-5 : #a38aa7 ;
3434
3535$color-red : #eb5b8e ;
36- $color-cyan : $latency-1 ;
36+ $color-cyan : color . scale ( $latency-1 , $lightness : 10 % ) ;
3737$color-yellow : #e7c484 ;
3838$color-purple : #a38aa7 ;
3939$color-blue : $latency-0 ;
40+ $color-green : $latency-2 ;
4041
4142@include Theme ($Theme );
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ $color-yellow: #cdb67f;
4141$color-purple : #c48cbc ;
4242$color-magenta : #dd9dd5 ;
4343
44- $color-blue-inverted : $latency-2 ;
4544$color-cyan-inverted : $latency-5 ;
4645$color-purple-inverted : $latency-4 ;
4746
You can’t perform that action at this time.
0 commit comments