Skip to content

mihomo-party-org/theme-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

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;
}