Add color switching

This commit is contained in:
Fabian Ising
2022-10-24 11:38:50 +02:00
parent 0b2f96683c
commit 982dd1d1bf
7 changed files with 1589 additions and 29 deletions

3
nvim/.gitignore vendored
View File

@@ -6,3 +6,6 @@ __pycache__/
bundle/*
!bundle/Vundle.vim
*.swp
# Prevent changes to propagate to all systems
scheme.vim

View File

@@ -85,7 +85,11 @@ set t_Co=256
"set term=screen-256color
" Color configuration
colorscheme badwolf " some color ..
try
source ~/.config/nvim/scheme.vim
catch
" Ignore non existing file
endtry
syntax enable " enable syntax processing
" Disable annoying bell

2
nvim/scheme.vim Normal file
View File

@@ -0,0 +1,2 @@
set background=dark
colorscheme badwolf