From 8dd9c87d4d8c2f35f7ef26fe19d3330235abdfb7 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Mon, 20 Jan 2025 16:20:22 -0600
Subject: Use the Dark2 vim theme instead of 256-grayvim

---
 vim/vimrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'vim/vimrc')

diff --git a/vim/vimrc b/vim/vimrc
index cdf9b33..812bf3e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -62,7 +62,7 @@ set showmatch " Highlight matching brace
 set number
 set relativenumber
 
-colorscheme 256-grayvim
+colorscheme Dark2
  
 set hlsearch                    " Highlight all search results
 set smartcase                   " Enable smart-case search
-- 
cgit v1.2.3