Skip to content

Commit

Permalink
switch background to dark gray
Browse files Browse the repository at this point in the history
  • Loading branch information
apalos committed Oct 1, 2017
1 parent 4b6f0c5 commit 1a00ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apalos.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if &background == 'dark'
" Cursor
call s:hifg("Cursor", "#00af5f", "Black")
"Backgroung colour
call s:hibg("Normal", "#000000", 232)
call s:hibg("Normal", "#000000", 234)
call s:hifg("Normal", "#ffffff", 252)
else
" General
Expand Down

0 comments on commit 1a00ca3

Please sign in to comment.