aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/coderonline.vim (renamed from colors/maxvb6.vim)8
1 files changed, 4 insertions, 4 deletions
diff --git a/colors/maxvb6.vim b/colors/coderonline.vim
index eb3ddaa..eb8baa6 100644
--- a/colors/maxvb6.vim
+++ b/colors/coderonline.vim
@@ -1,14 +1,14 @@
1" color theme for vim 1" color theme for vim
2" Maintainer: Max Christian Pohle <max@entwicklerseite.de> 2" Maintainer: Max Christian Pohle <max@coderonline.de>
3" Last Change: 11.09.2014 3" Last Change: 07.09.2015
4" Web: http://max.entwicklerseite.de 4" Web: http://max.coderonline.de/
5 5
6set background=dark 6set background=dark
7hi clear 7hi clear
8if exists("syntax_on") 8if exists("syntax_on")
9 syntax reset 9 syntax reset
10endif 10endif
11let g:colors_name="maxvb6" 11let g:colors_name="coderonline"
12 12
13 13
14set guifont=Andale\ Mono\ 12 14set guifont=Andale\ Mono\ 12
..