7 lines
113 B
SCSS

// dark 主题下的变量
// 主题名称
$theme-name: "dark";
// 主题背景颜色
$theme-bg-color: #141414;