Add Teenage theme
This commit is contained in:
parent
9c2844b7c5
commit
f6f6d241f1
3 changed files with 15 additions and 0 deletions
|
|
@ -469,6 +469,17 @@ function Donsol () {
|
|||
b_low: '#e5e3dc',
|
||||
b_inv: '#eb3f48'
|
||||
}
|
||||
this.teenageTheme = {
|
||||
background: '#a1a1a1',
|
||||
f_high: '#222222',
|
||||
f_med: '#e00b30',
|
||||
f_low: '#888888',
|
||||
f_inv: '#ffffff',
|
||||
b_high: '#555555',
|
||||
b_med: '#fbba2d',
|
||||
b_low: '#b3b3b3',
|
||||
b_inv: '#0e7242'
|
||||
}
|
||||
|
||||
this.theme = new Theme(this.defaultTheme)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue