Unverified Commit c1438fe7 authored by Debaleen Das Spandan's avatar Debaleen Das Spandan Committed by GitHub
Browse files

adds a new theme: "blue-green"

I added a new theme. Hope you like it.
parent 7f220bb0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -107,6 +107,12 @@ const themes = {
    text_color: "363636",
    bg_color: "ffffff",
  },
  "blue-green": {
    title_color: "2F97C1",
    icon_color: "F5B700",
    text_color: "0CF574",
    bg_color: "040F0F",
  },
};

module.exports = themes;