mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-02-23 14:50:33 +08: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
@ -430,6 +430,20 @@ export const themes = {
|
||||
border_color: "ffffff",
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user