Add Teletext theme
This commit is contained in:
parent
f6f6d241f1
commit
13261e0962
3 changed files with 15 additions and 0 deletions
|
|
@ -480,6 +480,17 @@ function Donsol () {
|
|||
b_low: '#b3b3b3',
|
||||
b_inv: '#0e7242'
|
||||
}
|
||||
this.teletextTheme = {
|
||||
background: '#000000',
|
||||
f_high: '#ffffff',
|
||||
f_med: '#ffff00',
|
||||
f_low: '#00FF00',
|
||||
f_inv: '#000000',
|
||||
b_high: '#ff00ff',
|
||||
b_med: '#ff0000',
|
||||
b_low: '#0000ff',
|
||||
b_inv: '#ffffff'
|
||||
}
|
||||
|
||||
this.theme = new Theme(this.defaultTheme)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue