Add Sonic Pi theme

This commit is contained in:
Stephen Jianu 2026-01-25 15:34:07 -06:00
commit 74cced0d4a
3 changed files with 15 additions and 0 deletions

View file

@ -436,6 +436,17 @@ function Donsol () {
b_low: '#fdf6e3',
b_inv: '#cb4b16'
}
this.sonicPiTheme = {
background: '#ffffff',
f_high: '#000000',
f_med: '#ed1e92',
f_low: '#aaaaaa',
f_inv: '#ffffff',
b_high: '#444444',
b_med: '#555555',
b_low: '#ced0ce',
b_inv: '#ed1e92'
}
this.tapeTheme = {
background: '#dad7cd',
f_high: '#696861',