[frontend] Theme: add modplayer defaults to theme props

This commit is contained in:
Vavency 2025-07-23 23:13:08 +03:00
parent 524fbf8883
commit 29cbe18e37
2 changed files with 12 additions and 0 deletions

View file

@ -73,6 +73,12 @@
codeBoolean: '#c59eff',
deckBg: '#000',
htmlThemeColor: '@bg',
modPlayerDefault: '#ffffff',
modPlayerQuarter: '#ffff00',
modPlayerInstr: '#80e0ff',
modPlayerVolume: '#80ff80',
modPlayerFx: '#ff80e0',
modPlayerOperant: '#ffe080',
},
codeHighlighter: {

View file

@ -73,6 +73,12 @@
codeBoolean: '#62b70c',
deckBg: ':darken<3<@bg',
htmlThemeColor: '@bg',
modPlayerDefault: '#ffffff',
modPlayerQuarter: '#ffff00',
modPlayerInstr: '#80e0ff',
modPlayerVolume: '#80ff80',
modPlayerFx: '#ff80e0',
modPlayerOperant: '#ffe080',
},
codeHighlighter: {