]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro-green/colors.less
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / view / theme / quattro-green / colors.less
1 // Quattro Theme LESS file
2
3 // "Echo" palette from Inkscape
4 @Yellow1 : #fce94f;
5 @Blue1:rgb(25,174,255);
6 @Blue2:rgb(0,132,200);
7 @Blue3:rgb(0,92,148);
8 @Red1:rgb(255,65,65);
9 @Red2:rgb(220,0,0);
10 @Red3:rgb(181,0,0);
11 @Orange1:rgb(255,255,62);
12 @Orange2:rgb(255,153,0);
13 @Orange3:rgb(255,102,0);
14 @Brown1:rgb(255,192,34);
15 @Brown2:rgb(184,129,0);
16 @Brown3:rgb(128,77,0);
17 @Green1:rgb(204,255,66);
18 @Green2:rgb(154,222,0);
19 @Green3:rgb(0,145,0);
20 @Green4:rgb(221,255,221);
21 @Purple1:rgb(241,202,255);
22 @Purple2:rgb(215,108,255);
23 @Purple3:rgb(186,0,255);
24 @Metalic1:rgb(189,205,212);
25 @Metalic2:rgb(158,171,176);
26 @Metalic3:rgb(54,78,89);
27 @Metalic4:rgb(14,35,46);
28 @Grey1:rgb(255,255,255);
29 @Grey2:rgb(204,204,204);
30 @Grey3:rgb(153,153,153);
31 @Grey4:rgb(102,102,102);
32 @Grey5:rgb(45,45,45);
33
34
35 // Theme colors
36 @BodyBackground: @Grey1;
37 @BodyColor:     @Grey5;
38
39 @Link: @Green3;
40 @LinkHover: @Green3;
41 @LinkVisited: @Green3;
42
43
44 @ButtonColor: @Grey1;
45 @ButtonBackgroundColor: @Grey5;
46
47 @Banner: @Grey1;
48
49 @NavbarBackground:@Green3;
50 @NavbarSelectedBg:@Metalic3;
51 @NavbarSelectedBorder: @Metalic2;
52 @NavbarNotifBg: @Red2;
53
54 @Menu: @Grey5;
55 @MenuBg: @Grey1;
56 @MenuBorder: @Metalic3;
57 @MenuItem: @Grey5;
58 @MenuItemHoverBg: @Green1;
59 @MenuItemSeparator: @Metalic2;
60 @MenuEmpty: @Metalic2;
61 @MenuItemDetail: @Metalic2;
62
63 @AsideBorder: @Metalic1;
64 @AsideConnect: @Grey1;
65 @AsideConnectBg: @Green3;
66 @AsideConnectHoverBg: @Green1;
67 @VCardLabelColor: @Grey3;
68
69 @InfoColor: @Grey1;
70 @InfoBackgroundColor: @Metalic3;
71
72 @NoticeColor: @Grey1;
73 @NoticeBackgroundColor: #511919;
74
75 @FieldHelpColor: @Grey3;
76
77 @ThreadBackgroundColor: #f6f7f8;
78 @ShinyBorderColor: @Green4;
79
80 @CommentBoxEmptyColor: @Grey3;
81 @CommentBoxEmptyBorderColor: @Grey3;
82 @CommentBoxFullColor: @Grey5;
83 @CommentBoxFullBorderColor: @Grey5;
84
85 @TagColor: @Grey1;
86
87 @JotToolsBackgroundColor: @Green3;
88 @JotToolsBorderColor: @Metalic2;
89 @JotToolsOverBackgroundColor: @Green2;
90 @JotToolsOverBorderColor: @Metalic1;
91 @JotToolsText: @Grey5;
92 @JotSubmitBackgroundColor: @Grey2;
93 @JotSubmitText: @Grey4;
94 @JotSubmitOverBackgroundColor: @Green1;
95 @JotSubmitOverText: @Grey4;
96 @JotPermissionUnlockBackgroundColor: @Grey2;
97 @JotPermissionLockBackgroundColor: @Grey4;
98 @JotLoadingBackgroundColor: @Grey1;
99 @JotPreviewBackgroundColor: @Green4;
100