You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
\r> Also, note that if this theme is exclusively for your personal use, then instead of adding it to our theme collection, you can use card [customization options](https://github.com/anuraghazra/github-readme-stats#customization).
35
36
`;
36
-
constAVAILABLE_COLOR_PROPS=[
37
-
"bg_color",
37
+
constREQUIRED_COLOR_PROPS=[
38
+
"title_color",
38
39
"icon_color",
39
40
"text_color",
40
-
"title_color",
41
+
"bg_color",
41
42
];
42
43
constINVALID_REVIEW_COMMENT=(commentUrl)=>
43
44
`Some themes are invalid. See the [Automated Theme Preview](${commentUrl}) comment above for more information.`;