|
|
@ -430,7 +430,7 @@ export function getEnumColorByIndex(i: number, mode: 'light' | 'dark' = 'light') |
|
|
|
export const lightTheme = { |
|
|
|
export const lightTheme = { |
|
|
|
content: { |
|
|
|
content: { |
|
|
|
'nc-gray': { |
|
|
|
'nc-gray': { |
|
|
|
extreme: themeV3Colors.base['black'], |
|
|
|
extreme: themeV3Colors.base.black, |
|
|
|
emphasis: themeV3Colors.gray[900], |
|
|
|
emphasis: themeV3Colors.gray[900], |
|
|
|
DEFAULT: themeV3Colors.gray[800], |
|
|
|
DEFAULT: themeV3Colors.gray[800], |
|
|
|
subtle: themeV3Colors.gray[700], |
|
|
|
subtle: themeV3Colors.gray[700], |
|
|
@ -443,8 +443,8 @@ export const lightTheme = { |
|
|
|
hover: themeV3Colors.gray[300], |
|
|
|
hover: themeV3Colors.gray[300], |
|
|
|
}, |
|
|
|
}, |
|
|
|
'nc-inverted-primary': { |
|
|
|
'nc-inverted-primary': { |
|
|
|
DEFAULT: themeV3Colors.base['white'], |
|
|
|
DEFAULT: themeV3Colors.base.white, |
|
|
|
hover: themeV3Colors.base['white'], |
|
|
|
hover: themeV3Colors.base.white, |
|
|
|
disabled: themeV3Colors.gray[400], |
|
|
|
disabled: themeV3Colors.gray[400], |
|
|
|
}, |
|
|
|
}, |
|
|
|
'nc-inverted-secondary': { |
|
|
|
'nc-inverted-secondary': { |
|
|
@ -494,7 +494,7 @@ export const lightTheme = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
background: { |
|
|
|
background: { |
|
|
|
'nc-default': themeV3Colors.base['white'], |
|
|
|
'nc-default': themeV3Colors.base.white, |
|
|
|
'nc-brand': themeV3Colors.brand[50], |
|
|
|
'nc-brand': themeV3Colors.brand[50], |
|
|
|
'nc-gray': { |
|
|
|
'nc-gray': { |
|
|
|
extralight: themeV3Colors.gray[50], |
|
|
|
extralight: themeV3Colors.gray[50], |
|
|
@ -578,9 +578,9 @@ export const lightTheme = { |
|
|
|
disabled2: themeV3Colors.brand[200], |
|
|
|
disabled2: themeV3Colors.brand[200], |
|
|
|
}, |
|
|
|
}, |
|
|
|
'nc-fill-secondary': { |
|
|
|
'nc-fill-secondary': { |
|
|
|
DEFAULT: themeV3Colors.base['white'], |
|
|
|
DEFAULT: themeV3Colors.base.white, |
|
|
|
hover: themeV3Colors.gray[50], |
|
|
|
hover: themeV3Colors.gray[50], |
|
|
|
disabled: themeV3Colors.base['white'], |
|
|
|
disabled: themeV3Colors.base.white, |
|
|
|
}, |
|
|
|
}, |
|
|
|
'nc-fill-warning': { |
|
|
|
'nc-fill-warning': { |
|
|
|
DEFAULT: themeV3Colors.red[500], |
|
|
|
DEFAULT: themeV3Colors.red[500], |
|
|
|