Add Rain on Wires theme
This commit is contained in:
parent
c75018d50f
commit
69c778a7cc
3 changed files with 15 additions and 0 deletions
|
|
@ -370,6 +370,17 @@ function Donsol () {
|
|||
b_low: '#222222',
|
||||
b_inv: '#ff4444'
|
||||
}
|
||||
this.rainOnWiresTheme = {
|
||||
background: '#010101',
|
||||
f_high: '#c692bb',
|
||||
f_med: '#149106',
|
||||
f_low: '#8a6682',
|
||||
f_inv: '#8D2E71',
|
||||
b_high: '#8D2E71',
|
||||
b_med: '#6E2455',
|
||||
b_low: '#010101',
|
||||
b_inv: '#159106'
|
||||
}
|
||||
this.rogueliteTheme = {
|
||||
background: '#352b31',
|
||||
f_high: '#f5f5d4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue