update theme colors for orderbook
This commit is contained in:
parent
511d5c9dbd
commit
d3802e80ae
|
@ -62,7 +62,7 @@ const Settings: NextPage = () => {
|
|||
EXPLORERS[0]
|
||||
)
|
||||
const themes = useMemo(() => {
|
||||
return [t('settings:light'), t('settings:dark'), t('settings:mango')]
|
||||
return [t('settings:light'), t('settings:mango'), t('settings:dark')]
|
||||
}, [t])
|
||||
|
||||
const handleLangChange = useCallback(
|
||||
|
|
|
@ -66,10 +66,10 @@ module.exports = {
|
|||
red: { DEFAULT: '#F84638', dark: '#C7251A', muted: '#6d2832' },
|
||||
green: { DEFAULT: '#AFD803', dark: '#91B503', muted: '#49601b' },
|
||||
orange: { DEFAULT: '#FF9C24' },
|
||||
'bkg-1': '#141026',
|
||||
'bkg-2': '#1D1832',
|
||||
'bkg-3': '#2A2440',
|
||||
'bkg-4': '#37324D',
|
||||
'bkg-1': '#1C1924', // '#141026',
|
||||
'bkg-2': '#252232', // '#1D1832',
|
||||
'bkg-3': '#302B40', // '#2A2440',
|
||||
'bkg-4': '#383544', // '#37324D',
|
||||
'fgd-1': '#E5E3EC',
|
||||
'fgd-2': '#D2CEDE',
|
||||
'fgd-3': '#C1BED3',
|
||||
|
|
Loading…
Reference in New Issue