Showing 2 changed files with 4 additions and 4 deletions
+3 -3
templates/include/blob_diff_body.html.ep
... ...
@@ -118,9 +118,9 @@
118 118
                   $border_color = '#e4e4ff';
119 119
                   $bk_color = '#f8f8ff';
120 120
                 } elsif ($value =~ /^\+/) {
121
-                  $bk_color_line = '#c9fffe';
122
-                  $border_color = '#9de8e6';
123
-                  $bk_color = '#edfffe';
121
+                  $bk_color_line = '#ceffce';
122
+                  $border_color = '#b4e2b4';
123
+                  $bk_color = '#ddffdd';
124 124
                 } elsif ($value =~ /^-/) {
125 125
                   $bk_color_line = '#f7c8c8';
126 126
                   $border_color = '#e9aeae';
+1 -1
templates/include/diff_status_bar.html.ep
... ...
@@ -50,7 +50,7 @@
50 50
 
51 51
 <<%= $tag %> title="<%= $diff_count_text %>" style="text-decoration:none;display:inline-block;overflow:none;" href="#<%= $fragment %>">
52 52
   % for (my $i = 0; $i < $add_block_count; $i++) {
53
-    <div style="display:inline-block;background:#1b97f7;width:8px;height:9px;float:left;margin:1px"></div>
53
+    <div style="display:inline-block;background:#6cc644;width:8px;height:9px;float:left;margin:1px"></div>
54 54
   % }
55 55
   % for (my $i = 0; $i < $delete_block_count; $i++) {
56 56
     <div style="display:inline-block;background:#bd2c00;width:8px;height:9px;float:left;margin:1px"></div>