|
|
|
@ -12,6 +12,7 @@ export const defaultTheme = { |
|
|
|
black70: 'rgba(0, 0, 0, 0.7)', |
|
|
|
black70: 'rgba(0, 0, 0, 0.7)', |
|
|
|
button: '#294FC3', |
|
|
|
button: '#294FC3', |
|
|
|
buttonHover: '#3255be', |
|
|
|
buttonHover: '#3255be', |
|
|
|
|
|
|
|
collapseTournamentBackground: 'linear-gradient(236.13deg, rgba(53, 96, 225, 0.56) -4.49%, rgba(0, 0, 0, 0) 98.29%), #3F3F3F', |
|
|
|
comboboxBackground: '#3F3F3F', |
|
|
|
comboboxBackground: '#3F3F3F', |
|
|
|
comboboxItemHover: '#999999', |
|
|
|
comboboxItemHover: '#999999', |
|
|
|
dateButton: 'rgba(255, 255, 255, 0.5)', |
|
|
|
dateButton: 'rgba(255, 255, 255, 0.5)', |
|
|
|
@ -84,6 +85,7 @@ export const tunisTheme: CustomTheme = { |
|
|
|
background: '#1D1D1D', |
|
|
|
background: '#1D1D1D', |
|
|
|
button: '#0E8F84', |
|
|
|
button: '#0E8F84', |
|
|
|
buttonHover: '#0E8F84', |
|
|
|
buttonHover: '#0E8F84', |
|
|
|
|
|
|
|
collapseTournamentBackground: 'linear-gradient(236.13deg, rgba(42, 183, 170, 0.56) -4.49%, rgba(0, 0, 0, 0) 98.29%), #3A4849', |
|
|
|
comboboxBackground: '#263233', |
|
|
|
comboboxBackground: '#263233', |
|
|
|
comboboxItemHover: '#0E8F84', |
|
|
|
comboboxItemHover: '#0E8F84', |
|
|
|
dateFilter: '#ffffff80', |
|
|
|
dateFilter: '#ffffff80', |
|
|
|
|