summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/blame.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/blame.tcl b/lib/blame.tcl
index 1346fa5..1c3f5e9 100644
--- a/lib/blame.tcl
+++ b/lib/blame.tcl
@@ -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} {