|
9 mēneši atpakaļ | |
---|---|---|
.github | 2 gadi atpakaļ | |
EmacsTerm.iconset | 2 gadi atpakaļ | |
EmacsVapor.iconset | 2 gadi atpakaļ | |
bin | 2 gadi atpakaļ | |
contrib | 12 gadi atpakaļ | |
document-icons | 12 gadi atpakaļ | |
resources | 2 gadi atpakaļ | |
thumb | 2 gadi atpakaļ | |
.gitignore | 13 gadi atpakaļ | |
EmacsIcon1.icns | 3 gadi atpakaļ | |
EmacsIcon1.png | 13 gadi atpakaļ | |
EmacsIcon2.icns | 3 gadi atpakaļ | |
EmacsIcon2.png | 13 gadi atpakaļ | |
EmacsIcon3.icns | 3 gadi atpakaļ | |
EmacsIcon3.png | 13 gadi atpakaļ | |
EmacsIcon4.icns | 3 gadi atpakaļ | |
EmacsIcon4.png | 13 gadi atpakaļ | |
EmacsIcon5.icns | 3 gadi atpakaļ | |
EmacsIcon5.png | 13 gadi atpakaļ | |
EmacsIcon6.icns | 3 gadi atpakaļ | |
EmacsIcon6.png | 13 gadi atpakaļ | |
EmacsIcon7.icns | 3 gadi atpakaļ | |
EmacsIcon7.png | 13 gadi atpakaļ | |
EmacsIcon8.icns | 3 gadi atpakaļ | |
EmacsIcon8.png | 13 gadi atpakaļ | |
EmacsIcon9.icns | 3 gadi atpakaļ | |
EmacsIcon9.png | 13 gadi atpakaļ | |
EmacsTerm.icns | 2 gadi atpakaļ | |
EmacsTerm.png | 2 gadi atpakaļ | |
EmacsVapor.icns | 2 gadi atpakaļ | |
EmacsVapor.png | 2 gadi atpakaļ | |
README.md | 9 mēneši atpakaļ | |
doc-icons.png | 12 gadi atpakaļ | |
emacs-card-blue-deep.icns | 3 gadi atpakaļ | |
emacs-card-blue-deep.png | 13 gadi atpakaļ | |
emacs-card-british-racing-green.icns | 3 gadi atpakaļ | |
emacs-card-british-racing-green.png | 13 gadi atpakaļ | |
emacs-card-carmine.icns | 3 gadi atpakaļ | |
emacs-card-carmine.png | 13 gadi atpakaļ | |
emacs-card-green.icns | 3 gadi atpakaļ | |
emacs-card-green.png | 13 gadi atpakaļ | |
emacs-file-types | 12 gadi atpakaļ | |
emacs-interlock-v1.icns | 3 gadi atpakaļ | |
emacs-interlock-v1.png | 13 gadi atpakaļ | |
emacs-interlock-v2.icns | 3 gadi atpakaļ | |
emacs-interlock-v2.png | 13 gadi atpakaļ | |
icons.json | 2 gadi atpakaļ |
Hi all, Please consider donating to this or any of my many of opensource projects.
Please note, these are not "official" GNU icons.
I created these for my own use, I'm fairly OCD about visual stuff, and I decided to share these with the community.
Application icons are in the root folder, document type icons are in
the document-icons
folder.
Added 2 new icons on Sept 7 2022.
Pick an Application icon style you like and copy that to Emacs.app
ie.
cp emacs-card-blue-deep.icns /Applications/Emacs.app/Contents/Resources/Emacs.icns
To install the document icons:
cp document-icons/*.icns /Applications/Emacs.app/Contents/Resources/
Backup Info.plist
and copy the version from here, ie.:
cp /Applications/Emacs.app/Contents/Info.plist /Applications/Emacs.app/Contents/Info.plist.bak
cp document-icons/Info.plist /Applications/Emacs.app/Contents/Info.plist
If necessary, downscale the pngs to sizes your window manager likes.
mkdir linux-icons;
for icon in document-icons/*.png
convert -size 256x256 $icon linux-icons/$icon
Use png to ico.
There is a template for building document-icons.
Within document-icons/
you'll find:
I used InkScape to make the PNG files from SVG and makeicns
to make the
document icns.
I've also included an OS X Info.plist.
The font used is Avenir Next, it's part of Mountain Lion's default font set.
A small sample
EmacsTerm
EmacsVapor
EmacsIcon1
EmacsIcon2
EmacsIcon3
EmacsIcon4
EmacsIcon5
EmacsIcon6
EmacsIcon7
EmacsIcon8
EmacsIcon9
Emacs-card-blue-deep
Emacs-card-british-racing-green
Emacs-card-carmine
Emacs-card-green
Base icon motif - used to create all icons above.
(An early version)
Do what you like with these, if you want to use them / modify etc, go ahead.
MIT License applies.