]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/colors.less
quattro post preview, style contacts pages, style for "shiny" class, fix contacts...
[friendica.git] / view / theme / quattro / 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 @Purple1:rgb(241,202,255);
21 @Purple2:rgb(215,108,255);
22 @Purple3:rgb(186,0,255);
23 @Metalic1:rgb(189,205,212);
24 @Metalic2:rgb(158,171,176);
25 @Metalic3:rgb(54,78,89);
26 @Metalic4:rgb(14,35,46);
27 @Grey1:rgb(255,255,255);
28 @Grey2:rgb(204,204,204);
29 @Grey3:rgb(153,153,153);
30 @Grey4:rgb(102,102,102);
31 @Grey5:rgb(45,45,45);
32
33
34 // Theme colors
35 @BodyBackground: @Grey1;
36 @BodyColor:     @Grey5;
37
38 @Link: @Blue3;
39 @LinkHover: @Blue3;
40 @LinkVisited: @Blue3;
41
42
43 @ButtonColor: @Grey1;
44 @ButtonBackgroundColor: @Grey5;
45
46 @Banner: @Grey1;
47
48 @NavbarBackground:@Metalic4;
49 @NavbarSelectedBg:@Metalic3;
50 @NavbarSelectedBorder: @Metalic2;
51 @NavbarNotifBg: @Blue1;
52
53 @Menu: @Grey5;
54 @MenuBg: @Grey1;
55 @MenuBorder: @Metalic3;
56 @MenuItem: @Grey5;
57 @MenuItemHoverBg: @Metalic1;
58 @MenuItemSeparator: @Metalic2;
59 @MenuEmpty: @Metalic2;
60 @MenuItemDetail: @Metalic2;
61
62 @AsideBorder: @Metalic1;
63 @AsideConnect: @Grey1;
64 @AsideConnectBg: @Blue3;
65 @AsideConnectHoverBg: @Blue1;
66 @VCardLabelColor: @Grey3;
67
68 @InfoColor: @Grey1;
69 @InfoBackgroundColor: @Metalic3;
70
71 @NoticeColor: @Grey1;
72 @NoticeBackgroundColor: #511919;
73
74 @ThreadBackgroundColor: #f6f7f8;
75 @ShinyBorderColor: @Yellow1;
76
77 @CommentBoxEmptyColor: @Grey3;
78 @CommentBoxEmptyBorderColor: @Grey3;
79 @CommentBoxFullColor: @Grey5;
80 @CommentBoxFullBorderColor: @Grey5;
81
82 @TagColor: @Grey1;
83
84 @JotToolsBackgroundColor: @Metalic4;
85 @JotToolsBorderColor: @Metalic2;
86 @JotToolsOverBackgroundColor: @Metalic3;
87 @JotToolsOverBorderColor: @Metalic1;
88 @JotToolsText: @Grey2;
89 @JotSubmitBackgroundColor: @Grey2;
90 @JotSubmitText: @Grey4;
91 @JotSubmitOverBackgroundColor: @Metalic1;
92 @JotSubmitOverText: @Grey4;
93 @JotPermissionUnlockBackgroundColor: @Grey2;
94 @JotPermissionLockBackgroundColor: @Grey4;
95 @JotLoadingBackgroundColor: @Grey1;
96 @JotPreviewBackgroundColor: @Yellow1;