Added cyber theme

Because we all liked the theme from this pr https://github.com/lnbits/lnbits/pulls?page=2&q=is%3Apr+is%3Aopen
This commit is contained in:
Ben Arc
2023-02-20 22:41:11 +00:00
parent 51d71afe85
commit 9f049c1952
5 changed files with 31 additions and 4 deletions
+16
View File
@@ -23,6 +23,14 @@ $themes: (
marginal-bg: #2d293b,
marginal-text: #fff
),
'cyber': (
primary: #ccff00,
secondary: #a4c910,
dark: #0a0a0a,
info: #1b1b1b,
marginal-bg: #2d293b,
marginal-text: #fff
),
'mint': (
primary: #3ab77d,
secondary: #27b065,
@@ -98,6 +106,14 @@ $themes: (
background: #0a0a0a !important;
}
[data-theme='cyber'] .q-drawer--dark {
background: #ccff00 !important;
}
[data-theme='cyber'] .q-header {
background: #ccff00 !important;
}
[data-theme='salvador'] .q-drawer--dark {
background: #242424 !important;
}