diff options
author | Max Christian Pohle | 2015-09-07 02:02:22 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-07 02:02:22 +0200 |
commit | 81a481d42b50dfdf275989a7812f46b854672c40 (patch) | |
tree | b97cd4201c68722243aec9ee96e521e9a84bb979 /colors | |
parent | 6b07aa894241e2bdf805ea5e0f7dc9c08be5f711 (diff) | |
download | vim-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 | ||
6 | set background=dark | 6 | set background=dark |
7 | hi clear | 7 | hi clear |
8 | if exists("syntax_on") | 8 | if exists("syntax_on") |
9 | syntax reset | 9 | syntax reset |
10 | endif | 10 | endif |
11 | let g:colors_name="maxvb6" | 11 | let g:colors_name="coderonline" |
12 | 12 | ||
13 | 13 | ||
14 | set guifont=Andale\ Mono\ 12 | 14 | set guifont=Andale\ Mono\ 12 |