ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Ghetto Coffee​Script

by dunckr ALL

Hide that JavaScript syntax

Labels color scheme

Details

  • 2013.12.23.21.16.51
  • github.​com
  • github.​com
  • 11 years ago
  • 15 minutes ago
  • 11 years ago

Installs

  • Total 2K
  • Win 537
  • Mac 764
  • Linux 391
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Ghetto CoffeeScript

Unfortunately you sometimes still have to use JavaScript.

Protect your eyes and pretend you have sugary syntax with this colour scheme.

Installation

Sublime Text

For the sublime text editor the colour scheme can be installed using Package Control. Select the 'Ghetto CoffeeScript' package from the official repository.

Otherwise, first find your Sublime Text packages directory. This can be found using the Preferences -> Browse Packages menu from within Sublime Text 2.

Then either create a ghetto-coffeescript folder within this directory and copy the contents of the github repository inside or clone the repo with GIT from within the packages directory:

git clone https://github.com/dunckr/ghetto-coffeescript

Activating the Colour Scheme

Sublime Text

To use the colour scheme you can either select from the preferences:

Sublime Text -> Preferences -> Color Scheme -> ghetto-coffeescript -> GhettoCoffeeScript

Or you can add to your user preferences:

  • Open your User Settings Preferences file Sublime Text -> Preferences -> Settings - User
  • Add/update the following property “color_scheme”: “GhettoCoffeeScript.tmTheme”

Example Sublime Text User Settings

{
    "color_scheme": "GhettoCoffeeScript.tmTheme"
}

License

MIT © Duncan Beaton