Unverified Commit 49f00cd7 authored by btwiusegentoo's avatar btwiusegentoo Committed by GitHub
Browse files

style(theme): Add material-palenight theme (#333)

parent 3a61d18f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -155,6 +155,12 @@ const themes = {
    text_color: "99d1ce",
    bg_color: "0c1014",
  },
  "material-palenight": {
    title_color: "c792ea",
    icon_color: "89ddff",
    text_color: "a6accd",
    bg_color: "292d3e",
  },
};

module.exports = themes;