Skip to content

Latest commit

 

History

History
executable file
·
43 lines (23 loc) · 1.71 KB

README.md

File metadata and controls

executable file
·
43 lines (23 loc) · 1.71 KB

Moka Icon Theme

Moka is a stylized Linux desktop icon set, and the titular icon theme of the Moka Project. They are designed to be clear, simple and consistent.

Moka Icon Theme (the icon assets and sources) are licensed under a Creative Commons Attribution-ShareAlike 4.0 license.

Any bundled software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

###Preamble

If you find any bugs or issues with Moka or if you have a question, you can visit Moka's primary issue tracker on GitHub. Also you may submit icons I've missed or that you would like using this form.

###Download

Moka can be downloaded here.

###Getting the Source

The source for Moka Icon Theme can be found here.

Alternatively, you can clone the latest version its git repository:

git clone https://github.com/moka-project/moka-icon-theme.git

###Using the Source

There are scripts to simplify the rendering process; to run them (and edit icons) you will need:

  • inkscape
  • python3

To render new icons from their source SVG files, run the following:

./render-pngs.py

If it's throwing an error, the script may not be executable, try:

chmod +x render-pngs.py

This script will look in the source directories (../src/*) and render the respective icons (provided there are changes).