oxen-electron-gui-wallet/src/css/quasar.variables.styl

36 lines
1.1 KiB
Stylus

// Copied from themes/common.variables.styl
// 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 = $oxen-teal
$secondary = $oxen-light-teal
$accent = $oxen-navy
$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;
$oxen-purple = #654192;
$loki-black-60 = #313131;