Add Ninety Nine theme

This commit is contained in:
Stephen Jianu 2024-10-13 20:52:27 -05:00
commit ffe7b0a8bc
3 changed files with 15 additions and 0 deletions

View file

@ -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',