summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-01-20 16:20:22 -0600
committerzachir <zachir@librem.one>2025-01-20 16:20:22 -0600
commit8dd9c87d4d8c2f35f7ef26fe19d3330235abdfb7 (patch)
treeb1121a4102b84f0583c940e350ddf2a0f8200245
parent021b916382f129d8e95a5070fbbf466a05c2582a (diff)
Use the Dark2 vim theme instead of 256-grayvim
-rw-r--r--nvim/init.vim2
-rw-r--r--vim/vimrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/nvim/init.vim b/nvim/init.vim
index cdf9b33..812bf3e 100644
--- a/nvim/init.vim
+++ b/nvim/init.vim
@@ -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
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