From b614f071813dc8ba317b7d53cf65ca831947189b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 13 Mar 2015 15:44:11 +0000 Subject: [PATCH] dwb: change highlighting in gitweb --- dwb/userstyles/gitweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwb/userstyles/gitweb.css b/dwb/userstyles/gitweb.css index 7896dc8..53a9bcb 100644 --- a/dwb/userstyles/gitweb.css +++ b/dwb/userstyles/gitweb.css @@ -335,7 +335,7 @@ div.remote { .num { color:#d6d700 !important; } .esc { color:#00ff00 !important; } -.str { color:#00ffff !important; } +.str { color:#f4cf86 !important; } .dstr { color:#7e7eff !important; } .slc { color:#7c7e7c !important; font-style:italic !important; } .com { color:#7c7e7c !important; font-style:italic !important; } @@ -343,6 +343,6 @@ div.remote { .sym { color:#ffffff !important; } .line { color:#aaaaaa !important; } .kwa { color:#ffffff !important; font-weight:bold !important; } -.kwb { color:#7cffff !important; } +.kwb { color:#ff2c4b !important; } .kwc { color:#ffffff !important; font-weight:bold !important; } -.kwd { color:#fefe7e !important; } +.kwd { color:#aeee00 !important; } -- 2.48.1