설명 없음

Jason Milkins 4767825281 Update README.md 5 달 전
.github 2c72c3fe5a Add mirror 2 년 전
EmacsTerm.iconset ec2fbe7343 Added EmacsTerm and EmacsVapor icons. 2 년 전
EmacsVapor.iconset ec2fbe7343 Added EmacsTerm and EmacsVapor icons. 2 년 전
bin 61d4a13f8b Update json, add bin/sha_icns 2 년 전
contrib 05d3832a19 smaller borders 12 년 전
document-icons da5cf78daa fix readme 12 년 전
resources 1e6d88b079 IconFrame-Term.png added 2 년 전
thumb f962cd773a Update Thumb 2 년 전
.gitignore 9c061d3048 git ignore file 13 년 전
EmacsIcon1.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon1.png a7e747948f add the png's 13 년 전
EmacsIcon2.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon2.png a7e747948f add the png's 13 년 전
EmacsIcon3.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon3.png a7e747948f add the png's 13 년 전
EmacsIcon4.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon4.png a7e747948f add the png's 13 년 전
EmacsIcon5.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon5.png a7e747948f add the png's 13 년 전
EmacsIcon6.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon6.png a7e747948f add the png's 13 년 전
EmacsIcon7.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon7.png a7e747948f add the png's 13 년 전
EmacsIcon8.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon8.png 0371af8d1d EmacsIcon 8 added - Playing Card mount 13 년 전
EmacsIcon9.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
EmacsIcon9.png 7b737f789a Emacs icon 9 added. 13 년 전
EmacsTerm.icns ec2fbe7343 Added EmacsTerm and EmacsVapor icons. 2 년 전
EmacsTerm.png 6a36c4286f EmacsTerm & EmacsVapor preview pngs 2 년 전
EmacsVapor.icns ec2fbe7343 Added EmacsTerm and EmacsVapor icons. 2 년 전
EmacsVapor.png 6a36c4286f EmacsTerm & EmacsVapor preview pngs 2 년 전
README.md 4767825281 Update README.md 5 달 전
doc-icons.png db9dc314ae Updating to include notes on the document icons process 12 년 전
emacs-card-blue-deep.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
emacs-card-blue-deep.png a1d5306c6b Added varieties for EmacIcon8 13 년 전
emacs-card-british-racing-green.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
emacs-card-british-racing-green.png a1d5306c6b Added varieties for EmacIcon8 13 년 전
emacs-card-carmine.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
emacs-card-carmine.png a1d5306c6b Added varieties for EmacIcon8 13 년 전
emacs-card-green.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
emacs-card-green.png a1d5306c6b Added varieties for EmacIcon8 13 년 전
emacs-file-types 5dc2859f8d Add document icon generators + generated SVG, Png & icns. 12 년 전
emacs-interlock-v1.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
emacs-interlock-v1.png b48c5bf1b0 added png primatives for making new icons. 13 년 전
emacs-interlock-v2.icns 96a6d3f25d Update size to match existing app icons better 2 년 전
emacs-interlock-v2.png b48c5bf1b0 added png primatives for making new icons. 13 년 전
icons.json 61d4a13f8b Update json, add bin/sha_icns 2 년 전

README.md

Hi all, Please consider donating to this or any of my many of opensource projects.

Buy Me a Coffee at ko-fi.com

Emacs icons project

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.

News

Added 2 new icons on Sept 7 2022.

EmacsTerm

EmacsVapor

Mac OS X

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

Linux

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

Windows

Use png to ico.

Automating doc-icons

There is a template for building document-icons.

Within document-icons/ you'll find:

  • document-icons/doc-types.yaml
  • document-icons/doc-icon.mustache - an SVG template
  • document-icons/make-svg-icons.rb

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.


Document Icons

A small sample

Application Icons

EmacsTerm

EmacsVapor

EmacsIcon1

EmacsIcon1


EmacsIcon2

EmacsIcon2


EmacsIcon3

EmacsIcon3


EmacsIcon4

EmacsIcon4


EmacsIcon5

EmacsIcon5


EmacsIcon6

EmacsIcon6


EmacsIcon7

EmacsIcon7


EmacsIcon8

EmacsIcon8


EmacsIcon9

EmacsIcon9


Emacs-card-blue-deep

emacs-card-blue-deep


Emacs-card-british-racing-green

emacs-card-british-racing-green


Emacs-card-carmine

emacs-card-carmine


Emacs-card-green

emacs-card-green


Icon base

Base icon motif - used to create all icons above.

Emacs interlock primitives

(An early version)

Emacs interlock primitives


Use and Contributing

Do what you like with these, if you want to use them / modify etc, go ahead.

MIT License applies.