mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
Themes: Add test AI-generated themes to check preview workflow (#3028)
* Themes: Add test theme to check preview workflow * dev * dev * dev
This commit is contained in:
parent
2d3b4de24c
commit
3ffe9a6300
1 changed files with 14 additions and 0 deletions
|
|
@ -430,6 +430,20 @@ export const themes = {
|
||||||
border_color: "ffffff",
|
border_color: "ffffff",
|
||||||
bg_color: "000000",
|
bg_color: "000000",
|
||||||
},
|
},
|
||||||
|
blue_navy: {
|
||||||
|
title_color: "82AAFF",
|
||||||
|
text_color: "82AAFF",
|
||||||
|
icon_color: "82AAFF",
|
||||||
|
border_color: "ffffff",
|
||||||
|
bg_color: "000000",
|
||||||
|
},
|
||||||
|
calm_pink: {
|
||||||
|
title_color: "e07a5f",
|
||||||
|
text_color: "edae49",
|
||||||
|
icon_color: "ebcfb2",
|
||||||
|
border_color: "e1bc29",
|
||||||
|
bg_color: "2b2d40",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default themes;
|
export default themes;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue