浏览代码

Editions in colors

master
Ilya Daynatovich 8 年前
父节点
当前提交
544792b9cc
共有 5 个文件被更改,包括 8 次插入11 次删除
  1. 1
    1
      css/_inlay.scss
  2. 2
    1
      css/_variables.scss
  3. 0
    4
      css/main.scss
  4. 5
    0
      css/themes/_light.scss
  5. 0
    5
      css/themes/_main.scss

+ 1
- 1
css/_inlay.scss 查看文件

3
     @include border-radius(3px);
3
     @include border-radius(3px);
4
     padding: 40px 38px 44px;
4
     padding: 40px 38px 44px;
5
     color: #fff;
5
     color: #fff;
6
-    background: lighten($defaultBackground, 20%);
6
+    background: lighten(desaturate($defaultBackground, 70%), 20%);
7
     text-align: center;
7
     text-align: center;
8
 
8
 
9
     &__title {
9
     &__title {

+ 2
- 1
css/_variables.scss 查看文件

1
+@import "themes/light";
2
+
1
 /**
3
 /**
2
  * Style variables
4
  * Style variables
3
  */
5
  */
23
 $defaultSideBarFontColor: #44A5FF;
25
 $defaultSideBarFontColor: #44A5FF;
24
 $defaultSemiDarkColor: #ACACAC;
26
 $defaultSemiDarkColor: #ACACAC;
25
 $defaultDarkColor: #2b3d5c;
27
 $defaultDarkColor: #2b3d5c;
26
-$defaultBackground: #474747;
27
 $tooltipBg: rgba(0,0,0, 0.7);
28
 $tooltipBg: rgba(0,0,0, 0.7);
28
 
29
 
29
 /**
30
 /**

+ 0
- 4
css/main.scss 查看文件

29
 
29
 
30
 /* Fonts END */
30
 /* Fonts END */
31
 
31
 
32
-/* Theme  BEGIN */
33
-@import "themes/main";
34
-/* Theme END */
35
-
36
 /* Modules BEGIN */
32
 /* Modules BEGIN */
37
 
33
 
38
 @import 'toastr';
34
 @import 'toastr';

+ 5
- 0
css/themes/_light.scss 查看文件

22
 
22
 
23
 $buttonShadowColor: #192d4f;
23
 $buttonShadowColor: #192d4f;
24
 
24
 
25
+/**
26
+* Color variables
27
+**/
28
+$defaultBackground: #474747;
29
+
25
 /**
30
 /**
26
 * Connection indicator
31
 * Connection indicator
27
 **/
32
 **/

+ 0
- 5
css/themes/_main.scss 查看文件

1
-/**
2
-* Switch themes here
3
-*/
4
-
5
-@import "light";

正在加载...
取消
保存