Update colors to meet color contrast ratio

This commit is contained in:
Miguel Solorio 2018-10-23 09:47:05 -07:00
parent 1b812bade4
commit 96f71ce5c1

View file

@ -76,7 +76,7 @@
"storage"
],
"settings": {
"foreground": "#4B83CD"
"foreground": "#4B69C6"
}
},
{
@ -176,7 +176,7 @@
"name": "Strings: Regular Expressions",
"scope": "string.regexp",
"settings": {
"foreground": "#4B83CD"
"foreground": "#4B69C6"
}
},
{
@ -235,7 +235,7 @@
"name": "HTML: Tag Names",
"scope": "entity.name.tag",
"settings": {
"foreground": "#4B83CD"
"foreground": "#4B69C6"
}
},
{
@ -350,7 +350,7 @@
"name": "Markup: Link",
"scope": "meta.link",
"settings": {
"foreground": "#4B83CD"
"foreground": "#4B69C6"
}
},
{
@ -409,7 +409,7 @@
"name": "Markup Lists",
"scope": "markup.list",
"settings": {
"foreground": "#4B83CD"
"foreground": "#4B69C6"
}
},
{
@ -501,7 +501,7 @@
"panel.background": "#F5F5F5",
"sideBar.background": "#F2F2F2",
"sideBarSectionHeader.background": "#ede8ef",
"editorLineNumber.foreground": "#9DA39A",
"editorLineNumber.foreground": "#6D705B",
"editorCursor.foreground": "#54494B",
"inputOption.activeBorder": "#adafb7",
"dropdown.background": "#F5F5F5",