Unverified Commit 81f5ecfe authored by Manasi Wader's avatar Manasi Wader Committed by GitHub
Browse files

style(theme): added outrun theme (#887)

parent 93ae8d99
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -263,6 +263,12 @@ const themes = {
    text_color: "d9c8a9",
    bg_color: "402b23",
  },
  outrun:{
    title_color: "ffcc00",
    icon_color: "ff1aff",
    text_color: "8080ff",
    bg_color: "141439",
  }
};

module.exports = themes;