Skip to content

bastic/colour-schemes

 
 

Repository files navigation

Colour Schemes

Hi there! My name's Dayle Rees and I'm one of the Laravel PHP framework core developers. Part of the Laravel mentality is that coding should be enjoyable for the coder, not just the client receiving your hard work. For this reaon I'd like to share with you a number of themes for some popular text editors that will hopefully be pleasing to your eyes, and allow you to enjoy the time you spend in front of the screen.

The themes in this package are currently compatible with Sublime Text 2, Textmate and VIM. I hope to add more editors in the near future.

Installation

Sublime Text 2

For the sublime text 2 editor the themes can be installed easily by using Package Control to install the 'Dayle Rees Color Schemes' package from the official repository.

Otherwise, first find your Sublime Text 2 packages directory, you can find this by using the Preferences -> Browse Packages menu from within Sublime Text 2.

Now either create a daylerees - themes folder within this directory, and copy the contents of the github repository inside, or clone the repo using the GIT software within the packages directory :

git clone https://github.com/daylerees/colour-schemes.git daylerees-themes

Now simply use the Color Schemes option of your preferences menu to switch between themes, enjoy!

TextMate 1.5.x

Clone the repository and copy the theme files into ~/Library/Application\ Support/TextMate/Themes/:

$ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes
$ cd daylerees-themes
$ mkdir ~/Library/Application\ Support/TextMate/Themes/
$ cp *.tmTheme ~/Library/Application\ Support/TextMate/Themes/

Textmate 2

Clone the repository and copy the theme files into ~/Library/Application\ Support/TextMate/Managed/Bundles/Themes.tmbundle/Themes/:

$ git clone https://github.com/daylerees/colour-schemes.git daylerees-themes
$ cd daylerees-themes
$ cp *.tmTheme ~/Library/Application\ Support/TextMate/Managed/Bundles/Themes.tmbundle/Themes/

Note that you cannot clone the repository into the Themes directory -- as of this writing TextMate 2 will not recursively scan subdirectories searching for themes. Also note that you cannot symlink the themes into the Themes directory either -- TextMate will hang attempting to process them.

VIM

Download or clone with git, the themes into your .vim/colors directory. Now edit your .vimrc file and add the following line.

colorscheme <scheme-name-here>

Save and launch vim to use, enjoy!

The Themes

The editor used in the screenshots is Sublime Text 2 on Mac OSX with the font Source Code Pro.

FreshCut

A fresh green and blue theme.

FreshCut

Potpourri

A romantic red and purple theme.

Potpourri

Frontier

Strong rich colours.

Frontier

Goldfish

Orange and blue theme.

Goldfish

Grunge

A grungy green theme with some highlights.

Grunge

Laravel

An orange tribute to the Laravel PHP Framework.

Laravel

Laravel Darker

A darker version of the Laravel theme requested by Fernando Montoya.

Laravel Darker

Sourlick

Orange and lime green, sharp sweetness.

Sourlick

Revelation

Smart blue and yellow.

Revelation

Carbonight

For boring people.

Carbonight

Earthsong

An earthy request by Mr Dan Horrigan, happy to try.

Earthsong

Earthsong Light

A lighter version of Earthsong.

Earthsong Light

Iceberg

A chilly breeze.

Iceberg

Darkside

Based on Pink Floyd's 'dark side of the moon', a request by Jamie Rumbelow.

Darkside

Lavender

Here's a theme for people of all genders, faiths, height, weight, race and status, apart from Kevin Bacon, cos those EE adverts are just terrible.

Lavender

Userscape

Ian Landsman requested a light theme, I give you Userscape.

Userscape

Spearmint

With added fresh breath.

Spearmint

Patriot

Salute the flag.

Patriot

Stark

Suit up.

Stark

Mellow

Gentle and soothing.

Mellow

Slime

Saved by Meroje.

Slime

Snappy

Be snappy!

Snappy

Snappy Light

Be snappy but lighter!

Snappy Light

Peacock

Show your colours!

Peacock

Yule

Ho Ho Hope you like it!

Yule

BoxUK

A subtle blue and green theme dedicated to my current employer BoxUK, home to passionate web developers. If you are looking for work and passionate about development see the website for employment details.

BoxUK

Glowfish

A retro hacker theme, enjoy Glowfish!

Glowfish

Tron

Requested by Aurélien Thieriot!

Tron

Contribute

If you would like to request a colourscheme, an alternate version of an existing scheme, or submit your own theme to the collection simply send an Issue or a Pull request.

If you would like to buy me a beer for the time I have spent on these themes, my paypal address is thepunkfan@gmail.com, thanks a lot! :)

Enjoy

This is the important part, enjoy using your new colour scheme!

About

Sublime Text 2 Themes (textmate) created by Dayle Rees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published