mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-23 15:08:27 +00:00
重构基本框架
This commit is contained in:
5
src/color.ts
Normal file
5
src/color.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { MapLeafNodes } from "src/types";
|
||||
import { color } from "src/vars";
|
||||
|
||||
export type Primary = MapLeafNodes<typeof color.primary, string>;
|
||||
export type Secondary = MapLeafNodes<typeof color.secondary, string>;
|
||||
Reference in New Issue
Block a user