/bluegrammer-theme

Sublime Text Theme based off the Brogrammer Theme

Primary LanguageJavaScript

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

Preview: bluegrammer-preview

Install

Via Package Control

NOT IMPLEMENTED Theme is listed as Theme - Bluegrammer in Will Bond's Sublime Package Control.

Manual

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Bluegrammer
  3. Copy the folder into Packages directory, which you can find using the menu item Preferences -> Browse Packages... in Sublime Text

or

  1. Clone the repo into the Packages directory: git clone git@github.com:ThomasGerstenberg/bluegrammer-theme.git "Theme - Bluegrammer"
  2. 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"
}