Skip to content

Commit 9a3b0a5

Browse files
committed
fix: several themes have poor contrast for "blue" colors
Mirage, Onyx, Tutatara
1 parent e802c53 commit 9a3b0a5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ $color-red: #eb5b8e;
3636
$color-cyan: $latency-1;
3737
$color-yellow: #e7c484;
3838
$color-purple: #a38aa7;
39+
$color-blue: $latency-0;
3940

4041
@include Theme($Theme);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ $latency-5: #929292;
3434

3535
$color-red: #c83b22;
3636
$color-cyan: $latency-0;
37+
$color-blue: $latency-1;
3738

3839
@include Theme($Theme);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $latency-5: #9db5dd;
3535

3636
$color-green: #bcc48c;
3737
$color-red: #cd8155;
38-
$color-blue: #9db5dd;
38+
$color-blue: color.scale(#9db5dd, $lightness: 20%);
3939
$color-cyan: #9dd5dd;
4040
$color-yellow: #cdb67f;
4141
$color-purple: #c48cbc;

0 commit comments

Comments
 (0)