Skip to content

JuanMadHardy/colour-schemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, VIM and a whole bunch of Java editors that use the IntelliJ scheme engine like PHPstorm! 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

Manual

Download or clone with git, the themes into your .vim/colors directory.

Vundle

Add the following to your .vimrc:

Bundle "daylerees/colour-schemes", { "rtp": "vim-themes/" }

Either way you install it, just add the following line to your .vimrc:

colorscheme <scheme-name-here>

Save and launch vim to use, enjoy!

IntelliJ

See the documentation for your editor, this varies between each one!

The Themes

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

Hyrule

Requested by Taylor Otwell of Laravel, a Zelda theme!

Hyrule

BlueDawn

Inspired by Tron Legacy this theme provides increased contrast and brighter comments.

BlueDawn

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

Carbonight

For boring people.

Carbonight

Darkside

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

Darkside

Earthsong

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

Earthsong

Earthsong Light

A lighter version of Earthsong.

Earthsong Light

FreshCut

A fresh green and blue theme.

FreshCut

Frontier

Strong rich colours.

Frontier

Github

I love Github, and everything it has done for the open source community, thanks for everything!

Github

Gloom

Here's a gloomy alternative to peacock! I thought it looked cool, maybe you do too?

Gloom

Goldfish

Orange and blue theme.

Goldfish

Glowfish

A retro hacker theme, enjoy Glowfish!

Glowfish

Grunge

A grungy green theme with some highlights.

Grunge

Iceberg

A chilly breeze.

Iceberg

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

LastNight

First 3rd party submission from Spielberg0, based on the Sublime Text Tomorrow Night theme, thanks!

LastNight

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

Mellow

Gentle and soothing.

Mellow

Patriot

Salute the flag.

Patriot

Peacock

Show your colours!

Peacock

Poyeyo

A theme with hot/warm colours for code and cold colours for markup.

Theme donated by Poyeyo.

Poyeyo

Poyeyo Blue

A theme with hot/warm colours for code and cold colours for markup. Blue background.

Theme donated by Poyeyo.

PoyeyoBlue

Potpourri

A romantic red and purple theme.

Potpourri

Revelation

Smart blue and yellow.

Revelation

Slime

Saved by Meroje.

Slime

Snappy

Be snappy!

Snappy

Snappy Light

Be snappy but lighter!

Snappy Light

Sourlick

Orange and lime green, sharp sweetness.

Sourlick

Spearmint

With added fresh breath.

Spearmint

Stark

Suit up.

Stark

Tron

Requested by Aurélien Thieriot!

Tron

Tron Legacy

Aurélien Thieriot wasn't happy with just one theme, here's Tron Legacy!

TronLegacy

Userscape

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

Userscape

Yule

Ho Ho Hope you like it!

Yule

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! :)

Thanks!

Thanks to JetBrains for the IntelliJ colour scheme converter tool! https://github.com/JetBrains/colorSchemeTool

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