Unverified Commit ec8eb0c8 authored by Chandrika Deb's avatar Chandrika Deb Committed by GitHub
Browse files

style(theme): added panda theme (#1319)

parent ded06f2f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -300,6 +300,12 @@ const themes = {
    text_color: "dbdbdb",
    bg_color: "252334",
  },
  panda: {
    title_color: "19f9d899",
    icon_color: "19f9d899",
    text_color: "FF75B5",
    bg_color: "31353a",
  },
};

module.exports = themes;