From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF59B138A1A for ; Fri, 14 Nov 2014 18:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B402DE09C0; Fri, 14 Nov 2014 18:07:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2729BE09C0 for ; Fri, 14 Nov 2014 18:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19B3C340496 for ; Fri, 14 Nov 2014 18:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8832A228 for ; Fri, 14 Nov 2014 18:07:56 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1415737911.93000dc91591e581adc959eca8e57184695efc9a.hwoarang@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devmanual.css X-VCS-Directories: / X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 93000dc91591e581adc959eca8e57184695efc9a X-VCS-Branch: master Date: Fri, 14 Nov 2014 18:07:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e46b286-1523-4bee-bc29-dfc959c0e607 X-Archives-Hash: fa3901c2cba00c528ffc674be3aa0787 commit: 93000dc91591e581adc959eca8e57184695efc9a Author: Markus Meier gentoo org> AuthorDate: Tue Nov 11 20:31:51 2014 +0000 Commit: Markos Chandras gentoo org> CommitDate: Tue Nov 11 20:31:51 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=93000dc9 use darker color for span.Constant in code examples for bug #515696 --- devmanual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devmanual.css b/devmanual.css index f90d52a..1211f61 100644 --- a/devmanual.css +++ b/devmanual.css @@ -176,7 +176,7 @@ pre span.Identifier { color: #ff8bff; } pre span.Type { color: #ff8bff; } pre span.PreProc { color: #409090; } pre span.String { color: #ffcd8b; background-color: #404040; } -pre span.Constant { color: #675338; } +pre span.Constant { color: #333; } pre span.lnr { color: #8b8bcd; background-color: #2e2e2e; } pre span.Comment { color: #cd8b00; } pre span.Statement { color: #808bed; }