Skip to content

Commit 26d29e7

Browse files
committed
Up: mono theme
1 parent acaa176 commit 26d29e7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/contexts/theme.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ export const themes = {
195195
secondaryBack: '#f2f2f2',
196196
tertiaryBack: '#dcdcd4',
197197

198-
primaryText: '#000000',
199-
secondaryText: '#808080',
198+
primaryText: '#505050',
199+
secondaryText: '#999999',
200200

201201
primaryTouch: '#000000',
202-
secondaryTouch: '#333333',
202+
secondaryTouch: '#000000',
203203
innerTouch: '#ffffff',
204204
backgroundTouch: '#dcdcd4',
205205

206-
playerBackground: '#b2b2b2ff',
206+
playerBackground: '#b2b2b2',
207207
playerPrimaryText: '#000000',
208208
playerSecondaryText: '#404040',
209209
playerButton: '#000000',
@@ -218,7 +218,7 @@ export const themes = {
218218
primaryText: '#FFFFFF',
219219
secondaryText: '#808080',
220220

221-
primaryTouch: '#b9b9b9ff',
221+
primaryTouch: '#B3B3B3',
222222
secondaryTouch: '#B3B3B3',
223223
innerTouch: '#000000',
224224
backgroundTouch: '#2e2e2e',

0 commit comments

Comments
 (0)