|
|
@ -16,7 +16,7 @@ export const defaultDark = { |
|
|
|
text: '#D8D8D8', |
|
|
|
rowSelected: '#4D5156', |
|
|
|
playerBarText: '#e9ebf0', |
|
|
|
playerBarButtons: '#b3b3b3', |
|
|
|
playerBarButtons: 'rgba(240, 240, 240, 0.8)', |
|
|
|
playerBarButtonsHover: '#ffffff', |
|
|
|
inputBackground: '#1A1D24', |
|
|
|
spinner: '#FFFFFF', |
|
|
@ -45,7 +45,7 @@ export const defaultLight = { |
|
|
|
text: '#000000', |
|
|
|
rowSelected: '#BABCC2', |
|
|
|
playerBarText: '#EBEEF5', |
|
|
|
playerBarButtons: '#EBEEF5', |
|
|
|
playerBarButtons: 'rgba(240, 240, 240, 0.8)', |
|
|
|
playerBarButtonsHover: '#FFFFFF', |
|
|
|
inputBackground: '#F4F7FF', |
|
|
|
spinner: '#000000', |
|
|
|