brighter red orderbook on dark theme

This commit is contained in:
tjs 2023-01-16 23:57:52 -05:00
parent 71d0623002
commit 579f4ddd58
2 changed files with 9 additions and 9 deletions

View File

@ -60,7 +60,7 @@ export const COLORS: any = {
Olive: '#acaa8b', Olive: '#acaa8b',
}, },
UP: { UP: {
'Mango Classic': '#A6CD03', 'Mango Classic': '#89B92A',
Dark: '#4aa13a', Dark: '#4aa13a',
Light: '#60bf4f', Light: '#60bf4f',
'High Contrast': '#50f434', 'High Contrast': '#50f434',

View File

@ -35,17 +35,17 @@ module.exports = {
}, },
link: { DEFAULT: 'hsl(33, 100%, 57%)', hover: 'hsl(33, 100%, 52%)' }, link: { DEFAULT: 'hsl(33, 100%, 57%)', hover: 'hsl(33, 100%, 52%)' },
down: { down: {
DEFAULT: 'hsl(4, 93%, 60%)', DEFAULT: 'hsl(4, 63%, 55%)',
dark: 'hsl(4, 93%, 55%)', dark: 'hsl(4, 93%, 55%)',
muted: 'hsl(4, 53%, 55%)', muted: 'hsl(4, 43%, 38%)',
}, },
up: { up: {
DEFAULT: 'hsl(72, 97%, 41%)', DEFAULT: 'hsl(77, 63%, 40%)',
dark: 'hsl(72, 97%, 36%)', dark: 'hsl(85, 50%, 36%)',
muted: 'hsl(72, 57%, 36%)', muted: 'hsl(84, 40%, 32%)',
}, },
error: 'hsl(4, 93%, 60%)', error: 'hsl(4, 93%, 60%)',
success: 'hsl(72, 97%, 41%)', success: 'hsl(82, 97%, 41%)',
warning: 'hsl(33, 100%, 57%)', warning: 'hsl(33, 100%, 57%)',
'bkg-1': 'hsl(256, 18%, 12%)', 'bkg-1': 'hsl(256, 18%, 12%)',
'bkg-2': 'hsl(256, 18%, 17%)', 'bkg-2': 'hsl(256, 18%, 17%)',
@ -110,8 +110,8 @@ module.exports = {
link: { DEFAULT: 'hsl(45, 86%, 62%)', hover: 'hsl(45, 86%, 57%)' }, link: { DEFAULT: 'hsl(45, 86%, 62%)', hover: 'hsl(45, 86%, 57%)' },
down: { down: {
DEFAULT: 'hsl(358, 55%, 50%)', DEFAULT: 'hsl(358, 55%, 50%)',
dark: 'hsl(0, 59%, 53%)', dark: 'hsl(0, 45%, 26%)',
muted: 'hsl(0, 45%, 26%)', muted: 'hsl(0, 45%, 30%)',
}, },
up: { up: {
DEFAULT: 'hsl(111, 47%, 43%)', DEFAULT: 'hsl(111, 47%, 43%)',