Skip to content

Commit 96f71ce

Browse files
author
Miguel Solorio
committed
Update colors to meet color contrast ratio
1 parent 1b812ba commit 96f71ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

extensions/theme-quietlight/themes/quietlight-color-theme.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"storage"
7777
],
7878
"settings": {
79-
"foreground": "#4B83CD"
79+
"foreground": "#4B69C6"
8080
}
8181
},
8282
{
@@ -176,7 +176,7 @@
176176
"name": "Strings: Regular Expressions",
177177
"scope": "string.regexp",
178178
"settings": {
179-
"foreground": "#4B83CD"
179+
"foreground": "#4B69C6"
180180
}
181181
},
182182
{
@@ -235,7 +235,7 @@
235235
"name": "HTML: Tag Names",
236236
"scope": "entity.name.tag",
237237
"settings": {
238-
"foreground": "#4B83CD"
238+
"foreground": "#4B69C6"
239239
}
240240
},
241241
{
@@ -350,7 +350,7 @@
350350
"name": "Markup: Link",
351351
"scope": "meta.link",
352352
"settings": {
353-
"foreground": "#4B83CD"
353+
"foreground": "#4B69C6"
354354
}
355355
},
356356
{
@@ -409,7 +409,7 @@
409409
"name": "Markup Lists",
410410
"scope": "markup.list",
411411
"settings": {
412-
"foreground": "#4B83CD"
412+
"foreground": "#4B69C6"
413413
}
414414
},
415415
{
@@ -501,7 +501,7 @@
501501
"panel.background": "#F5F5F5",
502502
"sideBar.background": "#F2F2F2",
503503
"sideBarSectionHeader.background": "#ede8ef",
504-
"editorLineNumber.foreground": "#9DA39A",
504+
"editorLineNumber.foreground": "#6D705B",
505505
"editorCursor.foreground": "#54494B",
506506
"inputOption.activeBorder": "#adafb7",
507507
"dropdown.background": "#F5F5F5",

0 commit comments

Comments
 (0)