Sfoglia il codice sorgente

Editions in colors

master
Ilya Daynatovich 8 anni fa
parent
commit
544792b9cc
5 ha cambiato i file con 8 aggiunte e 11 eliminazioni
  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 Vedi File

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

+ 2
- 1
css/_variables.scss Vedi File

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

+ 0
- 4
css/main.scss Vedi File

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

+ 5
- 0
css/themes/_light.scss Vedi File

@@ -22,6 +22,11 @@ $primaryButtonFontWeight: 400;
22 22
 
23 23
 $buttonShadowColor: #192d4f;
24 24
 
25
+/**
26
+* Color variables
27
+**/
28
+$defaultBackground: #474747;
29
+
25 30
 /**
26 31
 * Connection indicator
27 32
 **/

+ 0
- 5
css/themes/_main.scss Vedi File

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

Loading…
Annulla
Salva