Skip to content

Instantly share code, notes, and snippets.

View anouarkappitou's full-sized avatar

anouar kappitou anouarkappitou

View GitHub Profile
@anouarkappitou
anouarkappitou / wez.vim
Last active July 31, 2020 16:04 — forked from wez/wez.vim
" Wez's VIM colors for Dark background
" vim:ts=2:sw=2:et:
hi clear
if exists("syntax on")
syntax reset
endif
let g:colors_name = "wez"
let &background="dark"