mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-06-07 08:19:57 +00:00
style(themes): Add vue-dark theme (#345)
This commit is contained in:
parent
facf095ff4
commit
f3516ee6b4
@ -167,6 +167,12 @@ const themes = {
|
|||||||
text_color: "24292e",
|
text_color: "24292e",
|
||||||
bg_color: "ffffff",
|
bg_color: "ffffff",
|
||||||
},
|
},
|
||||||
|
"vue-dark":{
|
||||||
|
title_color: "19f9d8",
|
||||||
|
icon_color: "19f9d8",
|
||||||
|
text_color: "ffffff",
|
||||||
|
bg_color: "002b36",
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user