aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-07 02:02:22 +0200
committerMax Christian Pohle2015-09-07 02:02:22 +0200
commit81a481d42b50dfdf275989a7812f46b854672c40 (patch)
treeb97cd4201c68722243aec9ee96e521e9a84bb979 /colors
parent6b07aa894241e2bdf805ea5e0f7dc9c08be5f711 (diff)
downloadvim-81a481d42b50dfdf275989a7812f46b854672c40.tar.bz2
vim-81a481d42b50dfdf275989a7812f46b854672c40.zip
renamed colorscheme, included INSTALL instructions
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
..