Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 424 Bytes

Mihomo Party 主题

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

/* 主题名 */

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

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