Skip to content

Instantly share code, notes, and snippets.

View aaronhanson's full-sized avatar

Aaron Hanson aaronhanson

View GitHub Profile
@aaronhanson
aaronhanson / 2016-opi-lightning-talk-links.txt
Last active October 24, 2016 22:54
2016 - OPI Lightning talk
@aaronhanson
aaronhanson / grayduck.vim
Last active March 7, 2017 23:49
grayduck vim colorscheme
set bg=dark
hi clear
" Load the syntax highlighting defaults, if it's enabled.
if exists("syntax_on")
syntax reset
endif
let colors_name = "grayduck"