summaryrefslogtreecommitdiff
path: root/.vim/colors
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-02-12 23:56:59 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-02-12 23:56:59 +0000
commitf9683d4ed9c48748378ca9a93e11eddb28b6ff3f (patch)
treed0b297ad068391aa6eb9412b108cfcb9f6943817 /.vim/colors
parentc7cde0bf5b20dd39a274752ef4cb766272cdcade (diff)
parent142628de91fb3620a08101da1abe17c12c7f0c32 (diff)
Merge branch 'master' of urbainvaes.com:git/dotfiles
Diffstat (limited to '.vim/colors')
-rw-r--r--.vim/colors/mine.vim29
1 files changed, 3 insertions, 26 deletions
diff --git a/.vim/colors/mine.vim b/.vim/colors/mine.vim
index 653682e..25d8a97 100644
--- a/.vim/colors/mine.vim
+++ b/.vim/colors/mine.vim
@@ -1,29 +1,6 @@
-" Vim color file
-" Maintainer: Urbain
-" Last Change: 2002/10/14 Mon 16:41.
-" version: 1.0
-" This color scheme uses a light background.
+set background=dark
-set background=light
hi clear
-if exists("syntax_on")
- syntax reset
-endif
+syntax reset
-let colors_name = "mine"
-
-" Syntax group
-hi Comment gui=none guifg=#af5f00
-hi Normal guibg=white guifg=Black
-hi Type gui=none guifg=#005f00
-hi Statement gui=none guifg=#5f0000
-hi Special guifg=Black
-hi Constant guifg=Gray
-hi Error guifg=Red guibg=White
-hi Preproc guifg=Blue "\end
-hi Constant guifg=Green "\ $$
-hi Identifier guifg=Blue "\begin
-hi LineNr gui=none guifg=Gray
-hi FoldColumn guibg=#F5F4FD
-hi Todo guibg=white gui=underline,italic guifg=Red
-hi Conceal guibg=White guifg=DarkGreen
+hi Error ctermbg=None