mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 04:58:21 +00:00
Added neon theme (#2579)
Added neon themes with bright colors that goes well with dark backgrounds.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user