]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/green/colors.less
Merge pull request #5772 from MrPetovan/bug/php7-remove-pear-text_highlighter
[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: #eff0f1;
78 @ThreadBottomBorderColor: @Grey2;
79 @ShinyBorderColor: @Green4;
80
81 @BlockquoteBackgroundColor: #FFFFFF;
82 @BlockquoteBorderColor: #e6e6e6;
83
84 @CommentBoxEmptyColor: @Grey3;
85 @CommentBoxEmptyBorderColor: @Grey3;
86 @CommentBoxFullColor: @Grey5;
87 @CommentBoxFullBorderColor: @Grey5;
88
89 @TagColor: @Grey1;
90 @MentionColor: @Grey4;
91
92 @JotToolsBackgroundColor: @Green3;
93 @JotToolsBorderColor: @Metalic2;
94 @JotToolsOverBackgroundColor: @Green2;
95 @JotToolsOverBorderColor: @Metalic1;
96 @JotToolsText: @Grey5;
97 @JotSubmitBackgroundColor: @Grey2;
98 @JotSubmitText: @Grey4;
99 @JotSubmitOverBackgroundColor: @Green1;
100 @JotSubmitOverText: @Grey4;
101 @JotPermissionUnlockBackgroundColor: @Grey2;
102 @JotPermissionLockBackgroundColor: @Grey4;
103 @JotLoadingBackgroundColor: @Grey1;
104 @JotPreviewBackgroundColor: @Green4;
105
106 @MessageNewBackgroundColor: @Blue1;
107 @MessageNewBorderColor: @Blue3;
108 @MessageNewColor: @Grey1;
109
110 @MailListBackgroundColor: #f6f7f8;
111
112 @MailDisplaySubjectColor: @Grey5;
113 @MailDisplaySubjectBackgroundColor: #f6f7f8;
114
115 @NotificationsPageListOddBackground: @Grey1;
116 @NotificationsPageListEvenBackground: @Green4;