From cbf0e2e7336052d265f188988e13341c6f57c01d Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Tue, 4 Sep 2018 22:04:24 -0700 Subject: [PATCH 1/2] Update color to meet color contrast ratio --- .../themes/quietlight-color-theme.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/theme-quietlight/themes/quietlight-color-theme.json b/extensions/theme-quietlight/themes/quietlight-color-theme.json index 81a8591a875de..a2f93f068e941 100644 --- a/extensions/theme-quietlight/themes/quietlight-color-theme.json +++ b/extensions/theme-quietlight/themes/quietlight-color-theme.json @@ -97,7 +97,7 @@ "variable.language" ], "settings": { - "foreground": "#AB6526" + "foreground": "#A15F26" } }, { @@ -155,7 +155,7 @@ "constant" ], "settings": { - "foreground": "#AB6526" + "foreground": "#A15F26" } }, { @@ -183,7 +183,7 @@ "name": "Strings: Symbols", "scope": "constant.other.symbol", "settings": { - "foreground": "#AB6526" + "foreground": "#A15F26" } }, { @@ -256,7 +256,7 @@ "punctuation.definition.entity" ], "settings": { - "foreground": "#AB6526" + "foreground": "#A15F26" } }, { @@ -282,7 +282,7 @@ "support.type.property-name" ], "settings": { - "foreground": "#AB6526" + "foreground": "#A15F26" } }, { @@ -427,7 +427,7 @@ "scope": "markup.inline.raw", "settings": { "fontStyle": "", - "foreground": "#AB6526" + "foreground": "#A15F26" } }, { From 3bf2b9527695a576e8014f5b069fe968811e5055 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Tue, 4 Sep 2018 22:12:29 -0700 Subject: [PATCH 2/2] Make text darker to work on selected background color --- .../themes/quietlight-color-theme.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/theme-quietlight/themes/quietlight-color-theme.json b/extensions/theme-quietlight/themes/quietlight-color-theme.json index a2f93f068e941..5d575484e9ccb 100644 --- a/extensions/theme-quietlight/themes/quietlight-color-theme.json +++ b/extensions/theme-quietlight/themes/quietlight-color-theme.json @@ -97,7 +97,7 @@ "variable.language" ], "settings": { - "foreground": "#A15F26" + "foreground": "#9C5D27" } }, { @@ -155,7 +155,7 @@ "constant" ], "settings": { - "foreground": "#A15F26" + "foreground": "#9C5D27" } }, { @@ -183,7 +183,7 @@ "name": "Strings: Symbols", "scope": "constant.other.symbol", "settings": { - "foreground": "#A15F26" + "foreground": "#9C5D27" } }, { @@ -256,7 +256,7 @@ "punctuation.definition.entity" ], "settings": { - "foreground": "#A15F26" + "foreground": "#9C5D27" } }, { @@ -282,7 +282,7 @@ "support.type.property-name" ], "settings": { - "foreground": "#A15F26" + "foreground": "#9C5D27" } }, { @@ -427,7 +427,7 @@ "scope": "markup.inline.raw", "settings": { "fontStyle": "", - "foreground": "#A15F26" + "foreground": "#9C5D27" } }, {