Created
May 19, 2015 22:50
-
-
Save emmajane/75972bcffc9c2988965f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" writer mode | |
" autocmd BufRead,BufNewFile *.asciidoc set filetype=markdown | |
set background=light | |
set nonu | |
set laststatus=0 | |
colorscheme default | |
hi FoldColumn guibg=white | |
set foldcolumn=12 | |
set linespace=8 | |
set guifont=Source\ Code\ Pro\ Light:h20 | |
set tw=80 | |
hi Normal guibg=gray95 | |
hi NonText guifg=gray95 | |
hi FoldColumn guibg=gray95 | |
hi CursorLine guibg=gray90 | |
hi Title gui=bold guifg=gray25 | |
hi MarkdownHeadingDelimiter gui=bold guifg=25 | |
hi htmlSpecialChar guifg=black | |
hi markdownBold gui=bold guifg=gray25 | |
hi markdownItalic guifg=gray25 gui=underline | |
hi markdownUrl guifg=#2fb3a6 | |
hi markdownAutomaticLink guifg=#2fb3a6 | |
hi markdownLinkText guifg=#317849 | |
hi markdownUrlTitle guifg=#317849 | |
hi markdownBlockquote guifg=#317849 gui=bold | |
hi markdownId guifg=#2fb3a6 | |
hi markdownIdDeclaration guifg=#317849 gui=bold | |
hi markdownListMarker guifg=#317849 | |
highlight Cursor guibg=#15abdd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment