opensquare-network / subsquare

https://www.subsquare.io
5 stars 5 forks source link

Project Westend Res #4237

Closed Popoulosss closed 3 weeks ago

Popoulosss commented 3 weeks ago

Files sns-westend.zip

Color

export const light = {
  dark: false,
  // customized
  // solochain
  // westend
  theme100: "rgba(239,72,106,0.10)",
  theme300: "rgba(239,72,106,0.40)",
  theme500: "rgba(239,72,106,1)",
  navigationBg: "rgba(255,255,255,1)",
  navigationActive: "rgba(246,247,250,1)",
  navigationBorder: "rgba(235,238,244,1)",
};

export const dark = {
  ...light,
  dark: true,
  // customized
  // solochain
  // westend
  theme100: "rgba(239,72,106,0.10)",
  theme300: "rgba(239,72,106,0.40)",
  theme500: "rgba(239,72,106,1)",
  navigationBg: "rgba(33,36,51,1)",
  navigationActive: "rgba(38,41,56,1)",
  navigationBorder: "rgba(39,42,58,1)",
};

Preview

image