sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
276 stars 14 forks source link

[Themes] Allow styling "added" files #1972

Open AmjadHD opened 1 month ago

AmjadHD commented 1 month ago

Problem description

"Added" files (i.e staged untracked files) do not have their own class or attribute to be styled differently then say staged modified files.

Preferred solution

Add a class "added" (or "created") to "file_diff_control staged" and add "icon_created" to added files controls.

Alternatives

N/A.

Screenshots

image

The first tab is modified and the third is added, but they cannot be distinguished from each other.