oxen-electron-gui-wallet/src/css/themes/common.variables.styl

36 lines
1.1 KiB
Stylus

// App Shared Variables
// --------------------------------------------------
// To customize the look and feel of this app, you can override
// the Stylus variables found in Quasar"s source Stylus files. Setting
// variables before Quasar"s Stylus will use these variables rather than
// Quasar"s default Stylus variable values. Stylus variables specific
// to the themes belong in either the variables.ios.styl or variables.mat.styl files.
// Check documentation for full list of Quasar variables
// App Shared Color Variables
// --------------------------------------------------
// It"s highly recommended to change the default colors
// to match your app"s branding.
// $primary = $loki-green
// $secondary = $loki-black-90
// $tertiary = $loki-black-80
// $neutral = #E0E1E2
// $positive = #21BA45
// $negative = #DB2828
// $info = #31CCEC
// $warning = #F2C037
// $loki-green = linear-gradient(180deg, #419B41 0%, #43BD43 100%)
// $oxen-navy = #1F1C47;
// $oxen-teal = #12C7BA;
// $oxen-light-teal = #DBF7F5;
// $loki-black-90 = #0A0A0A
// $loki-black-80 = #252525
// $loki-black-60 = #313131
// $loki-black-50 = #7E7E7E;