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