File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ module.exports = {
7777 theme_moon : "theme-8" ,
7878 theme_lake : "theme-9" ,
7979 theme_business : "theme-10" ,
80+ theme_cherry : "theme-11" ,
8081 天空之城 : "theme-1" ,
8182 丛林物语 : "theme-2" ,
8283 红瓦洋房 : "theme-3" ,
@@ -87,6 +88,7 @@ module.exports = {
8788 月色池塘 : "theme-8" ,
8889 天籁湖光 : "theme-9" ,
8990 商务风格 : "theme-10" ,
91+ 烂漫樱花 : "theme-11" ,
9092 Sky : "theme-1" ,
9193 Tree : "theme-2" ,
9294 House : "theme-3" ,
@@ -96,7 +98,8 @@ module.exports = {
9698 Mountain : "theme-7" ,
9799 Moon : "theme-8" ,
98100 Lake : "theme-9" ,
99- Business : "theme-10"
101+ Business : "theme-10" ,
102+ Cherry : "theme-11" ,
100103 } ,
101104
102105 IM : {
Original file line number Diff line number Diff line change 7676 & .theme-10 {
7777 @include theme (#000000 , #1a1a1a , #333333 );
7878 }
79+ // 烂漫樱花
80+ & .theme-11 {
81+ @include theme (#FFA0BE , #FF91B4 , #FFAFC9 );
82+ }
7983}
You can’t perform that action at this time.
0 commit comments