Skip to content

Commit fa2d893

Browse files
committed
fix: a few more coloring issues with themes
mirage yellow isn't yellow mirage cyan is low contrast tuatara blue in inverted isn't blue
1 parent 17812e1 commit fa2d893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/plugin-codeflare/web/scss/themes/Mirage.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

plugins/plugin-codeflare/web/scss/themes/Tuatara.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)