summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-10-27 16:01:50 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-10-27 16:01:50 +0100
commit40f4741937a1d2db41077606462f217d7fef6fd5 (patch)
tree8219a4aa401ba9fdcb7956cbcfecf5d1030caae4 /colors
parent30d65a914eb709f3ebacdf98ad3e768b7d7045bb (diff)
[Vim] Color red is named red.
Diffstat (limited to 'colors')
-rw-r--r--colors/red.vim2
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