tweak: punchy bitcoin theme (#3028)

This commit is contained in:
Arc 2025-03-10 18:36:23 +00:00 committed by GitHub
parent ebd080192c
commit 2aa73bfe75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -356,7 +356,7 @@
flat flat
@click="themeChoiceFunc('bitcoin')" @click="themeChoiceFunc('bitcoin')"
icon="circle" icon="circle"
color="orange" color="deep-orange"
size="md" size="md"
><q-tooltip>bitcoin</q-tooltip> ><q-tooltip>bitcoin</q-tooltip>
</q-btn> </q-btn>

File diff suppressed because one or more lines are too long

View file

@ -110,16 +110,16 @@ body[data-theme=bitcoin].body--light {
} }
[data-theme=bitcoin] .bg-primary { [data-theme=bitcoin] .bg-primary {
background: #ff9853 !important; background: #ea611d !important;
} }
[data-theme=bitcoin] .text-primary { [data-theme=bitcoin] .text-primary {
color: #ff9853 !important; color: #ea611d !important;
} }
[data-theme=bitcoin] .bg-secondary { [data-theme=bitcoin] .bg-secondary {
background: #ff7353 !important; background: #e56f35 !important;
} }
[data-theme=bitcoin] .text-secondary { [data-theme=bitcoin] .text-secondary {
color: #ff7353 !important; color: #e56f35 !important;
} }
[data-theme=bitcoin] .bg-dark { [data-theme=bitcoin] .bg-dark {
background: #2d293b !important; background: #2d293b !important;
@ -134,10 +134,10 @@ body[data-theme=bitcoin].body--light {
color: #333646 !important; color: #333646 !important;
} }
[data-theme=bitcoin] .bg-marginal-bg { [data-theme=bitcoin] .bg-marginal-bg {
background: #2d293b !important; background: #000000 !important;
} }
[data-theme=bitcoin] .text-marginal-bg { [data-theme=bitcoin] .text-marginal-bg {
color: #2d293b !important; color: #000000 !important;
} }
[data-theme=bitcoin] .bg-marginal-text { [data-theme=bitcoin] .bg-marginal-text {
background: #fff !important; background: #fff !important;

View file

@ -8,11 +8,11 @@ $themes: (
marginal-text: #fff marginal-text: #fff
), ),
'bitcoin': ( 'bitcoin': (
primary: #ff9853, primary: #ea611d,
secondary: #ff7353, secondary: #e56f35,
dark: #2d293b, dark: #2d293b,
info: #333646, info: #333646,
marginal-bg: #2d293b, marginal-bg: #000000,
marginal-text: #fff marginal-text: #fff
), ),
'freedom': ( 'freedom': (