Sadly had to tone down
due to font color of buttons
This commit is contained in:
parent
bf097a3493
commit
910727a7f4
|
@ -24,8 +24,8 @@ $themes: (
|
||||||
marginal-text: #fff
|
marginal-text: #fff
|
||||||
),
|
),
|
||||||
'cyber': (
|
'cyber': (
|
||||||
primary: #ccff00,
|
primary: #7cb342,
|
||||||
secondary: #a4c910,
|
secondary: #558b2f,
|
||||||
dark: #0a0a0a,
|
dark: #0a0a0a,
|
||||||
info: #1b1b1b,
|
info: #1b1b1b,
|
||||||
marginal-bg: #2d293b,
|
marginal-bg: #2d293b,
|
||||||
|
@ -107,11 +107,11 @@ $themes: (
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='cyber'] .q-drawer--dark {
|
[data-theme='cyber'] .q-drawer--dark {
|
||||||
background: #ccff00 !important;
|
background: #0a0a0a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='cyber'] .q-header {
|
[data-theme='cyber'] .q-header {
|
||||||
background: #ccff00 !important;
|
background: #0a0a0a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='salvador'] .q-drawer--dark {
|
[data-theme='salvador'] .q-drawer--dark {
|
||||||
|
|
|
@ -146,7 +146,7 @@
|
||||||
flat
|
flat
|
||||||
@click="changeColor('cyber')"
|
@click="changeColor('cyber')"
|
||||||
icon="format_color_fill"
|
icon="format_color_fill"
|
||||||
color="light-green-7"
|
color="light-green-9"
|
||||||
size="md"
|
size="md"
|
||||||
><q-tooltip>cyber</q-tooltip>
|
><q-tooltip>cyber</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user