From da03beae5b0da1e35066c13a3a8da47773c0adc7 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 4 Jun 2026 09:55:54 -0400 Subject: [PATCH] helix: Update diff colors --- helix/themes/light.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix/themes/light.toml b/helix/themes/light.toml index 196195f..f41df4a 100644 --- a/helix/themes/light.toml +++ b/helix/themes/light.toml @@ -23,9 +23,9 @@ TextLineNumber = "#aaaaaa" TextSecondary = "#c6c6c6" TextTertiary = "#e0e0e0" -DiffAdd = "#44b342" +DiffAdd = "#005f00" DiffChange = "#2972e0" -DiffDelete = "#e51029" +DiffDelete = "#880000" DiffMove = "#b479f2" Warning = "#f06d14"