From 22b223a5c9b0eb14eb97610b0c843273e1855895 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Mon, 22 Apr 2019 14:44:52 +0000 Subject: [PATCH] Default to dark background --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 6fcc850..511e6aa 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -32,6 +32,7 @@ set nocompatible " Colors and syntax highlighting " colorscheme peachpuff + set background=dark filetype plugin on syntax on