|logo|
|icon1| |icon2| |icon3| |icon5| |icon6| |icon7|
SkyTemple Icons
===============
|build| |pypi-version| |pypi-downloads| |discord|
.. |logo| image:: https://raw.githubusercontent.com/SkyTemple/skytemple/master/skytemple/data/icons/hicolor/256x256/apps/skytemple.png
.. |icon1| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-actor-symbolic.png
.. |icon2| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-dungeon-floor-symbolic.png
.. |icon3| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-dungeon-symbolic.png
.. |icon5| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-graphics-symbolic.png
.. |icon6| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-ground-symbolic.png
.. |icon7| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-monster-base-symbolic.png
.. |build| image:: https://img.shields.io/github/workflow/status/SkyTemple/skytemple-icons/Build,%20test%20and%20publish
:target: https://pypi.org/project/skytemple-icons/
:alt: Build Status
.. |pypi-version| image:: https://img.shields.io/pypi/v/skytemple-icons
:target: https://pypi.org/project/skytemple-icons/
:alt: Version
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/skytemple-icons
:target: https://pypi.org/project/skytemple-icons/
:alt: Downloads
.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord
:target: https://discord.gg/skytemple
:alt: Discord
.. |kofi| image:: https://www.ko-fi.com/img/githubbutton_sm.svg
:target: https://ko-fi.com/I2I81E5KH
:alt: Ko-Fi
.. _Aviivix: https://twitter.com/Aviivix
.. _Charburst: https://twitter.com/Charburst_
Pixelated Icons
---------------
Pixelated symbolic icons for SkyTemple and the SkyTemple Script Engine Debugger.
These great icons were created by Aviivix_!
The ``source`` directory contains the original icons (designed for background color #383c4a).
``skytemple_icons`` contains the GTK+ 3 icon resource (symbolic PNGs, taking theme colors).
``example`` contains some scaled icons for this README.
Illustrations
-------------
Additionally the repository contains icons illustrated by Charburst_! These are also in ``skytemple_icons``.
License
-------
The icons directly stored in this Git repository are dual-licensed:
- GNU General Public License Version 3 (GPLv3+) - See LICENSE_GPLv3
- Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - See LICENSE_CC
Choose whatever license is more convenient for you.
Building
--------
To convert the pixelated icons in ``source`` into the format GTK needs (for auto-converting the colors
based on theme color) and also all the different sizes, run ``./convert_icons.py``
|kofi|
Raw data
{
"_id": null,
"home_page": "https://github.com/SkyTemple/skytemple-icons/",
"name": "skytemple-icons",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "",
"download_url": "",
"platform": "",
"description": "|logo|\n\n|icon1| |icon2| |icon3| |icon5| |icon6| |icon7|\n\nSkyTemple Icons\n===============\n\n|build| |pypi-version| |pypi-downloads| |discord|\n\n.. |logo| image:: https://raw.githubusercontent.com/SkyTemple/skytemple/master/skytemple/data/icons/hicolor/256x256/apps/skytemple.png\n\n.. |icon1| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-actor-symbolic.png\n.. |icon2| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-dungeon-floor-symbolic.png\n.. |icon3| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-dungeon-symbolic.png\n.. |icon5| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-graphics-symbolic.png\n.. |icon6| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-ground-symbolic.png\n.. |icon7| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-icons/main/example/skytemple-e-monster-base-symbolic.png\n\n.. |build| image:: https://img.shields.io/github/workflow/status/SkyTemple/skytemple-icons/Build,%20test%20and%20publish\n :target: https://pypi.org/project/skytemple-icons/\n :alt: Build Status\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/skytemple-icons\n :target: https://pypi.org/project/skytemple-icons/\n :alt: Version\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/skytemple-icons\n :target: https://pypi.org/project/skytemple-icons/\n :alt: Downloads\n\n.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord\n :target: https://discord.gg/skytemple\n :alt: Discord\n\n.. |kofi| image:: https://www.ko-fi.com/img/githubbutton_sm.svg\n :target: https://ko-fi.com/I2I81E5KH\n :alt: Ko-Fi\n\n.. _Aviivix: https://twitter.com/Aviivix\n.. _Charburst: https://twitter.com/Charburst_\n\nPixelated Icons\n---------------\nPixelated symbolic icons for SkyTemple and the SkyTemple Script Engine Debugger.\n\nThese great icons were created by Aviivix_!\n\nThe ``source`` directory contains the original icons (designed for background color #383c4a).\n``skytemple_icons`` contains the GTK+ 3 icon resource (symbolic PNGs, taking theme colors).\n``example`` contains some scaled icons for this README.\n\nIllustrations\n-------------\nAdditionally the repository contains icons illustrated by Charburst_! These are also in ``skytemple_icons``.\n\nLicense\n-------\nThe icons directly stored in this Git repository are dual-licensed:\n\n- GNU General Public License Version 3 (GPLv3+) - See LICENSE_GPLv3\n- Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - See LICENSE_CC\n\nChoose whatever license is more convenient for you.\n\nBuilding\n--------\nTo convert the pixelated icons in ``source`` into the format GTK needs (for auto-converting the colors\nbased on theme color) and also all the different sizes, run ``./convert_icons.py``\n\n|kofi|\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Icons for SkyTemple",
"version": "1.3.2",
"project_urls": {
"Homepage": "https://github.com/SkyTemple/skytemple-icons/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "02e94092eda871a2beb76e3c7cb3177273552bb96b81e6f69a91c92090c3a12c",
"md5": "e84480cd0308c0fd3e91f202cf1767e5",
"sha256": "47c4c217ab801bcd9fb44eda00f03d826db1546353b0d2db85494863a1a2124f"
},
"downloads": -1,
"filename": "skytemple_icons-1.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e84480cd0308c0fd3e91f202cf1767e5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3815878,
"upload_time": "2021-10-05T18:54:08",
"upload_time_iso_8601": "2021-10-05T18:54:08.710544Z",
"url": "https://files.pythonhosted.org/packages/02/e9/4092eda871a2beb76e3c7cb3177273552bb96b81e6f69a91c92090c3a12c/skytemple_icons-1.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-10-05 18:54:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SkyTemple",
"github_project": "skytemple-icons",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "skytemple-icons"
}