diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-16 20:47:02 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-16 20:47:02 +0000 |
commit | 27615bab987040865cc4809bf7162d9192b5b01e (patch) | |
tree | 9a5e384b62e5d53fc9fa6a48876820495e8a22fb /nix-conf/home | |
parent | 6ec3cea36d9950bb74ae1a2951d47dd26f5488de (diff) | |
download | dotfiles-27615bab987040865cc4809bf7162d9192b5b01e.tar.gz |
Change theme
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/common.nix | 4 |
1 files changed, 1 insertions, 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 |