Files
gitea-themes/themes/index.ts
T

4 lines
167 B
TypeScript

export { githubLightTheme } from "./github-light";
export { githubDarkTheme } from "./github-dark";
export { githubLightTheme as currentTheme } from "./github-light";