diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/plain.vim (renamed from colors/off.vim) | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/colors/off.vim b/colors/plain.vim index fce8d45..0f2208b 100644 --- a/colors/off.vim +++ b/colors/plain.vim | |||
@@ -1,12 +1,15 @@ | |||
1 | " Name: off.vim | 1 | " Name: plain.vim |
2 | " Version: 0.1 | 2 | " Version: 0.1 |
3 | " Maintainer: github.com/pbrisbin | 3 | " Maintainer: github.com/andreypopp |
4 | " License: The MIT License (MIT) | 4 | " License: The MIT License (MIT) |
5 | " | 5 | " |
6 | " A colorscheme meant to look like a more pleasant version of syntax off. | 6 | " Based on |
7 | " Structure and what little color there is is taken from pencil.vim | ||
8 | " | 7 | " |
9 | " https://github.com/reedes/vim-colors-pencil | 8 | " https://github.com/pbrisbin/vim-colors-off (MIT License) |
9 | " | ||
10 | " which in turn based on | ||
11 | " | ||
12 | " https://github.com/reedes/vim-colors-pencil (MIT License) | ||
10 | " | 13 | " |
11 | """ | 14 | """ |
12 | hi clear | 15 | hi clear |
@@ -15,7 +18,7 @@ if exists('syntax on') | |||
15 | syntax reset | 18 | syntax reset |
16 | endif | 19 | endif |
17 | 20 | ||
18 | let g:colors_name='off' | 21 | let g:colors_name='plain' |
19 | 22 | ||
20 | let s:black = { "gui": "#121212", "cterm": "0" } | 23 | let s:black = { "gui": "#121212", "cterm": "0" } |
21 | let s:medium_gray = { "gui": "#767676", "cterm": "243" } | 24 | let s:medium_gray = { "gui": "#767676", "cterm": "243" } |