Add Muzieca theme
This commit is contained in:
parent
50b3c7a550
commit
8a5c8040e1
3 changed files with 15 additions and 0 deletions
|
|
@ -249,6 +249,17 @@ function Donsol () {
|
|||
b_low: '#333333',
|
||||
b_inv: '#b9615a'
|
||||
}
|
||||
this.muziecaTheme = {
|
||||
background: '#090909',
|
||||
f_high: '#818181',
|
||||
f_med: '#707070',
|
||||
f_low: '#595959',
|
||||
f_inv: '#272727',
|
||||
b_high: '#272727',
|
||||
b_med: '#181818',
|
||||
b_low: '#111111',
|
||||
b_inv: '#818181'
|
||||
}
|
||||
this.nightowlTheme = {
|
||||
background: '#011627',
|
||||
f_high: '#7fdbca',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue