Tweaked few more color themes

This commit is contained in:
Ben Arc
2021-06-30 23:14:39 +01:00
parent bf26bf963f
commit c778149d4f
2 changed files with 26 additions and 19 deletions

View File

@@ -26,9 +26,9 @@ $themes: (
'flamingo': ( 'flamingo': (
primary: #d11d53, primary: #d11d53,
secondary: #db3e6d, secondary: #db3e6d,
dark: #bb2f59, dark: #803a45,
info: #ec7599, info: #ec7599,
marginal-bg: #bb2f59, marginal-bg: #803a45,
marginal-text: rgb(255, 255, 255) marginal-text: rgb(255, 255, 255)
), ),
'monochrome': ( 'monochrome': (
@@ -41,14 +41,6 @@ $themes: (
) )
); );
[data-theme='salvador'] .q-drawer--dark {
background: #121212 !important;
}
[data-theme='salvador'] .q-header {
background: #0f47af !important;
}
@each $theme, $colors in $themes { @each $theme, $colors in $themes {
@each $name, $color in $colors { @each $name, $color in $colors {
@if $name == 'dark' { @if $name == 'dark' {
@@ -76,6 +68,21 @@ $themes: (
} }
} }
} }
[data-theme='salvador'] .q-drawer--dark {
background: #242424 !important;
}
[data-theme='salvador'] .q-header {
background: #0f47af !important;
}
[data-theme='flamingo'] .q-drawer--dark {
background: #e75480 !important;
}
[data-theme='flamingo'] .q-header {
background: #e75480 !important;
}
[v-cloak] { [v-cloak] {
display: none; display: none;

View File

@@ -81,15 +81,6 @@
size="md" size="md"
><q-tooltip>autumn</q-tooltip> ><q-tooltip>autumn</q-tooltip>
</q-btn> </q-btn>
<q-btn
dense
flat
@click="changeColor('flamingo')"
icon="format_color_fill"
color="pink-3"
size="md"
><q-tooltip>flamingo</q-tooltip>
</q-btn>
<q-btn <q-btn
dense dense
flat flat
@@ -108,6 +99,15 @@
size="md" size="md"
><q-tooltip>elSalvador</q-tooltip> ><q-tooltip>elSalvador</q-tooltip>
</q-btn> </q-btn>
<q-btn
dense
flat
@click="changeColor('flamingo')"
icon="format_color_fill"
color="pink-3"
size="md"
><q-tooltip>flamingo</q-tooltip>
</q-btn>
</div> </div>
</q-btn-dropdown> </q-btn-dropdown>