import { COLOR_DARK } from '@ui/theme/constants/ColorsDark'; export const CODE_DARK = { text: { gray: COLOR_DARK.gray10, sky: COLOR_DARK.sky10, pink: COLOR_DARK.pink10, orange: COLOR_DARK.orange8, }, };