All Projects → wolffe → Brackets Tree Icons

wolffe / Brackets Tree Icons

Brackets icons with folder icon

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Brackets Tree Icons

bootstrap-starter-template
Bootstrap Starter Template for Brackets
Stars: ✭ 33 (+17.86%)
Mutual labels:  brackets
smashgg.js
Node.JS SDK for the Smash.gg public API.
Stars: ✭ 31 (+10.71%)
Mutual labels:  brackets
Jquery Bracket
jQuery Bracket library for organizing single and double elimination tournaments
Stars: ✭ 427 (+1425%)
Mutual labels:  brackets
CIBYL
Lightweight curly-bracket language which compiles to Ruby and Crystal.
Stars: ✭ 45 (+60.71%)
Mutual labels:  brackets
brackette-prototype
Manage your Challonge tournaments with ease. A beta application
Stars: ✭ 14 (-50%)
Mutual labels:  brackets
Bracketeer
VS Code extension for easy and quick manipulation with brackets and quotes.
Stars: ✭ 32 (+14.29%)
Mutual labels:  brackets
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+67.86%)
Mutual labels:  brackets
Dreamphp
A dream theme for Brackets IDE that simulates PHP coloring scheme of Dreamweaver
Stars: ✭ 6 (-78.57%)
Mutual labels:  brackets
CKBracketView
Tournament bracket view for iOS. Developed in swift.
Stars: ✭ 38 (+35.71%)
Mutual labels:  brackets
Brackets Snippets
Imitate Sublime Text's behavior of snippets, and bring it to Brackets.
Stars: ✭ 279 (+896.43%)
Mutual labels:  brackets
brackets-htmlhint
Brackets wrapper for HTMLHint
Stars: ✭ 29 (+3.57%)
Mutual labels:  brackets
tabout
Tab out of quotes, brackets, etc for Visual Studio Code
Stars: ✭ 67 (+139.29%)
Mutual labels:  brackets
brackets-tools
Brackets developer tools extension
Stars: ✭ 60 (+114.29%)
Mutual labels:  brackets
brackets-zurb-foundation
This Brackets extension adds the Zurb Foundation basic template to an empty new file.
Stars: ✭ 30 (+7.14%)
Mutual labels:  brackets
Highlightbracketpair
🔆 Highlight bracket pair plugin for intellij
Stars: ✭ 428 (+1428.57%)
Mutual labels:  brackets
react-brackets
Reusable and customizable react brackets component, you can use it to build components such as single elimination, or double elimination brackets
Stars: ✭ 56 (+100%)
Mutual labels:  brackets
TournamentBrackets
Android project written in Java to display Tournaments brackets with animation
Stars: ✭ 39 (+39.29%)
Mutual labels:  brackets
New Moon Brackets
New Moon Theme for Brackets.
Stars: ✭ 19 (-32.14%)
Mutual labels:  brackets
Brackets Beautify
Beautify HTML, CSS, and Javascript in Adobe Brackets
Stars: ✭ 606 (+2064.29%)
Mutual labels:  brackets
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (+860.71%)
Mutual labels:  brackets

[NOTE]

This extension is not maintained anymore. If someone would like to take over the maintenance and future updates, contact me. PR will be merged immediately.

You want to add some icon?

Create new entry in config.js and styles/style.css. For simple usage use generator.php and add your definition in $data array;
Add new svg file into svg folder. And send PR.

/* config.js */
{
    ext: '<file-type-extension>',
    css: '<css-class>'
}
/* styles/style.css */
.file-icon.icon-<css-class> {
    background: url('../svg/<css-class>.svg');
}

Brackets Tree Icons

This extension adds file and folder (open and close state) icons to the brackets file tree. Originally based on drewbkoch and his Brackets File Icons project, which is based on ivogabe's Brackets-Icons project. Thank to both of you.

Toggle to show grayscaled icons has been added to View menu.

Screenshots

Screenshot

Supported files

Numberous icons format are supported, including opened and closed folder.

How to install

Open Brackets, and click the extensions button on the right. Search for 'Brackets File Icons' and click install.

Changelog

v2.0.0 - switch from icon fonts to css for simpler additions and maintenance for future contributors. Option to display grayscaled icons has been added.

v1.2.0 - remove default folder arrow, dashed lines in file tree, new formats

v1.1.1 - added open folder, font clean up

v1.1.0 - moved icon to :before pseudoelement to be compatible with brackets-move-files.

License

Brackets Tree Icons is licensed under the MIT license.

Svg files are taken from vscode-icons.

The icons are licensed under the Creative Commons - ShareAlike (CC BY-SA) license.

Branded icons are licensed under their copyright license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].