X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fdark%2Fcolors.less;h=097e971ab2ebb1318c6389d4dd71a32da77abbd1;hb=7381540039985b4046b4adac018263304111243e;hp=e867d76435eb1548254facf10534918b945e5e21;hpb=8be7b5c65b8e43b7128bcd565cd50a710fc66b55;p=friendica.git diff --git a/view/theme/quattro/dark/colors.less b/view/theme/quattro/dark/colors.less index e867d76435..097e971ab2 100644 --- a/view/theme/quattro/dark/colors.less +++ b/view/theme/quattro/dark/colors.less @@ -73,18 +73,23 @@ @FieldHelpColor: @Grey3; -@ThreadBackgroundColor: #f6f7f8; +@ThreadBackgroundColor: #eff0f1; +@ThreadBottomBorderColor: @Grey2; @ShinyBorderColor: @Yellow1; @ItemColor: @Grey5; @ItemColorDimmed: @Grey3; +@BlockquoteBackgroundColor: #FFFFFF; +@BlockquoteBorderColor: #e6e6e6; + @CommentBoxEmptyColor: @Grey3; @CommentBoxEmptyBorderColor: @Grey3; @CommentBoxFullColor: @Grey5; @CommentBoxFullBorderColor: @Grey5; @TagColor: @Grey1; +@MentionColor: @Grey4; @JotToolsBackgroundColor: @Metalic4; @JotToolsBorderColor: @Metalic2; @@ -108,3 +113,6 @@ @MailDisplaySubjectColor: @Grey5; @MailDisplaySubjectBackgroundColor: #f6f7f8; + +@NotificationsPageListOddBackground: @Grey1; +@NotificationsPageListEvenBackground: @Grey2;