git-gui: Use lighter colors in blame view
[gitweb.git] / lib / blame.tcl
index 1346fa54526448339295cdc949dfae639170bb57..1c3f5e985e0ecdbd6c7b297c870b1445fc5e2a6f 100644 (file)
@@ -42,10 +42,11 @@ field tooltip_timer  {} ; # Current timer event for our tooltip
 field tooltip_commit {} ; # Commit in tooltip
 field tooltip_text   {} ; # Text in current tooltip
 
-variable active_color #98e1a0
+variable active_color #c0edc5
 variable group_colors {
-       #cbcbcb
+       #d6d6d6
        #e1e1e1
+       #ececec
 }
 
 constructor new {i_commit i_path} {