style(themes): Add vue-dark theme (#345)
This commit is contained in:
parent
facf095ff4
commit
f3516ee6b4
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue