mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 18:45:21 +00:00
style(theme): Add theme "blueberry" (#531)
* Add blueberry theme * Change text color
This commit is contained in:
parent
057ff69ac2
commit
1958f545a7
1 changed files with 6 additions and 0 deletions
|
|
@ -227,6 +227,12 @@ const themes = {
|
|||
text_color: "ffffff",
|
||||
bg_color: "20232a",
|
||||
},
|
||||
blueberry: {
|
||||
title_color: "82aaff",
|
||||
icon_color: "89ddff",
|
||||
text_color: "27e8a7",
|
||||
bg_color: "242938"
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue