Commit 18c717cc authored by Anurag's avatar Anurag
Browse files

fix: remove extra github dark theme

parent 465faa7c
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
@@ -261,19 +261,13 @@ const themes = {
    title_color: "bf4a3f",
    icon_color: "a64833",
    text_color: "d9c8a9",
    bg_color: "402b23"
    bg_color: "402b23",
  },
  outrun: {
    title_color: "ffcc00",
    icon_color: "ff1aff",
    text_color: "8080ff",
    bg_color: "141439",
  },
  github_dark: {
    title_color: "58a6ff",
    icon_color: "da3633",
    text_color: "c9d1d9",
    bg_color: "0d1117",
  },
  ocean_dark: {
    title_color: "8957B2",
@@ -291,8 +285,8 @@ const themes = {
    title_color: "58A6FF",
    icon_color: "1F6FEB",
    text_color: "C3D1D9",
    bg_color: "0D1117"
  }
    bg_color: "0D1117",
  },
};

module.exports = themes;