Update cyberpunk-neon.vim

fixed a few typos, one of which was throwing errors on nvim start
This commit is contained in:
AJRed 2021-02-02 16:11:33 -05:00 committed by GitHub
parent 14a8c7c4b4
commit 24cf00ca35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
" cyberpunkneon.vim -- Vim color scheme. " cyberpunk-neon.vim -- Vim color scheme.
" Author: Roberto Michán Sánchez (Roboron) (robertoms258@gmail.com) " Author: Roberto Michán Sánchez (Roboron) (robertoms258@gmail.com)
" Webpage: https://github.com/Roboron3042/Cyberpunk-Neon " Webpage: https://github.com/Roboron3042/Cyberpunk-Neon
" Description: A dark theme with a cyberpunk/outrun feeling " Description: A dark theme with a cyberpunk/outrun feeling
@ -9,7 +9,7 @@ if exists("syntax_on")
syntax reset syntax reset
endif endif
let colors_name = "cyberpunkneon" let colors_name = "cyberpunk-neon"
if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running") if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi ColorColumn ctermbg=9 ctermfg=233 cterm=NONE guibg=#ff0000 guifg=#000b1e gui=NONE hi ColorColumn ctermbg=9 ctermfg=233 cterm=NONE guibg=#ff0000 guifg=#000b1e gui=NONE