Skip to content

Commit

Permalink
Un-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkohli committed Sep 19, 2023
1 parent 17b22e3 commit 6718185
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<option value="io19">#io19</option>
<option value="flutter-interact-19">Flutter Interact 2019</option>
<option value="angular-light">Angular Light</option>
<option value="angular-dark">Angular Dark</option>
<option value="angular-dark">Angular Dark</option>
<option value="flutter2022">Flutter 2022</option>
<option value="custom">Custom</option>
</select>
Expand Down
48 changes: 24 additions & 24 deletions themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6718185

Please sign in to comment.