style(themes): Add vue-dark theme (#345)

This commit is contained in:
Reg Chiu 2020-08-09 23:46:07 +08:00 committed by GitHub
parent facf095ff4
commit f3516ee6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;