# HG changeset patch # User Anton Shestakov # Date 1468652764 -28800 # Node ID 0484dfa1e97253e98f825dee9e6fd04d034fca48 # Parent 2b42fa1810c4e2be6cd047554924227109e260b1 monoblue: make different blocks of annotated lines have different colors diff -r 2b42fa1810c4 -r 0484dfa1e972 mercurial/templates/monoblue/map --- a/mercurial/templates/monoblue/map Sat Jul 16 15:00:36 2016 +0800 +++ b/mercurial/templates/monoblue/map Sat Jul 16 15:06:04 2016 +0800 @@ -92,7 +92,7 @@ {strip(line|escape, '\r\n')}' annotateline = ' - + {if(blockhead, ' {rev} diff -r 2b42fa1810c4 -r 0484dfa1e972 mercurial/templates/static/style-monoblue.css --- a/mercurial/templates/static/style-monoblue.css Sat Jul 16 15:00:36 2016 +0800 +++ b/mercurial/templates/static/style-monoblue.css Sat Jul 16 15:06:04 2016 +0800 @@ -210,10 +210,12 @@ background: #D5E1E6; } */ -table tr.parity0 { +table tr.parity0, +table td.annotate.parity0 { background: #F1F6F7; } -table tr.parity1 { +table tr.parity1, +table td.annotate.parity1 { background: #FFFFFF; } table tr td {