Makinda Icons
Makinda file icons for Sublime Text — install via Package Control
Details
Installs
- Total 45
- Win 18
- Mac 17
- Linux 10
| Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 0 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | 1 | 0 | 2 |
| Mac | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Makinda Icons — Sublime Text
File-type icons for Sublime Text 3 / 4. Warm, legible glyphs that match the Makinda design system.
Install via Package Control
- Open the command palette: Cmd/Ctrl+Shift+P
- Run Package Control: Install Package
- Choose Makinda Icons
- Restart Sublime Text
Icons are bound to TextMate scopes and file patterns via .tmPreferences files
and apply automatically to matching files in the sidebar and tabs.
Manual install
Drop this repository's contents into a folder named Makinda Icons inside
your Sublime Text Packages directory:
- macOS:
~/Library/Application Support/Sublime Text/Packages/Makinda Icons/ - Linux:
~/.config/sublime-text/Packages/Makinda Icons/ - Windows:
%APPDATA%\Sublime Text\Packages\Makinda Icons\
Then restart Sublime.
Layout
icons/<name>.png/<name>@2x.png/<name>@3x.png— 16 / 32 / 48 px raster variants. Sublime picks the right size for the current display scale.preferences/<name>.tmPreferences— binds a TextMate scope and/or file patterns to the icon atPackages/Makinda Icons/icons/<name>.
Icon coverage (40 bindings, 55 icons)
| Category | Icons |
|---|---|
| Web | html, css, js, ts, vue, svelte, astro |
| Backend | python, ruby, rust, go, java, php, c, cpp |
| Data | json, yaml, xml, csv, database |
| Docs | markdown, txt, pdf, doc, ppt |
| Shell | command-line (bash/zsh/sh) |
| Config | config (ini/env), code-square (Makefile/Dockerfile/Nix) |
| Media | image (png/jpg/ico…), gif, svg, audio, video, font |
| Archive | archive (zip/tar/gz/rar…) |
| Dev | figma, github, lock, license |
Folder icons (folder, folder-code, folder-audio, etc.) are included as PNG assets but require a Sublime Text theme to display — they are not activated by this package alone.
Limitations
- Bindings are scope-driven. Files whose language has no matching
.tmPreferencesentry won't get an icon. - Single dark-fill rasterization. Sublime can't auto-swap icon color by theme, so a separate package would be needed for a light-fill variant.
License
MIT — see LICENSE.