sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

[Themes] Allow styling "added" files

Open AmjadHD opened this issue 1 year ago • 0 comments

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.

AmjadHD avatar Oct 24 '24 19:10 AmjadHD