aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro-green/colors.less
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-23 14:10:32 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-23 14:10:32 +0100
commit6a0c815c1f8855c59f80c0de63095a35ed002cb4 (patch)
tree3fa0f7cdbc123169ab584133107c41885c743f11 /view/theme/quattro-green/colors.less
parentedd946bcadf132e33cfa88ba11c88f2914275253 (diff)
parentc03b5b62c041d0bfa357c1caeaf5accccf4474c1 (diff)
downloadvolse-hubzilla-6a0c815c1f8855c59f80c0de63095a35ed002cb4.tar.gz
volse-hubzilla-6a0c815c1f8855c59f80c0de63095a35ed002cb4.tar.bz2
volse-hubzilla-6a0c815c1f8855c59f80c0de63095a35ed002cb4.zip
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'view/theme/quattro-green/colors.less')
-rwxr-xr-xview/theme/quattro-green/colors.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/quattro-green/colors.less b/view/theme/quattro-green/colors.less
index fd32b1043..57fd2ef60 100755
--- a/view/theme/quattro-green/colors.less
+++ b/view/theme/quattro-green/colors.less
@@ -1,6 +1,7 @@
// Quattro Theme LESS file
// "Echo" palette from Inkscape
+@Yellow1 : #fce94f;
@Blue1:rgb(25,174,255);
@Blue2:rgb(0,132,200);
@Blue3:rgb(0,92,148);
@@ -16,6 +17,7 @@
@Green1:rgb(204,255,66);
@Green2:rgb(154,222,0);
@Green3:rgb(0,145,0);
+@Green4:rgb(221,255,221);
@Purple1:rgb(241,202,255);
@Purple2:rgb(215,108,255);
@Purple3:rgb(186,0,255);
@@ -71,6 +73,7 @@
@NoticeBackgroundColor: #511919;
@ThreadBackgroundColor: #f6f7f8;
+@ShinyBorderColor: @Green4;
@CommentBoxEmptyColor: @Grey3;
@CommentBoxEmptyBorderColor: @Grey3;
@@ -91,4 +94,5 @@
@JotPermissionUnlockBackgroundColor: @Grey2;
@JotPermissionLockBackgroundColor: @Grey4;
@JotLoadingBackgroundColor: @Grey1;
+@JotPreviewBackgroundColor: @Green4;