summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Icons
diff options
context:
space:
mode:
authorMiro HronĨok <miro@hroncok.cz>2020-04-22 07:21:44 (GMT)
committerGitHub <noreply@github.com>2020-04-22 07:21:44 (GMT)
commit3a69f3caeeaea57048ed3bc3051e16854b9a4cd6 (patch)
tree95d2130e8637dd8bee6a423f99881fad3b91e154 /Lib/idlelib/Icons
parent783a673f23c5e9ffafe12fe172e119dc0fa2abda (diff)
downloadcpython-3a69f3caeeaea57048ed3bc3051e16854b9a4cd6.zip
cpython-3a69f3caeeaea57048ed3bc3051e16854b9a4cd6.tar.gz
cpython-3a69f3caeeaea57048ed3bc3051e16854b9a4cd6.tar.bz2
bpo-38439: Add 256px IDLE icon (GH-17473)
Icon author: Andrew Clover, bpo-1490384
Diffstat (limited to 'Lib/idlelib/Icons')
-rw-r--r--Lib/idlelib/Icons/README.txt9
-rw-r--r--Lib/idlelib/Icons/idle.icnsbin57435 -> 0 bytes
-rw-r--r--Lib/idlelib/Icons/idle_256.pngbin0 -> 42839 bytes
3 files changed, 9 insertions, 0 deletions
diff --git a/Lib/idlelib/Icons/README.txt b/Lib/idlelib/Icons/README.txt
new file mode 100644
index 0000000..8b47162
--- /dev/null
+++ b/Lib/idlelib/Icons/README.txt
@@ -0,0 +1,9 @@
+The IDLE icons are from https://bugs.python.org/issue1490384
+
+Created by Andrew Clover.
+
+The original sources are available from Andrew's website:
+https://www.doxdesk.com/software/py/pyicons.html
+
+Various different formats and sizes are available at this GitHub Pull Request:
+https://github.com/python/cpython/pull/17473
diff --git a/Lib/idlelib/Icons/idle.icns b/Lib/idlelib/Icons/idle.icns
deleted file mode 100644
index f65e313..0000000
--- a/Lib/idlelib/Icons/idle.icns
+++ /dev/null
Binary files differ
diff --git a/Lib/idlelib/Icons/idle_256.png b/Lib/idlelib/Icons/idle_256.png
new file mode 100644
index 0000000..99ffa6f
--- /dev/null
+++ b/Lib/idlelib/Icons/idle_256.png
Binary files differ