|
|
|
@ -3,6 +3,7 @@ export const palette = { |
|
|
|
|
LightGrey: "#e7ecf7", |
|
|
|
|
Grey: "#b1b1b1", |
|
|
|
|
CoolGray: "#758796", |
|
|
|
|
WhiteBlue: '#EFF8FF', |
|
|
|
|
Purple: "#00AEE9", |
|
|
|
|
ElectricBlue: "#00AEE9", |
|
|
|
|
ElectricBlueLight: "#e8f3ff", |
|
|
|
@ -43,6 +44,7 @@ export const theme = { |
|
|
|
|
backgroundSuccess: "rgb(106 250 188 / 44%)", |
|
|
|
|
backgroundToaster: "rgba(0, 174, 233, 0.7)", |
|
|
|
|
backgroundTip: palette.MidnightBlue, |
|
|
|
|
backgroundMark: palette.WhiteBlue, |
|
|
|
|
warning: palette.GoldenBrown, |
|
|
|
|
warningBackground: palette.WhiteBrown, |
|
|
|
|
success: palette.DarkGreen, |
|
|
|
@ -135,6 +137,7 @@ export const darkTheme = { |
|
|
|
|
backgroundToaster: "rgb(93 111 181 / 70%)", |
|
|
|
|
selected: "#3c53a2", |
|
|
|
|
backgroundTip: '#22577E', |
|
|
|
|
backgroundMark: '#3660ad', |
|
|
|
|
warning: palette.GoldenBrown, |
|
|
|
|
warningBackground: palette.WhiteBrown, |
|
|
|
|
success: palette.DarkGreen, |
|
|
|
|