增加小草绿1

This commit is contained in:
Anyon 2022-01-21 18:19:39 +08:00
parent 28f8c23c94
commit cbd49abf60
7 changed files with 30 additions and 3 deletions

View File

@ -39,6 +39,7 @@ class Config extends Controller
'red-1' => '玫瑰红1',
'blue-1' => '深空蓝1',
'black-1' => '精典黑1',
'green-1' => '小草绿1',
'red-2' => '玫瑰红2',
'blue-2' => '深空蓝2',
'black-2' => '精典黑2',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 645 KiB

View File

@ -0,0 +1,25 @@
@charset "UTF-8";
@import "_config.less";
.layui-layout-theme-green-1 {
@mainActiveBack: #098 !important;
@mainNormalBack: rgba(0, 0, 0, 0.1) !important;
@mainActionText: #FFFFFF !important;
@mainNormalText: #EEEEEE !important;
@headNormalBackColor: @mainActiveBack;
@headActiveBackColor: @mainNormalBack;
@headNormalTextColor: @mainNormalText;
@headActionTextColor: @mainActionText;
@leftNormalTextColor: @mainNormalText;
@leftActiveTextColor: @mainActionText;
@leftBackColor: #344058 !important;
@leftNormalBackColor: @mainNormalBack;
@leftActiveBackColor: @mainActiveBack;
@import (multiple)"_layout_1.less";
}

View File

@ -17,7 +17,7 @@
@leftNormalTextColor: @mainNormalText;
@leftActiveTextColor: @mainActionText;
@leftBackColor: #20222A !important;
@leftBackColor: #344058 !important;
@leftNormalBackColor: @mainNormalBack;
@leftActiveBackColor: @mainActiveBack;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -70,6 +70,7 @@ body {
@import '_layout_1_red.less';
@import '_layout_1_blue.less';
@import '_layout_1_black.less';
@import '_layout_1_green.less';
@import '_layout_2_red.less';
@import '_layout_2_blue.less';