Add PICO-8 theme

This commit is contained in:
Stephen Jianu 2025-12-07 21:16:49 -06:00
commit 1e58a3760f
3 changed files with 15 additions and 0 deletions

View file

@ -348,6 +348,17 @@ function Donsol () {
b_low: '#34303b',
b_inv: '#f2f2f2'
}
this.pico8Theme = {
background: '#000000',
f_high: '#ffffff',
f_med: '#fff1e8',
f_low: '#ff78a9',
f_inv: '#ffffff',
b_high: '#c2c3c7',
b_med: '#83769c',
b_low: '#695f56',
b_inv: '#00aefe'
}
this.rogueliteTheme = {
background: '#352b31',
f_high: '#f5f5d4',