Skip to content

Commit 4e2c48b

Browse files
committed
feat(theme): 调整暗黑主题配置
1 parent e65ea51 commit 4e2c48b

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

packages/theme/src/dark-mini/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ export const darkMini: ITheme = {
2727
stops: [
2828
{
2929
offset: 0,
30-
color: '#4E85DD',
31-
opacity: 0.8,
30+
opacity: 0.15,
3231
},
3332
{
3433
offset: 1,
35-
color: '#4E85DD',
3634
opacity: 0,
3735
},
3836
],

packages/theme/src/dark/colorScheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const colorScheme: IThemeColorScheme = {
66
dataScheme,
77
palette: {
88
/** 背景色 */
9-
backgroundColor: '#161D2A',
9+
backgroundColor: '#0D121B',
1010
/** 图表边框色 */
1111
borderColor: 'rgba(229,230,235,1)',
1212
/** 默认阴影颜色 */

packages/theme/src/dark/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ export const dark: ITheme = {
2727
stops: [
2828
{
2929
offset: 0,
30-
color: '#4E85DD',
31-
opacity: 0.8,
30+
opacity: 0.15,
3231
},
3332
{
3433
offset: 1,
35-
color: '#4E85DD',
3634
opacity: 0,
3735
},
3836
],

0 commit comments

Comments
 (0)