Add Pawbin theme
This commit is contained in:
parent
c48dfc68eb
commit
b5109f67f2
3 changed files with 15 additions and 0 deletions
|
|
@ -337,6 +337,17 @@ function Donsol () {
|
|||
b_low: '#222222',
|
||||
b_inv: '#ffb545'
|
||||
}
|
||||
this.pawbinTheme = {
|
||||
background: '#2b2933',
|
||||
f_high: '#f2f2f2',
|
||||
f_med: '#00bdd6',
|
||||
f_low: '#aa9fdf',
|
||||
f_inv: '#1a1820',
|
||||
b_high: '#1a1820',
|
||||
b_med: '#24212c',
|
||||
b_low: '#34303b',
|
||||
b_inv: '#f2f2f2'
|
||||
}
|
||||
this.rogueliteTheme = {
|
||||
background: '#352b31',
|
||||
f_high: '#f5f5d4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue