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"