You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Catppuccin theme used to enable line numbers for delta by default, but after discussion in catppuccin/delta#12, line numbers were disabled by default in catppuccin/delta@f294e84. The commit removed line-numbers = true in the feature, so the user could choose where to set --line-numbers themselves.
But when you run delta --line-numbers, you get non-Catppuccin line numbers.
This also happens if you add a feature for line numbers, e.g.
[delta "line-numbers"]
line-numbers=true
and then run delta with DELTA_FEATURES=+line-numbers delta.
No matter how line numbers are enabled, it seems to override previously configured styles.
The text was updated successfully, but these errors were encountered:
injust
changed the title
🐛 When --line-numbers is used, line-numbers-*-style from feature is ignored
🐛 line-numbers-*-style from feature is ignored if line numbers are enabled elsewhere
Sep 2, 2024
The Catppuccin theme used to enable line numbers for delta by default, but after discussion in catppuccin/delta#12, line numbers were disabled by default in catppuccin/delta@f294e84. The commit removed
line-numbers = true
in the feature, so the user could choose where to set--line-numbers
themselves.But when you run
delta --line-numbers
, you get non-Catppuccin line numbers.This also happens if you add a feature for line numbers, e.g.
and then run delta with
DELTA_FEATURES=+line-numbers delta
.No matter how line numbers are enabled, it seems to override previously configured styles.
The text was updated successfully, but these errors were encountered: