Add Polivoks theme
This commit is contained in:
parent
1e58a3760f
commit
c75018d50f
3 changed files with 15 additions and 0 deletions
|
|
@ -359,6 +359,17 @@ function Donsol () {
|
|||
b_low: '#695f56',
|
||||
b_inv: '#00aefe'
|
||||
}
|
||||
this.polivoksTheme = {
|
||||
background: '#111111',
|
||||
f_high: '#efefef',
|
||||
f_med: '#ff4444',
|
||||
f_low: '#333333',
|
||||
f_inv: '#000000',
|
||||
b_high: '#666666',
|
||||
b_med: '#444444',
|
||||
b_low: '#222222',
|
||||
b_inv: '#ff4444'
|
||||
}
|
||||
this.rogueliteTheme = {
|
||||
background: '#352b31',
|
||||
f_high: '#f5f5d4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue