# Broceanic Broceanic is a new version of the Brogrammer theme, custom made for use with the Oceanic Next syntax theme! ![Broceanic Screenshot](http://i.imgur.com/RlPTPQ2.png) ## Install ### Via Package Control Theme is listed as `Theme - Broceanic` in Will Bond's [Sublime Package Control](https://sublime.wbond.net). ### Manual 1. [Download the .zip](https://github.com/kenwheeler/broceanic-theme/archive/master.zip) 2. Unzip and rename the folder to `Theme - Broceanic` 3. Copy the folder into `Packages` directory, which you can find using the menu item `Preferences -> Browse Packages...` in Sublime Text ## Setup Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item `Preferences -> Settings - User` in Sublime Text or by clicking `cmd + ,` on a Mac. ### Example settings ``` { "theme": "Broceanic.sublime-theme", } ```