pop-os / icon-theme

System76 Pop icon theme for Linux
Creative Commons Attribution Share Alike 4.0 International
203 stars 27 forks source link

Better Emblemes, Pop-Shop, Trash Icons + Gnome-Tweak-Tool that is missing #15

Closed OliverScholtz closed 5 years ago

OliverScholtz commented 6 years ago

The original Paper-Theme has some issues which can be improved simply with this created Theme:

File: Pop +.zip

This separate Theme can be incluyed in the original Pop-Theme. I made me the work too putting the folders (blue, only) in this Theme (Pop +) ... that gives the posibility to brandmark the folders.

Emblems haves a light white border. Trash is totally reworked, prettier and visible if Trash is full. Pop-Shop is in SVG and looks better. All sizes, too.

brs17 commented 6 years ago

@isantop, thoughts?

isantop commented 6 years ago

@OliverScholtz This looks good at an initial glance. I'd like to better evaluate it more thoroughly though, so it would be helpful if it were submitted as a pull-request against the existing Pop icon theme.

To do this, you'll need to fork the repository using the fork button in the top-right of the GitHub page, then clone your new repo locally:

git clone https://github.com/OliverScholtz/icon-theme

Then cd into the icon-theme folder and create a new branch for your changes:

git checkout -b oliverscholtz-pop-changes

Now re-apply your modified files one-by-one back into the theme. After each file, add the file and create a commit describing the change:

git add .
git commit

When you're done, push your changes to your GitHub account:

git push -u origin oliverscholtz-pop-changes

Then you can file a pull request on GitHub and we can review the changes directly one-by-one.