Add Teletext theme

This commit is contained in:
Stephen Jianu 2026-01-25 15:35:35 -06:00
commit 13261e0962
3 changed files with 15 additions and 0 deletions

View file

@ -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)