fix colorscheme name

This commit is contained in:
ManjaroOne666 2018-12-09 20:22:24 +00:00
parent 61adcffd25
commit 17d4866ba1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
" monotonous-dark.vim -- Vim color scheme.
" monotonous-darker.vim -- Vim color scheme.
" Author: studiovx (studiovx@studiovx.co.uk)
" Webpage:
" Description:
@ -9,7 +9,7 @@ if exists("syntax_on")
syntax reset
endif
let colors_name = "monotonous-dark"
let colors_name = "monotonous-darker"
if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi Normal ctermbg=234 ctermfg=243 cterm=NONE guibg=#0C0C0D guifg=#767070 gui=NONE