Skip to content

xwvike/theme-hub

This branch is 1 commit ahead of mihomo-party-org/theme-hub:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28a4430 · Feb 12, 2025

History

66 Commits
Sep 20, 2024
Feb 12, 2025
Feb 8, 2025

Repository files navigation

Mihomo Party 主题

--heroui-xxx 变量必须是hsl色值

/* 主题名 */

/* 浅色 */
.light, [data-theme="light"] {
  --heroui-primary: 331.85 69.23% 77.06% !important;
  --heroui-secondary: 157.58000000000004 47.15% 62.16% !important;
}

/* 深色 */
.dark, [data-theme="dark"] {
  --heroui-primary: 331.85 69.23% 77.06% !important;
  --heroui-secondary: 157.58000000000004 47.15% 62.16% !important;
}

About

Mihomo Party Theme Hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%