From 17b22e338549539c3f8a96d309ce512be526464f Mon Sep 17 00:00:00 2001 From: TJ Kohli Date: Tue, 19 Sep 2023 00:16:57 -0400 Subject: [PATCH 1/2] Tweaked Angular Themes --- index.html | 3 ++- themes.js | 40 +++++++++++++++++++++++++++------------- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 37cefdd..252f0a9 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,8 @@ - + + diff --git a/themes.js b/themes.js index 84dce51..b6ab155 100644 --- a/themes.js +++ b/themes.js @@ -246,19 +246,33 @@ export const DEFAULT_THEMES = { highlightColor: '#425a6c', lineHeight: 1.2, }, - 'angular-material': { - bgColor: "#382e42", - textColor: "#ffffff", - punctuationColor: materialColor('light-blue', '100'), - stringAndValueColor: "#c3e88d", - keywordTagColor: materialColor('light-blue', '100'), - commentColor: materialColor('grey', '500'), - typeColor: materialColor('orange', '200'), - numberColor: materialColor('purple', '200'), - declarationColor: materialColor('purple', '200'), - dimmedColor: "#4d4d4d", - highlightColor: "#4d3663", - lineHeight: 1.2 + "angular-light": { + bgColor: "#F5F5F5", + textColor: "#37474F", + punctuationColor: "#37474F", + stringAndValueColor: "#FA2C04", + keywordTagColor: "#0546FF", + commentColor: "#D81B60", + typeColor: "#F637E3", + numberColor: "#C53929", + declarationColor: "#0097A7", + dimmedColor: "#BDBDBD", + highlightColor: "#E0E0E0", + lineHeight: 1.5, + }, + "angular-dark": { + bgColor: "#151417", + textColor: "#FBFBFB", + punctuationColor: "#37474F", + stringAndValueColor: "#FDAB9B", + keywordTagColor: "#9BB5FF", + commentColor: "#D81B60", + typeColor: "#FBAFF4", + numberColor: "#C53929", + declarationColor: "#0097A7", + dimmedColor: "#E0E0E0", + highlightColor: "#E0E0E0", + lineHeight: 1.5, }, 'flutter2022': { bgColor: "#151718", From 6718185f2e08cffca635c2c39a5f46a48a93c3a4 Mon Sep 17 00:00:00 2001 From: TJ Kohli Date: Tue, 19 Sep 2023 00:37:12 -0400 Subject: [PATCH 2/2] Un-prettier --- index.html | 2 +- themes.js | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 252f0a9..3c86084 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ - + diff --git a/themes.js b/themes.js index b6ab155..0c55558 100644 --- a/themes.js +++ b/themes.js @@ -247,32 +247,32 @@ export const DEFAULT_THEMES = { lineHeight: 1.2, }, "angular-light": { - bgColor: "#F5F5F5", - textColor: "#37474F", - punctuationColor: "#37474F", - stringAndValueColor: "#FA2C04", - keywordTagColor: "#0546FF", - commentColor: "#D81B60", - typeColor: "#F637E3", - numberColor: "#C53929", - declarationColor: "#0097A7", - dimmedColor: "#BDBDBD", - highlightColor: "#E0E0E0", - lineHeight: 1.5, + bgColor: "#F5F5F5", + textColor: "#37474F", + punctuationColor: "#37474F", + stringAndValueColor: "#FA2C04", + keywordTagColor: "#0546FF", + commentColor: "#D81B60", + typeColor: "#F637E3", + numberColor: "#C53929", + declarationColor: "#0097A7", + dimmedColor: "#BDBDBD", + highlightColor: "#E0E0E0", + lineHeight: 1.5, }, "angular-dark": { - bgColor: "#151417", - textColor: "#FBFBFB", - punctuationColor: "#37474F", - stringAndValueColor: "#FDAB9B", - keywordTagColor: "#9BB5FF", - commentColor: "#D81B60", - typeColor: "#FBAFF4", - numberColor: "#C53929", - declarationColor: "#0097A7", - dimmedColor: "#E0E0E0", - highlightColor: "#E0E0E0", - lineHeight: 1.5, + bgColor: "#151417", + textColor: "#FBFBFB", + punctuationColor: "#37474F", + stringAndValueColor: "#FDAB9B", + keywordTagColor: "#9BB5FF", + commentColor: "#D81B60", + typeColor: "#FBAFF4", + numberColor: "#C53929", + declarationColor: "#0097A7", + dimmedColor: "#E0E0E0", + highlightColor: "#E0E0E0", + lineHeight: 1.5, }, 'flutter2022': { bgColor: "#151718",