BearTheme is a bare theme for Adobe Brackets (Code Mirror) style development. It contains clean CSS for primary UI elements, basic syntax and actions, so you don't have to fetch it by yourself via debug tools anymore. Every line contains comment which explains (hopefuly) to which element or action it refers and small tips if needs something extra to work (ex. !improtant).
###Theme development
- Install Themes for Brackets via Extension Manager - makes swaping between themes smooth and easy.
- Download BearTheme.
- Copy BearTheme.css to user\themesforbrackets\themes (in Brackets Help > Show Extensions Folder).
- Rename BearTheme.css to you themes's name and start playing with options.
###Contribute If you find element which you would like to include in the BearTheme, please submit an issue (preferably with example code if it's syntax related) or a pull request. Also, if you created a new theme, consider adding it to Themes for Brackets.
Good luck with your themes, have fun. :)
####Changelog
1.3.0
- problems panel
1.2.0
- added extended color picker
- added scrollbar for editing area
1.1.0
- added modals (context menu, code hint) and inline editor (Quick edit)
1.0.0
- intial release