@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
18 lines (16 loc) • 439 B
JavaScript
import { defineSemanticTokens } from "../../core/system/config.js";
//#region src/theme/semantic-tokens/color-schemes.ts
const colorSchemes = defineSemanticTokens.colorSchemes({
danger: "red",
error: "red",
info: "blue",
link: "blue",
mono: ["black", "white"],
primary: ["black", "white"],
secondary: "gray",
success: "green",
warning: "orange"
});
//#endregion
export { colorSchemes };
//# sourceMappingURL=color-schemes.js.map