Unverified Commit f3516ee6 authored by Reg Chiu's avatar Reg Chiu Committed by GitHub
Browse files

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

parent facf095f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;