Bluegrammer
Bluegrammer is a modified version of Brogrammer. I just blue the brogrammer and cleaned it up a bit
I also included a modified Monokai color scheme, which I prefer more than Brogrammer's color scheme
Install
Via Package Control
NOT IMPLEMENTED
Theme is listed as Theme - Bluegrammer
in Will Bond's Sublime Package Control.
Manual
- Download the .zip
- Unzip and rename the folder to
Theme - Bluegrammer
- Copy the folder into
Packages
directory, which you can find using the menu itemPreferences -> Browse Packages...
in Sublime Text
or
- Clone the repo into the
Packages
directory:git clone git@github.com:ThomasGerstenberg/bluegrammer-theme.git "Theme - Bluegrammer"
- Verify that the folder name for the repo is
Theme - Bluegrammer
. The theme will not work otherwise
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": "Bluegrammer.sublime-theme",
"color_scheme": "Packages/Theme - Bluegrammer/bluegrammer.tmTheme"
or
"color_scheme": "Packages/Theme - Bluegrammer/Monokai.tmTheme"
}