vim and deps in main

This commit is contained in:
Ertuğrul Erata
2015-07-22 22:27:50 +03:00
parent 4cb44ea35f
commit e7e46456cd
29 changed files with 5874 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
" Vim color file
" Maintainer: Connor Berry <connorberry@yahoo.com>
" Last Change: 2006/05/25
" Version: 1.0
set background=dark
highlight clear
if exists("syntax on")
syntax reset
endif
let g:colors_name = "redstring"
highlight Normal term=none ctermfg=grey cterm=none ctermbg=black guifg=white gui=none guibg=black
highlight Comment term=none ctermfg=DarkGrey guifg=DarkGrey
highlight Constant term=none ctermfg=red cterm=none guifg=red gui=none
highlight Special term=none ctermfg=red cterm=bold guifg=red gui=bold
highlight Identifier term=none ctermfg=lightgreen cterm=none guifg=lightgreen gui=none
highlight Statement term=bold ctermfg=cyan cterm=bold guifg=cyan gui=bold
highlight Operator term=bold ctermfg=cyan cterm=bold guifg=cyan gui=bold
highlight PreProc term=bold ctermfg=lightgreen cterm=none guifg=green gui=none
highlight Type term=bold ctermfg=lightgreen cterm=none guifg=lightgreen gui=none
highlight String term=none ctermfg=red cterm=none guifg=red gui=none
highlight Number term=none ctermfg=red cterm=none guifg=red gui=none
" vim:ts=2:sw=2:et