mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
Merge branch 'master' of https://github.com/anuraghazra/github-readme-stats
This commit is contained in:
commit
845e90b42e
@ -154,7 +154,7 @@ describe("Test renderRepoCard", () => {
|
|||||||
expect(iconClassStyles.fill).toBe("#586069");
|
expect(iconClassStyles.fill).toBe("#586069");
|
||||||
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
||||||
"fill",
|
"fill",
|
||||||
"#FFFEFE"
|
"#fffefe"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ describe("Test renderStatsCard", () => {
|
|||||||
expect(iconClassStyles.fill).toBe("#4c71f2");
|
expect(iconClassStyles.fill).toBe("#4c71f2");
|
||||||
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
||||||
"fill",
|
"fill",
|
||||||
"#FFFEFE"
|
"#fffefe"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ describe("Test renderTopLanguages", () => {
|
|||||||
expect(langNameStyles.fill).toBe("#333");
|
expect(langNameStyles.fill).toBe("#333");
|
||||||
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
expect(queryByTestId(document.body, "card-bg")).toHaveAttribute(
|
||||||
"fill",
|
"fill",
|
||||||
"#FFFEFE"
|
"#fffefe"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -3,13 +3,13 @@ const themes = {
|
|||||||
title_color: "2f80ed",
|
title_color: "2f80ed",
|
||||||
icon_color: "4c71f2",
|
icon_color: "4c71f2",
|
||||||
text_color: "333",
|
text_color: "333",
|
||||||
bg_color: "FFFEFE",
|
bg_color: "fffefe",
|
||||||
},
|
},
|
||||||
default_repocard: {
|
default_repocard: {
|
||||||
title_color: "2f80ed",
|
title_color: "2f80ed",
|
||||||
icon_color: "586069", // icon color is different
|
icon_color: "586069", // icon color is different
|
||||||
text_color: "333",
|
text_color: "333",
|
||||||
bg_color: "FFFEFE",
|
bg_color: "fffefe",
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
title_color: "fff",
|
title_color: "fff",
|
||||||
@ -87,18 +87,18 @@ const themes = {
|
|||||||
title_color: "41b883",
|
title_color: "41b883",
|
||||||
icon_color: "41b883",
|
icon_color: "41b883",
|
||||||
text_color: "273849",
|
text_color: "273849",
|
||||||
bg_color: "FFFEFE",
|
bg_color: "fffefe",
|
||||||
},
|
},
|
||||||
"shades-of-purple": {
|
"shades-of-purple": {
|
||||||
title_color: "FAD000",
|
title_color: "fad000",
|
||||||
icon_color: "B362FF",
|
icon_color: "b362ff",
|
||||||
text_color: "A599E9",
|
text_color: "a599e9",
|
||||||
bg_color: "2D2B55",
|
bg_color: "2d2b55",
|
||||||
},
|
},
|
||||||
nightowl: {
|
nightowl: {
|
||||||
title_color: "C792EA",
|
title_color: "c792ea",
|
||||||
icon_color: "FFEB95",
|
icon_color: "ffeb95",
|
||||||
text_color: "7FDBCA",
|
text_color: "7fdbca",
|
||||||
bg_color: "011627",
|
bg_color: "011627",
|
||||||
},
|
},
|
||||||
buefy: {
|
buefy: {
|
||||||
@ -108,10 +108,10 @@ const themes = {
|
|||||||
bg_color: "ffffff",
|
bg_color: "ffffff",
|
||||||
},
|
},
|
||||||
"blue-green": {
|
"blue-green": {
|
||||||
title_color: "2F97C1",
|
title_color: "2f97c1",
|
||||||
icon_color: "F5B700",
|
icon_color: "f5b700",
|
||||||
text_color: "0CF574",
|
text_color: "0cf574",
|
||||||
bg_color: "040F0F",
|
bg_color: "040f0f",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user