Add Sonic Pi theme
This commit is contained in:
parent
e9da6fe369
commit
74cced0d4a
3 changed files with 15 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue