From 27615bab987040865cc4809bf7162d9192b5b01e Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 16 Nov 2022 20:47:02 +0000 Subject: [PATCH] Change theme --- nix-conf/home/includes/common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 7a8ed28..e9627e7 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -72,10 +72,8 @@ in programs.vim = { enable = true; extraConfig = '' - " molokayo doesn't load properly without this" colorscheme molokai - colorscheme molokayo - " highlight doesn't work properly without this" + " highlight doesn't work properly without this syntax enable highlight Normal ctermfg=white ctermbg=black set hlsearch