Y
Hacker News
new
|
ask
|
show
|
jobs
by
chrismetcalf
5103 days ago
Random, but does anybody know what color scheme his colors are based on? I'd love to crib that for Vim.
2 comments
mapleoin
5103 days ago
They're using CodeMirror for the in-browser editor and that's the default theme:
https://github.com/marijnh/CodeMirror2/blob/master/lib/codem...
link
ibdknox
5103 days ago
the parts that affect clojure have been changed a fair bit from the default theme.
link
bittersweet
5103 days ago
Not completely what you are looking for, but I found a Chris Granger inspired vim theme:
https://github.com/chmllr/vim-colorscheme-elrodeo
link