summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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