Skip to content

Instantly share code, notes, and snippets.

@lunacookies
Created June 17, 2018 07:44
Show Gist options
  • Save lunacookies/a99c6bf23456e5b0eadd68c59f6badfa to your computer and use it in GitHub Desktop.
Save lunacookies/a99c6bf23456e5b0eadd68c59f6badfa to your computer and use it in GitHub Desktop.
Vim colourscheme to go along with the acme.itermcolors in my dotfiles
autocmd vimrc ColorScheme * highlight! LineNr
\ ctermfg=8
autocmd vimrc ColorScheme * highlight! CursorLine
\ ctermfg=NONE
\ ctermbg=7
\ cterm=NONE
autocmd vimrc ColorScheme * highlight! StatusLine
\ ctermfg=4
\ ctermbg=12
\ cterm=bold
autocmd vimrc ColorScheme * highlight! StatusLineNC
\ ctermfg=0
\ ctermbg=12
\ cterm=NONE
autocmd vimrc ColorScheme * highlight! VertSplit
\ ctermfg=8
\ ctermbg=NONE
\ cterm=NONE
autocmd vimrc ColorScheme * highlight! clear SignColumn
colorscheme default
syntax off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment