From 36cf2348d0e4319c273adf781683bbd1c48b2bdf Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Dec 2024 19:57:59 -0400 Subject: [PATCH] style: Change human bar color to light grey --- aider/website/_includes/blame.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/_includes/blame.md b/aider/website/_includes/blame.md index 52d190141..6b8559b16 100644 --- a/aider/website/_includes/blame.md +++ b/aider/website/_includes/blame.md @@ -33,8 +33,8 @@ document.addEventListener('DOMContentLoaded', function () { { label: 'Human', data: [{% for row in site.data.blame %}{ x: '{{ row.end_tag }}', y: {{ row.total_lines | minus: row.aider_total }} },{% endfor %}], - backgroundColor: 'rgba(255, 99, 132, 0.8)', - borderColor: 'rgba(255, 99, 132, 1)', + backgroundColor: 'rgba(200, 200, 200, 0.8)', + borderColor: 'rgba(200, 200, 200, 1)', borderWidth: 1 }] };