Skip to content

Commit

Permalink
Merge pull request #80 from twerske/patch-1
Browse files Browse the repository at this point in the history
fix: Angular dark theme punctuation color contrast
  • Loading branch information
romannurik authored Jul 2, 2024
2 parents 9de9f41 + f3e5894 commit 834b3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "#62247F",
lineHeight: 1.5,
},
'flutter2022': {
Expand Down

0 comments on commit 834b3bd

Please sign in to comment.