X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/883b1ccda6bd5713f30631fc1e7dea628c89cb9f..b1beaacd2b45c95cba8802b2483becc5223d52d3:/dwb/userstyles/gitweb.css?ds=inline diff --git a/dwb/userstyles/gitweb.css b/dwb/userstyles/gitweb.css index 4911c8f..53a9bcb 100644 --- a/dwb/userstyles/gitweb.css +++ b/dwb/userstyles/gitweb.css @@ -1,15 +1,15 @@ body { - border: solid #26272e !important; - background-color: #000000 !important; + border: solid #181818 !important; + background-color: #222222 !important; color: #ffffff !important; } -a { - color: #ffff33 !important; +a, a:visited { + color: #4183c4 !important; } -a:hover, a:visited, a:active { - color: #77ffff !important; +a:hover, a:active { + color: #ff8888 !important; } span.cntrl { @@ -17,19 +17,19 @@ span.cntrl { } div.page_header { - background-color: #26272e !important; + background-color: #181818 !important; } div.page_header a:visited, a.header { - color: #ffff33 !important; + color: #4183c4 !important; } div.page_header a:hover { - color: #77ffff !important; + color: #ff8888 !important; } div.page_nav a:visited { - color: #ffff33 !important; + color: #4183c4 !important; } div.page_path { @@ -37,7 +37,7 @@ div.page_path { } div.page_footer { - background-color: #26272e !important; + background-color: #181818 !important; } div.page_footer_text { @@ -49,7 +49,7 @@ div#generating_info { } div.title, a.title { - background-color: #121319 !important; + background-color: #181818 !important; color: #ffffff !important; } @@ -78,19 +78,19 @@ a.list { } a.list:hover { - color: #77ffff !important; + color: #ff8888 !important; } a.text { - color: #ffff33 !important; + color: #00cccc !important; } a.text:visited { - color: #77ffff !important; + color: #ff8888 !important; } a.text:hover { - color: #77ffff !important; + color: #ff8888 !important; } table.combined.diff_tree td.nochange a { @@ -105,12 +105,12 @@ table.combined.diff_tree td.nochange a:visited { /* do not change row style on hover for 'blame' view */ tr.light, table.blame .light:hover { - background-color: #000000 !important; + background-color: #222222 !important; } tr.dark, table.blame .dark:hover { - background-color: #09090f !important; + background-color: #333333 !important; } /* currently both use the same, but it can change */ @@ -125,9 +125,9 @@ tr.color2 { background-color: #090900 !important; } tr.color3 { background-color: #000909 !important; } td.category { - background-color: #26272e !important; - border-top: 1px solid #ffffff !important; - border-left: 1px solid #ffffff !important; + background-color: #141414 !important; + border-top: 1px solid #bbb !important; + border-left: 1px solid #bbb !important; } table.diff_tree span.file_status.new { @@ -149,25 +149,25 @@ table.diff_tree span.file_status.copied { /* noage: "No commits" */ table.project_list td.noage { - color: #7f7f7f !important; + color: #808080 !important; } /* age1: 60*60*2 <= age < 60*60*24*2 */ table.project_list td.age1 { - color: #ff66ff !important; + color: #009900 !important; } table.blame td.age1 { - color: #ff66ff !important; + color: #009900 !important; } /* age0: age < 60*60*2 */ table.project_list td.age0 { - color: #ff66ff !important; + color: #009900 !important; } table.blame td.age0 { - color: #ff66ff !important; + color: #009900 !important; } /* progress of blame_interactive */ @@ -267,8 +267,8 @@ a.linenr { } a.rss_logo { - border-color: #03385a #7d3302 #3e1a01 #ff954e !important; - color: #000000 !important; + border-color: #0099ff #82ccfd #c1e5fe #006ab1 !important; + color: #222222 !important; background-color: #0099ff !important; } @@ -284,28 +284,29 @@ a.rss_logo.generic:hover { background-color: #1188ff !important; } +/* TODO */ span.refs span { background-color: #005500 !important; - border-color: #003300 #ff00ee #ff00ee #ffccff !important; + border-color: #003300 #00ff11 #00ff11 #003300 !important; } span.refs span.ref { background-color: #555500 !important; - border-color: #333300 #0033cc #0033cc #ccccff !important; + border-color: #333300 #ffcc33 #ffcc33 #333300 !important; } span.refs span.tag { background-color: #000055 !important; - border-color: #000033 #ffee00 #ffee00 #ffffcc !important; + border-color: #000033 #0011ff #0011ff #000033 !important; } span.refs span.head { background-color: #550055 !important; - border-color: #330033 #00cc33 #00cc33 #ccffcc !important; + border-color: #330033 #ff33cc #ff33cc #330033 !important; } span.atnight { - color: #33ffff !important; + color: #cc0000 !important; } span.match { @@ -334,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; } @@ -342,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; }