Git icons
In Kate, we are currently working on adding basic git support, see issue utilities/kate#24 and initial commits https://invent.kde.org/utilities/kate/-/merge_requests/227, https://invent.kde.org/utilities/kate/-/merge_requests/238. The icons we are currently looking for are: ![git-icons](/uploads/a94bac471d6492d1bad59636e9ea4cfa/git-icons.jpg) Icons with a name are already present in Breeze. All others are missing. Some of the missing icons can be found in the [Octicon theme](https://github.com/primer/octicons), which is MIT licensed, there are already some nice examples listed, but not for all of the above mentioned. | Name | Octicons 24px | In Breeze? | |------|---------|-------| | action-vcs-commit | ![git-commit-24.svg](/uploads/118108b257c15bb148ee6d99ff8b5853/git-commit-24.svg) | no | | action-vcs-branch | ![git-branch-24.svg](/uploads/a9fa04ae76ea9507897ea5d034d4b8a1/git-branch-24.svg) | no | | action-vcs-merge | ![git-merge-24.svg](/uploads/f074951cdd79707921bd41dcff5e4d52/git-merge-24.svg) | no | | action-vcs-diff | ![git-compare-24.svg](/uploads/3375d9bd21f369f2122203d56569ca53/git-compare-24.svg) | no | | action-vcs-merge-request | ![git-pull-request-24.svg](/uploads/99aa7d8568e28caf73e74b5775a433e6/git-pull-request-24.svg) | no | Would it be possible to somehow extend the breeze theme with these icons?
issue