Skip to content

Instantly share code, notes, and snippets.

@pofat
Created October 21, 2016 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pofat/b16b034a9a5ee46a0f670a93b698e1af to your computer and use it in GitHub Desktop.
Save pofat/b16b034a9a5ee46a0f670a93b698e1af to your computer and use it in GitHub Desktop.
Config file for my MacVime
"-------------- Color config --------------
colorscheme atom-dark " My Vim GUI color scheme
"--------------------UI tweaks--------------------
set vb t_vb= " Disable bell after GUI startemd
" Some tweaks of the atom-dark theme
" Normal fg and bg color
hi Normal guifg=#eeeeee guibg=#252b3a
" fg and bg color of visual mode
hi Visual guifg=#cdfbff guibg=#1bb1b2
hi CursorLine guibg=#2F374D
hi Cursor guifg=NONE guibg=#2196f3
" bg color of line number column
hi LineNr guibg=bg
" fg and bg color of current and non current status bar
hi StatusLine guifg=#526669 guibg=bg
hi StatusLineNC guifg=#526669 guibg=#252b3a gui=none
hi vertsplit guifg=bg guibg=bg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment