Add SK theme

This commit is contained in:
Stephen Jianu 2025-12-24 11:48:15 -06:00
commit c53e498561
3 changed files with 15 additions and 0 deletions

View file

@ -392,6 +392,17 @@ function Donsol () {
b_low: '#4a3b44',
b_inv: '#f5f5d4'
}
this.skTheme = {
background: '#000709',
f_high: '#cbcbd3',
f_med: '#897668',
f_low: '#523d2c',
f_inv: '#3f4f5b',
b_high: '#aba49e',
b_med: '#59574b',
b_low: '#372823',
b_inv: '#8c5a3d'
}
this.tapeTheme = {
background: '#dad7cd',
f_high: '#696861',