From e7874af56f56218e4ef133121741aeb2e24b1906 Mon Sep 17 00:00:00 2001 From: Emma Twersky Date: Tue, 2 Jul 2024 07:14:25 -0700 Subject: [PATCH 1/2] fix: Angular dark theme punctuation color contrast --- themes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes.js b/themes.js index 0c55558..beff38d 100644 --- a/themes.js +++ b/themes.js @@ -263,15 +263,15 @@ export const DEFAULT_THEMES = { "angular-dark": { bgColor: "#151417", textColor: "#FBFBFB", - punctuationColor: "#37474F", + punctuationColor: "#D963C9", stringAndValueColor: "#FDAB9B", keywordTagColor: "#9BB5FF", commentColor: "#D81B60", typeColor: "#FBAFF4", numberColor: "#C53929", declarationColor: "#0097A7", - dimmedColor: "#E0E0E0", - highlightColor: "#E0E0E0", + dimmedColor: "#A39F9F", + highlightColor: "#EDC7FF", lineHeight: 1.5, }, 'flutter2022': { From f3e58947b303bf36ff937ae19872aeba017b26fb Mon Sep 17 00:00:00 2001 From: Emma Twersky Date: Tue, 2 Jul 2024 07:25:33 -0700 Subject: [PATCH 2/2] nit: change highlight to darker --- themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.js b/themes.js index beff38d..bae63e4 100644 --- a/themes.js +++ b/themes.js @@ -271,7 +271,7 @@ export const DEFAULT_THEMES = { numberColor: "#C53929", declarationColor: "#0097A7", dimmedColor: "#A39F9F", - highlightColor: "#EDC7FF", + highlightColor: "#62247F", lineHeight: 1.5, }, 'flutter2022': {