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
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!
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.
FreshCut
A fresh green and blue theme.
Potpourri
A romantic red and purple theme.
Frontier
Strong rich colours.
Goldfish
Orange and blue theme.
Grunge
A grungy green theme with some highlights.
Laravel
An orange tribute to the Laravel PHP Framework.
Laravel Darker
A darker version of the Laravel theme requested by Fernando Montoya.
Sourlick
Orange and lime green, sharp sweetness.
Revelation
Smart blue and yellow.
Carbonight
For boring people.
Earthsong
An earthy request by Mr Dan Horrigan, happy to try.
Earthsong Light
A lighter version of Earthsong.
Iceberg
A chilly breeze.
Darkside
Based on Pink Floyd's 'dark side of the moon', a request by Jamie Rumbelow.
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.
Userscape
Ian Landsman requested a light theme, I give you Userscape.
Spearmint
With added fresh breath.
Patriot
Salute the flag.
Stark
Suit up.
Mellow
Gentle and soothing.
Slime
Saved by Meroje.
Snappy
Be snappy!
Snappy Light
Be snappy but lighter!
Peacock
Show your colours!
Yule
Ho Ho Hope you like it!
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.
Glowfish
A retro hacker theme, enjoy Glowfish!
Tron
Requested by Aurélien Thieriot!
LastNight
First 3rd party submission from Spielberg0, based on the Sublime Text Tomorrow Night theme, thanks!
Tron Legacy
Aurélien Thieriot wasn't happy with just one theme, here's Tron Legacy!
Github
I love Github, and everything it has done for the open source community, thanks for everything!
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!