Add Soyuz theme
This commit is contained in:
parent
74cced0d4a
commit
9c2844b7c5
3 changed files with 15 additions and 0 deletions
|
|
@ -447,6 +447,17 @@ function Donsol () {
|
|||
b_low: '#ced0ce',
|
||||
b_inv: '#ed1e92'
|
||||
}
|
||||
this.soyuzTheme = {
|
||||
background: '#111111',
|
||||
f_high: '#ffffff',
|
||||
f_med: '#aaaaaa',
|
||||
f_low: '#555555',
|
||||
f_inv: '#000000',
|
||||
b_high: '#fc533e',
|
||||
b_med: '#666666',
|
||||
b_low: '#333333',
|
||||
b_inv: '#fc533e'
|
||||
}
|
||||
this.tapeTheme = {
|
||||
background: '#dad7cd',
|
||||
f_high: '#696861',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue