Unverified Commit ab4876aa authored by Red Headphone's avatar Red Headphone Committed by GitHub
Browse files

style(theme): added cobalt2 theme (#1343)

parent 927e87d4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -306,6 +306,12 @@ const themes = {
    text_color: "FF75B5",
    bg_color: "31353a",
  },
  cobalt2: {
    title_color: "ffc600",
    icon_color: "ffffff",
    text_color: "0088ff",
    bg_color: "193549",
  },
};

module.exports = themes;