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 reason 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.
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!
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/
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.
Download or clone with git, the themes into your .vim/colors
directory.
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!
See the documentation for your editor, this varies between each one!
The editor used in the screenshots is Sublime Text 2 on Mac OSX with the font Source Code Pro.
Requested by Taylor Otwell of Laravel, a Zelda theme!
Inspired by Tron Legacy this theme provides increased contrast and brighter comments.
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.
For boring people.
Based on Pink Floyd's 'dark side of the moon', a request by Jamie Rumbelow.
An earthy request by Mr Dan Horrigan, happy to try.
A lighter version of Earthsong.
A fresh green and blue theme.
Strong rich colours.
I love Github, and everything it has done for the open source community, thanks for everything!
Here's a gloomy alternative to peacock! I thought it looked cool, maybe you do too?
Orange and blue theme.
A retro hacker theme, enjoy Glowfish!
A grungy green theme with some highlights.
A chilly breeze.
An orange tribute to the Laravel PHP Framework.
A darker version of the Laravel theme requested by Fernando Montoya.
First 3rd party submission from Spielberg0, based on the Sublime Text Tomorrow Night theme, thanks!
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.
Gentle and soothing.
Salute the flag.
Show your colours!
A theme with hot/warm colours for code and cold colours for markup.
Theme donated by Poyeyo.
A theme with hot/warm colours for code and cold colours for markup. Blue background.
Theme donated by Poyeyo.
A romantic red and purple theme.
Smart blue and yellow.
Saved by Meroje.
Be snappy!
Be snappy but lighter!
Orange and lime green, sharp sweetness.
With added fresh breath.
Suit up.
Requested by Aurélien Thieriot!
Aurélien Thieriot wasn't happy with just one theme, here's Tron Legacy!
Ian Landsman requested a light theme, I give you Userscape.
Ho Ho Hope you like it!
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 to JetBrains for the IntelliJ colour scheme converter tool! https://github.com/JetBrains/colorSchemeTool
This is the important part, enjoy using your new colour scheme!