Unverified Commit f9b14c94 authored by Feng L.H's avatar Feng L.H Committed by GitHub
Browse files

style(theme): Added Vue theme (#143)



Add Vue style.

Co-authored-by: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent 7b509d31
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -82,7 +82,13 @@ const themes = {
    icon_color: "e28905",
    text_color: "f1f1eb",
    bg_color: "272822",
  }
  },
  vue: {
    title_color: "41b883",
    icon_color: "41b883",
    text_color: "273849",
    bg_color: "FFFEFE",
  },
};

module.exports = themes;