#xcode Theme for Brackets
An Brackets theme for a more native experience on OS X Yosemite
##How to Install
- File > Extension Manager and select the Themes tab
- Search for this extension : "xcode theme"
- Click Install!
##Installation with ThemeInstaller app Find and install ThemeInstaller app from the Mac App Store. Open theme you want to install and it's done. Themes are visible after Xcode is restarted.
##How to Enable
- View > Themes and selected option in > Current Theme
##screenShots cs js json cs html java py sql Markdown
##Add preferences
- Debug > Open Preferences File and add code line
"highlightMatches": {
"showToken": true
},
"closeBrackets": true,
"showCursorWhenSelecting": true,
"styleSelectedText": true,
"styleActiveLine": true,
"lineWrapping": true,
"insertHintOnTab": true,
"livedev.multibrowser": true,
"lineWrapping": true,
##Contribution
- Fork & Pull Request