Skip to content

Commit 8bd36fa

Browse files
authored
Increase accent text contrast for ace theme (#1656)
2 parents ab4d507 + 075a155 commit 8bd36fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gui/src/index.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,11 @@ body {
302302
--background-80: 15, 15, 15;
303303
--background-90: 0, 0, 0;
304304

305-
--accent-background-10: 230, 0, 230;
306-
--accent-background-20: 210, 0, 210;
307-
--accent-background-30: 150, 0, 150;
308-
--accent-background-40: 130, 0, 130;
309-
--accent-background-50: 70, 0, 70;
305+
--accent-background-10: 230, 115, 230;
306+
--accent-background-20: 210, 70, 210;
307+
--accent-background-30: 150, 20, 150;
308+
--accent-background-40: 115, 5, 115;
309+
--accent-background-50: 75, 0, 75;
310310

311311
--success: 100, 230, 10;
312312
--warning: 220, 200, 50;

0 commit comments

Comments
 (0)