NeilHanlon / andro

A dark theme for an evil amount of editors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Andro

Andro is a originally theme for MacRabbit's Espresso, that I made and am using. Expect updates, as I fiddle with the details. It is also being ported to several other editors, and while they're not perfect copies of it, it's close enough.

Currently supported editors are:

Languages that are currently supported:

HTML

HTML

CSS, LESS, SASS

CSS

JavaScript

JavaScript

PHP

PHP

Python

Python

Porting to other Editors

If you're going to port Andro to another editor, please let me know, and I'll add it. Note that getting the same effect is pretty hard, as not many editors enable you to have as much flexibility as Espresso.

Here are the colors (credit goes to @NeilHanlon for converting the HEX to RGB):

$background: #292929;     :  rgb(41,41,41)
$highlight: #3C3C3C;      :  rgb(60,60,60)
$current: #303030;        :  rgb(48,48,48)

$blue: #6B84A3;           :  rgb(107,132,163)
$beige: #E8BF6A;          :  rgb(232,191,122)
$white: #D6D6D6;          :  rgb(214,214,214)
$brown: #676767;          :  rgb(103,103,103)
$orange: #C24D43;         :  rgb(194,77,67)
$grey: #B9AA99;           :  rgb(185,170,153)

If you'd like to compare your result to the screenshots, Neil's added the sample code files in, well, sample-code.

License

You can do whatever the hell you want. Really. Use it, share it, modify it, smash it against the wall if you feel like it! Be nice though, I'd appreciate a mention as the original author if you're going to be sharing / building on it.

Installing Andro

All the files for the various IDEs are in the theme folder. Editor themes in the theme directory with a + in front of their names mean that they aren't a full port, that some things were lost.

Also, I suggest you use Monaco as your font, at 11pt or 12pt, depending on what looks best in your editor.

Espresso

Copy the the themes/Espresso/Andro.css file to ~/Library/Application Support/Espresso/Themes/Andro.css. Open up Espresso, go to Espresso ➜ Preferences ➜ Colors and set your "active theme" to Andro.

The .SCSS file that I used for generating the Andro.css file is also available in there, if you decide to edit it yourself.

TextMate

Open up the themes/+TextMate/Andro.tmTheme file in TextMate (nothing should happen, but the app should open). Then select "Andro" as your theme in TextMate ➜ Preferences ➜ Fonts and Colors.

Note that this is not a full port. Some of the styling visible on the Espresso screenshots was not possible to replicate with TextMate.

Sublime Text 2

Copy the themes/+Sublime Text 2/Andro.tmTheme file to ~/Library/Application Support/Sublime Text 2/Packages/User/Andro.tmTheme. Then open Sublime Text, and select Sublime Texte 2 ➜ Preferences ➜ Color Scheme ➜ User ➜ Andro. Andro should now be your theme.

Note that this is not a full port. Some of the styling visible on the Espresso screenshots was not possible to replicate with Sublime Text.

NetBeans (by @NeilHanlon)

Open up NetBeans, and go to NetBeans ➜ Preferences ➜ Fonts & Colors. At the bottom left, select Import, and then open up the themes/+NetBeans/Andro.zip file which contains the theme.

Note that this is not a full port. Some of the styling visible on the Espresso screenshots was not possible to replicate with NetBeans.

Komodo Edit (by @NeilHanlon)

Windows

Copy the theme/+Komodo Edit/Andro.ksf file to %AppData%\Local\ActiveState\KomodoEdit\<Version>\schemes\Andro.ksf. Then open Komodo Edit, and select "Andro" as your scheme under Edit ➜ Preferences ➜ Fonts & Colors.

Mac

Copy the theme/+Komodo Edit/Andro.ksf file to ~/Library/Application Support/Komodo Edit/<Version>/schemes/Andro.ksf. Then open Komodo Edit, and select "Andro" as your scheme under Komodo Edit ➜ Preferences ➜ Fonts & Colors.

Note that this is not a full port. Some of the styling visible on the Espresso screenshots was not possible to replicate with Komodo Edit

About

A dark theme for an evil amount of editors.


Languages

Language:Java 37.8%Language:JavaScript 25.2%Language:PHP 22.2%Language:Python 14.8%