about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-16 20:47:02 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-16 20:47:02 +0000
commit27615bab987040865cc4809bf7162d9192b5b01e (patch)
tree9a5e384b62e5d53fc9fa6a48876820495e8a22fb
parent6ec3cea36d9950bb74ae1a2951d47dd26f5488de (diff)
downloaddotfiles-27615bab987040865cc4809bf7162d9192b5b01e.tar.gz
Change theme
-rw-r--r--nix-conf/home/includes/common.nix4
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