mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 13:40:31 +00:00
重构基本框架
This commit is contained in:
13
themes/dark-pink.css.ts
Normal file
13
themes/dark-pink.css.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineTheme } from "src";
|
||||
import dark_theme from "themes/dark";
|
||||
|
||||
export default defineTheme({
|
||||
...dark_theme,
|
||||
color: {
|
||||
...dark_theme.color,
|
||||
primary: {
|
||||
...dark_theme.color.primary,
|
||||
hover: "pink",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user