From: Samir Benmendil Date: Fri, 13 Mar 2015 15:44:11 +0000 (+0000) Subject: dwb: change highlighting in gitweb X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b614f071813dc8ba317b7d53cf65ca831947189b?ds=inline dwb: change highlighting in gitweb --- 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; }