158a7a89d5
## After <img width="934" height="750" alt="image" src="https://github.com/user-attachments/assets/f2d7f743-fa4f-4e7d-a060-033f6087e4b6" /> <img width="1008" height="652" alt="image" src="https://github.com/user-attachments/assets/3d36bfae-aa30-4946-88f2-e99bf074f768" />
13 lines
292 B
TypeScript
13 lines
292 B
TypeScript
import { COLOR_LIGHT } from '@ui/theme/constants/ColorsLight';
|
|
|
|
export const CODE_LIGHT = {
|
|
text: {
|
|
gray: COLOR_LIGHT.gray10,
|
|
sky: COLOR_LIGHT.sky10,
|
|
pink: COLOR_LIGHT.pink10,
|
|
orange: COLOR_LIGHT.orange8,
|
|
green: COLOR_LIGHT.lime8,
|
|
},
|
|
font: { family: 'DM Mono' },
|
|
};
|