Unverified Commit 4dbb9e93 authored by Horeb Parraud's avatar Horeb Parraud Committed by GitHub
Browse files

style(theme): added aura_dark themes (#1312)

parent c7fd3ed8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -294,6 +294,12 @@ const themes = {
    text_color: "FFFFFF",
    bg_color: "2C2F33",
  },
  aura_dark: {
    title_color: "ff7372",
    icon_color: "6cffd0",
    text_color: "dbdbdb",
    bg_color: "252334",
  },
};

module.exports = themes;