Add Snow theme
This commit is contained in:
parent
c53e498561
commit
5fe70aa5cb
3 changed files with 15 additions and 0 deletions
|
|
@ -403,6 +403,17 @@ function Donsol () {
|
|||
b_low: '#372823',
|
||||
b_inv: '#8c5a3d'
|
||||
}
|
||||
this.snowTheme = {
|
||||
background: '#eeefee',
|
||||
f_high: '#222222',
|
||||
f_med: '#999999',
|
||||
f_low: '#bbbcbb',
|
||||
f_inv: '#545454',
|
||||
b_high: '#545454',
|
||||
b_med: '#ced0ce',
|
||||
b_low: '#f5f5f5',
|
||||
b_inv: '#ed2c3e'
|
||||
}
|
||||
this.tapeTheme = {
|
||||
background: '#dad7cd',
|
||||
f_high: '#696861',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue