mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-22 22:25:10 +00:00
style(themes): Add vue-dark theme (#345)
This commit is contained in:
@@ -167,6 +167,12 @@ const themes = {
|
||||
text_color: "24292e",
|
||||
bg_color: "ffffff",
|
||||
},
|
||||
"vue-dark":{
|
||||
title_color: "19f9d8",
|
||||
icon_color: "19f9d8",
|
||||
text_color: "ffffff",
|
||||
bg_color: "002b36",
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
||||
Reference in New Issue
Block a user