@@ -190,6 +190,46 @@ export const themes = {
190190
191191 barStyle : 'dark' ,
192192 } ,
193+ 'light mono' : {
194+ primaryBack : '#ffffff' ,
195+ secondaryBack : '#f2f2f2' ,
196+ tertiaryBack : '#dcdcd4' ,
197+
198+ primaryText : '#000000' ,
199+ secondaryText : '#808080' ,
200+
201+ primaryTouch : '#000000' ,
202+ secondaryTouch : '#333333' ,
203+ innerTouch : '#ffffff' ,
204+ backgroundTouch : '#dcdcd4' ,
205+
206+ playerBackground : '#b2b2b2ff' ,
207+ playerPrimaryText : '#000000' ,
208+ playerSecondaryText : '#404040' ,
209+ playerButton : '#000000' ,
210+
211+ barStyle : 'dark' ,
212+ } ,
213+ 'dark mono' : {
214+ primaryBack : '#000000' ,
215+ secondaryBack : '#1e1e1e' ,
216+ tertiaryBack : '#2e2e2e' ,
217+
218+ primaryText : '#FFFFFF' ,
219+ secondaryText : '#808080' ,
220+
221+ primaryTouch : '#b9b9b9ff' ,
222+ secondaryTouch : '#B3B3B3' ,
223+ innerTouch : '#000000' ,
224+ backgroundTouch : '#2e2e2e' ,
225+
226+ playerBackground : '#1e1e1e' ,
227+ playerPrimaryText : '#f5f5dc' ,
228+ playerSecondaryText : '#808080' ,
229+ playerButton : '#FFFFFF' ,
230+
231+ barStyle : 'light' ,
232+ } ,
193233}
194234
195235export const themesPlayer = {
0 commit comments