Skip to content

Commit

Permalink
feat: merge tt package to semi
Browse files Browse the repository at this point in the history
  • Loading branch information
zamhown committed Mar 25, 2024
1 parent 6426478 commit cd91d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vchart-semi-theme/src/dark/color-scheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export const colorScheme: IThemeColorScheme = {
axisMarkerFontColor: '#16161a',

/** 轴网格线颜色 */
axisGridColor: 'rgba(255,255,255,0.08)',
axisGridColor: 'rgba(65, 70, 76, 1)', //用上边定义的lineColor2
/** 轴线颜色 */
axisDomainColor: 'rgba(85, 91, 97, 1)',
axisDomainColor: 'rgba(85, 91, 97, 1)', //用上边定义的lineColor1

/** 十字准星背景色 */
crosshairBackgroundColor: 'rgba(55,58,67,0.05)',
Expand All @@ -61,7 +61,7 @@ export const colorScheme: IThemeColorScheme = {
/** 标注标签背景颜色 */
markLabelBackgroundColor: 'rgba(255,255,255,0.08)',
/** 标注线颜色 */
markLineStrokeColor: 'rgba(249,249,249,0.8)',
markLineStrokeColor: 'rgba(249,249,249,0.8)', //用上边定义的lineColor0

/** 危险色 */
dangerColor: 'rgba(252,114,90,1)',
Expand Down

0 comments on commit cd91d6f

Please sign in to comment.