Unverified Commit 753f0b9f authored by Sagar's avatar Sagar Committed by GitHub
Browse files

feat(themes): Added shades of purple theme (#185)

* 📦

 NEW: shade of purple theme

* style(theme): icons color update

* chore: change theme name

Co-authored-by: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent f50938c9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -89,6 +89,12 @@ const themes = {
    text_color: "273849",
    bg_color: "FFFEFE",
  },
  'shades-of-purple': {
    title_color: "FAD000",
    icon_color: "FB94FF",
    text_color: "A599E9",
    bg_color: "2D2B55",
  }
};

module.exports = themes;