# Brogrammer Brogrammer is a flat sexy theme. Pushups not included. ![Brogrammer Screenshot](http://i.imgur.com/7EPa8Wm.png) ![Brogrammer Screenshot](http://i.imgur.com/hXE6jYP.png) ## Install ### Via Package Control Theme is listed as `Theme - Brogrammer` in Will Bond's [Sublime Package Control](https://sublime.wbond.net). ### Manual 1. [Download the .zip](https://github.com/kenwheeler/brogrammer-theme/archive/master.zip) 2. Unzip and rename the folder to `Theme - Brogrammer` 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": "Brogrammer.sublime-theme", "color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme" } ``` If you're using ST3 you could also use the [Skins](https://packagecontrol.io/packages/Skins) package. Activation becomes as simple as running `Select Skin` from the command palette and choosing `Brogrammer` from the list.