Add Orca theme
This commit is contained in:
parent
9ae67898f9
commit
c48dfc68eb
3 changed files with 15 additions and 0 deletions
|
|
@ -326,6 +326,17 @@ function Donsol () {
|
|||
b_low: '#101119',
|
||||
b_inv: '#9F9FB3'
|
||||
}
|
||||
this.orcaTheme = {
|
||||
background: '#000000',
|
||||
f_high: '#ffffff',
|
||||
f_med: '#777777',
|
||||
f_low: '#444444',
|
||||
f_inv: '#000000',
|
||||
b_high: '#dddddd',
|
||||
b_med: '#72dec2',
|
||||
b_low: '#222222',
|
||||
b_inv: '#ffb545'
|
||||
}
|
||||
this.rogueliteTheme = {
|
||||
background: '#352b31',
|
||||
f_high: '#f5f5d4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue