Add Rain on Wires theme

This commit is contained in:
Stephen Jianu 2025-12-07 21:35:01 -06:00
commit 69c778a7cc
3 changed files with 15 additions and 0 deletions

View file

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