fix colorscheme name
This commit is contained in:
parent
61adcffd25
commit
17d4866ba1
|
@ -1,4 +1,4 @@
|
||||||
" monotonous-dark.vim -- Vim color scheme.
|
" monotonous-darker.vim -- Vim color scheme.
|
||||||
" Author: studiovx (studiovx@studiovx.co.uk)
|
" Author: studiovx (studiovx@studiovx.co.uk)
|
||||||
" Webpage:
|
" Webpage:
|
||||||
" Description:
|
" Description:
|
||||||
|
@ -9,7 +9,7 @@ if exists("syntax_on")
|
||||||
syntax reset
|
syntax reset
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let colors_name = "monotonous-dark"
|
let colors_name = "monotonous-darker"
|
||||||
|
|
||||||
if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
||||||
hi Normal ctermbg=234 ctermfg=243 cterm=NONE guibg=#0C0C0D guifg=#767070 gui=NONE
|
hi Normal ctermbg=234 ctermfg=243 cterm=NONE guibg=#0C0C0D guifg=#767070 gui=NONE
|
||||||
|
|
Loading…
Reference in New Issue