mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
6 lines
344 B
TypeScript
6 lines
344 B
TypeScript
export { defaultDarkChroma, defaultLightChroma } from "./core/chroma";
|
|
export { defineTheme, type ThemeColor } from "./core/color";
|
|
export type { Theme } from "./core/theme";
|
|
export type { Ansi, Chroma, Console, Diff, Github, Message, Named, Other, Primary, Secondary } from "./types";
|
|
export { otherThemeVars, themeVars } from "./types/vars";
|