6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export const Colors = {
|
|
light: '#A0A0A0FF',
|
|
dark: '#404040FF',
|
|
lighter: '#D0D0D0FF',
|
|
darker: '#202020FF',
|
|
};
|