Add Ninety Nine theme
This commit is contained in:
parent
8a5c8040e1
commit
ffe7b0a8bc
3 changed files with 15 additions and 0 deletions
|
|
@ -271,6 +271,17 @@ function Donsol () {
|
|||
b_low: '#2f4759',
|
||||
b_inv: '#7fdbca'
|
||||
}
|
||||
this.ninetynineTheme = {
|
||||
background: '#000000',
|
||||
f_high: '#efefef',
|
||||
f_med: '#cdcdcd',
|
||||
f_low: '#676767',
|
||||
f_inv: '#0a0a0a',
|
||||
b_high: '#eeeeee',
|
||||
b_med: '#ffd220',
|
||||
b_low: '#464646',
|
||||
b_inv: '#ff3300'
|
||||
}
|
||||
this.rogueliteTheme = {
|
||||
background: '#352b31',
|
||||
f_high: '#f5f5d4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue