Hyrule from SublimeText ported to Atom.
A pair dynamic greens along with a soothing orange, and an addictive yellow make up the main palette of Hyrule. Well-chosen background and primary text colors leave a developer's eyes fit for another day of study. Works very well in Java
, Go
, JavaScript
, and HTML
.
Some colors have been remaped to be more similar to the 2014 version of Hyrule as I remember it. Hyrule was so good that I immediately adopted it for the Java and Handlebars work I was doing at the time.
You can install Hyrule from Github easily for development use!
-
Clone this repo:
$ git clone git@github.com:AuthorOfTheSurf/hyrule-atom.git
-
Hop into the directory
$ cd hyrule-atom/
-
Run
apm link
to add the package to your Atom install's packages directory. This is how you install local/cloned packages/themes in general.$ apm link ~/.atom/packages/hyrule-atom -> ~/Development/themes/hyrule-atom
-
Open up Atom in dev mode just to be sure that it reads
~/.atom/packages
. Should work without this.$ cd your_project $ atom -d .
-
Press
cmd + ,
to open up the settings menu. Click "Themes", then find Hyrule in "Syntax Theme". All done!