17 lines
517 B
TypeScript
17 lines
517 B
TypeScript
export const semanticColorTokens = `
|
|
--color-error-bg: #d1242f1a;
|
|
--color-error-bg-active: #d1242f80;
|
|
--color-error-bg-hover: #d1242f4d;
|
|
--color-error-border: #d1242f66;
|
|
--color-error-text: #ea0b1a;
|
|
--color-success-bg: #1a7f371a;
|
|
--color-success-border: #1a7f3766;
|
|
--color-success-text: #0b8e30;
|
|
--color-warning-bg: #9a67001a;
|
|
--color-warning-border: #9a670066;
|
|
--color-warning-text: #9a6700;
|
|
--color-info-bg: #0969da1a;
|
|
--color-info-border: #0969da66;
|
|
--color-info-text: #0068e3;
|
|
`.trim();
|