Skip to content

Instantly share code, notes, and snippets.

@nicollehahn
nicollehahn / solarized.scss
Last active September 4, 2017 19:51 — forked from planetoftheweb/solarized.scss
The colors for the [solarized palette](http://ethanschoonover.com/solarized) in Hex format ready for Sass.
$lightgrey : #819090;
$gray : #708284;
$mediumgrey : #536870;
$darkgrey : #475B62;
$darkblue : #0A2933;
$darkerblue : #042029;
$paleryellow : #FCF4DC;
$paleyellow : #EAE3CB;
$yellow : #A57706;
$orange : #BD3613;
@nicollehahn
nicollehahn / .gitignore
Created September 2, 2017 02:24 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #