Unverified Commit 1958f545 authored by Jake Ward's avatar Jake Ward Committed by GitHub
Browse files

style(theme): Add theme "blueberry" (#531)

* Add blueberry theme

* Change text color
parent 057ff69a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -227,6 +227,12 @@ const themes = {
    text_color: "ffffff",
    bg_color: "20232a",
  },
  blueberry: {
    title_color: "82aaff",
    icon_color: "89ddff",
    text_color: "27e8a7",
    bg_color: "242938"
  }
};

module.exports = themes;