mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-27 06:25:47 +08:00
Added neon theme (#2579)
Added neon themes with bright colors that goes well with dark backgrounds.
This commit is contained in:
parent
dc60ea9b30
commit
041ef07ea4
@ -423,6 +423,13 @@ export const themes = {
|
||||
border_color: "85A4C0",
|
||||
bg_color: "030314",
|
||||
},
|
||||
neon: {
|
||||
title_color: "00EAD3",
|
||||
text_color: "FF449F",
|
||||
icon_color: "00EAD3",
|
||||
border_color: "ffffff",
|
||||
bg_color: "000000",
|
||||
},
|
||||
};
|
||||
|
||||
export default themes;
|
||||
|
Loading…
Reference in New Issue
Block a user