Add PICO-8 theme
This commit is contained in:
parent
b5109f67f2
commit
1e58a3760f
3 changed files with 15 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue