diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2009-10-27 16:01:50 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2009-10-27 16:01:50 +0100 |
commit | 67b80926f29bd28b312246e9467314e5d3c4cf54 (patch) | |
tree | f4fd90519121d400fbaeda697a5f0829d956499e | |
parent | 9565d4f5612119ff3d95b2d9f65843ef64af0203 (diff) |
[Vim] Color red is named red.
-rw-r--r-- | colors/red.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/red.vim b/colors/red.vim index 1998268..345a415 100644 --- a/colors/red.vim +++ b/colors/red.vim @@ -9,7 +9,7 @@ set background=dark if exists("syntax_on") syntax reset endif -let g:colors_name = "my_pablo" +let g:colors_name = "red" highlight Comment ctermfg=7 cterm=bold highlight Constant ctermfg=4 cterm=none |