Duplicate "file-decoration-style" field in "gruvmax-fang" theme config
Author: sengesCreated Aug 10, 2026Updated Aug 10, 2026
In themes.gitconfig, theme "gruxmax-fang" has duplicate key file-decoration-style.
[delta "gruvmax-fang"]
file-decoration-style = "#434C5E" ul
file-decoration-style = "#84786A" ulI found-out while trying to parse it using python configparser, that reported a key duplicate issue.
Source: dandavison/delta