7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
export const themeMeta = `
|
|
gitea-theme-meta-info {
|
|
--theme-color-scheme: light;
|
|
--theme-display-name: GitHub Light;
|
|
}
|
|
`.trim();
|