Skip to content

Commit 444121d

Browse files
committed
🎨 Improve colours - all meet WCAG AA
1 parent 1351c6a commit 444121d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

themes/Copy-italic.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@
10821082
"comment.block.html",
10831083
],
10841084
"settings": {
1085-
"foreground": "#7E7AAA",
1085+
"foreground": "#8786ac",
10861086
"fontStyle": "italic"
10871087
}
10881088
},
@@ -1186,7 +1186,7 @@
11861186
"meta.diff.header.from-file"
11871187
],
11881188
"settings": {
1189-
"foreground": "#7E7AAA"
1189+
"foreground": "#8786ac"
11901190
}
11911191
},
11921192
{
@@ -1381,7 +1381,7 @@
13811381
"name": "Double-Slashed Comment",
13821382
"scope": "comment.line.double-slash",
13831383
"settings": {
1384-
"foreground": "#7E7AAA"
1384+
"foreground": "#8786ac"
13851385
}
13861386
},
13871387
{
@@ -1444,7 +1444,7 @@
14441444
"punctuation.definition.comment",
14451445
],
14461446
"settings": {
1447-
"foreground": "#7E7AAA",
1447+
"foreground": "#8786ac",
14481448
"fontStyle": "italic"
14491449
}
14501450
},

themes/Pitaya-smoothie-color-theme-noitalic.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
"comment.block.html"
10681068
],
10691069
"settings": {
1070-
"foreground": "#7E7AAA"
1070+
"foreground": "#8786ac"
10711071
}
10721072
},
10731073
// JSON
@@ -1170,7 +1170,7 @@
11701170
"meta.diff.header.from-file"
11711171
],
11721172
"settings": {
1173-
"foreground": "#7E7AAA"
1173+
"foreground": "#8786ac"
11741174
}
11751175
},
11761176
{
@@ -1363,7 +1363,7 @@
13631363
"name": "Double-Slashed Comment",
13641364
"scope": "comment.line.double-slash",
13651365
"settings": {
1366-
"foreground": "#7E7AAA"
1366+
"foreground": "#8786ac"
13671367
}
13681368
},
13691369
{
@@ -1425,7 +1425,7 @@
14251425
"punctuation.definition.comment",
14261426
],
14271427
"settings": {
1428-
"foreground": "#7E7AAA"
1428+
"foreground": "#8786ac"
14291429
}
14301430
},
14311431
{

themes/Pitaya-smoothie-color-theme.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"editorLineNumber.activeForeground": "#18C1C4",
7373
"editorCursor.foreground": "#F85E9F", // Color of the editor cursor.
7474
// Editor - Highlight and selection
75-
"editor.selectionBackground": "#301C7ABD", // Color of the editor selection. -psbright-600
75+
"editor.selectionBackground": "#231458d6", // Color of the editor selection. -psbright-600
7676
"editor.inactiveSelectionBackground": "#221068DB", // Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.
7777
"editor.selectionHighlightBackground": "#301C7ABD", // Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.
7878
"editor.selectionHighlightBorder": "#863BFF8F",
@@ -1081,7 +1081,7 @@
10811081
"comment.block.html",
10821082
],
10831083
"settings": {
1084-
"foreground": "#7E7AAA",
1084+
"foreground": "#8786ac",
10851085
"fontStyle": "italic"
10861086
}
10871087
},
@@ -1185,7 +1185,7 @@
11851185
"meta.diff.header.from-file"
11861186
],
11871187
"settings": {
1188-
"foreground": "#7E7AAA"
1188+
"foreground": "#8786ac"
11891189
}
11901190
},
11911191
{
@@ -1380,7 +1380,7 @@
13801380
"name": "Double-Slashed Comment",
13811381
"scope": "comment.line.double-slash",
13821382
"settings": {
1383-
"foreground": "#7E7AAA"
1383+
"foreground": "#8786ac"
13841384
}
13851385
},
13861386
{
@@ -1443,7 +1443,7 @@
14431443
"punctuation.definition.comment",
14441444
],
14451445
"settings": {
1446-
"foreground": "#7E7AAA",
1446+
"foreground": "#8786ac",
14471447
"fontStyle": "italic"
14481448
}
14491449
},

0 commit comments

Comments
 (0)