diff --git a/src/app/@theme/styles/theme.corporate.ts b/src/app/@theme/styles/theme.corporate.ts index 7a198819..7f12d18d 100644 --- a/src/app/@theme/styles/theme.corporate.ts +++ b/src/app/@theme/styles/theme.corporate.ts @@ -151,24 +151,24 @@ export const CORPORATE_THEME = { }, countryOrders: { - countryBorderColor: 'rgba(255, 255, 255, 1)', - countryFillColor: 'rgba(236, 242, 245, 1)', + countryBorderColor: theme.border4, + countryFillColor: theme.bg4, countryBorderWidth: '1', - hoveredCountryBorderColor: 'rgba(113, 158, 252, 1)', - hoveredCountryFillColor: 'rgba(199, 216, 247, 1)', - hoveredCountryBorderWidth: '3', + hoveredCountryBorderColor: theme.primary, + hoveredCountryFillColor: theme.primaryLight, + hoveredCountryBorderWidth: '1', - chartAxisLineColor: 'rgba(0, 0, 0, 0)', - chartAxisTextColor: '#b2bac2', + chartAxisLineColor: theme.border4, + chartAxisTextColor: theme.fg, chartAxisFontSize: '16', - chartGradientTo: 'rgba(113, 158, 252, 1)', - chartGradientFrom: 'rgba(113, 158, 252, 1)', - chartAxisSplitLine: '#ebeef2', - chartShadowLineColor: '#2f296b', + chartGradientTo: theme.primary, + chartGradientFrom: theme.primaryLight, + chartAxisSplitLine: theme.separator, + chartShadowLineColor: theme.primaryLight, - chartLineBottomShadowColor: 'rgba(113, 158, 252, 1)', + chartLineBottomShadowColor: theme.primary, - chartInnerLineColor: '#eceff4', + chartInnerLineColor: theme.bg2, }, echarts: { diff --git a/src/app/@theme/styles/theme.cosmic.ts b/src/app/@theme/styles/theme.cosmic.ts index 37360bac..7e527469 100644 --- a/src/app/@theme/styles/theme.cosmic.ts +++ b/src/app/@theme/styles/theme.cosmic.ts @@ -151,24 +151,24 @@ export const COSMIC_THEME = { }, countryOrders: { - countryBorderColor: '#525dbd', - countryFillColor: '#4f41a6', - countryBorderWidth: '2', - hoveredCountryBorderColor: '#00f9a6', - hoveredCountryFillColor: '#377aa7', - hoveredCountryBorderWidth: '3', + countryBorderColor: theme.border4, + countryFillColor: theme.bg3, + countryBorderWidth: '1', + hoveredCountryBorderColor: theme.primary, + hoveredCountryFillColor: theme.primaryLight, + hoveredCountryBorderWidth: '1', - chartAxisLineColor: 'rgba(161, 161 ,229, 0.3)', - chartAxisTextColor: '#a1a1e5', + chartAxisLineColor: theme.border4, + chartAxisTextColor: theme.fg, chartAxisFontSize: '16', - chartGradientTo: '#00c7c7', - chartGradientFrom: '#00d977', - chartAxisSplitLine: 'rgba(161, 161 ,229, 0.2)', - chartShadowBarColor: '#2f296b', + chartGradientTo: theme.primary, + chartGradientFrom: theme.primaryLight, + chartAxisSplitLine: theme.separator, + chartShadowLineColor: theme.primaryLight, - chartLineBottomShadowColor: '#00977e', + chartLineBottomShadowColor: theme.primary, - chartInnerLineColor: '#2f296b', + chartInnerLineColor: theme.bg2, }, echarts: { diff --git a/src/app/@theme/styles/theme.default.ts b/src/app/@theme/styles/theme.default.ts index ec52e2ca..76c3b34f 100644 --- a/src/app/@theme/styles/theme.default.ts +++ b/src/app/@theme/styles/theme.default.ts @@ -151,24 +151,24 @@ export const DEFAULT_THEME = { }, countryOrders: { - countryBorderColor: 'rgba(255, 255, 255, 1)', - countryFillColor: 'rgba(236, 242, 245, 1)', + countryBorderColor: theme.border4, + countryFillColor: theme.bg3, countryBorderWidth: '1', - hoveredCountryBorderColor: '#40dc7e', - hoveredCountryFillColor: '#c7f4d9', - hoveredCountryBorderWidth: '3', + hoveredCountryBorderColor: theme.primary, + hoveredCountryFillColor: theme.primaryLight, + hoveredCountryBorderWidth: '1', - chartAxisLineColor: 'rgba(0, 0, 0, 0)', - chartAxisTextColor: '#b2bac2', + chartAxisLineColor: theme.border4, + chartAxisTextColor: theme.fg, chartAxisFontSize: '16', - chartGradientTo: '#3edd81', - chartGradientFrom: '#3bddaf', - chartAxisSplitLine: '#ebeef2', - chartShadowLineColor: '#2f296b', + chartGradientTo: theme.primary, + chartGradientFrom: theme.primaryLight, + chartAxisSplitLine: theme.separator, + chartShadowLineColor: theme.primaryLight, - chartLineBottomShadowColor: '#eceff4', + chartLineBottomShadowColor: theme.primary, - chartInnerLineColor: '#eceff4', + chartInnerLineColor: theme.bg2, }, echarts: {