made flamingo darker
This commit is contained in:
parent
ff4956bdfb
commit
27a0b64b03
|
@ -315,8 +315,6 @@ window.windowMixin = {
|
||||||
methods: {
|
methods: {
|
||||||
changeColor: function (newValue) {
|
changeColor: function (newValue) {
|
||||||
document.body.setAttribute('data-theme', newValue)
|
document.body.setAttribute('data-theme', newValue)
|
||||||
console.log(document.body.getAttribute('data-theme'))
|
|
||||||
console.log(newValue)
|
|
||||||
this.$q.localStorage.set('lnbits.theme', newValue)
|
this.$q.localStorage.set('lnbits.theme', newValue)
|
||||||
},
|
},
|
||||||
toggleDarkMode: function () {
|
toggleDarkMode: function () {
|
||||||
|
|
|
@ -26,9 +26,9 @@ $themes: (
|
||||||
'flamingo': (
|
'flamingo': (
|
||||||
primary: #d11d53,
|
primary: #d11d53,
|
||||||
secondary: #db3e6d,
|
secondary: #db3e6d,
|
||||||
dark: #e75480,
|
dark: #bb2f59,
|
||||||
info: #ec7599,
|
info: #ec7599,
|
||||||
marginal-bg: #e75480,
|
marginal-bg: #bb2f59,
|
||||||
marginal-text: rgb(255, 255, 255)
|
marginal-text: rgb(255, 255, 255)
|
||||||
),
|
),
|
||||||
'monochrome': (
|
'monochrome': (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user