aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-28 16:04:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-28 16:04:25 +0100
commit0d4b1f78e410937f242eb0ca53eabe891219946b (patch)
treef1c62f45f6befad5aeaba26b7683590ab7f958ec /vim/vimrc
parent674454e37ed9dc3daf45b5daac5fd9202aaf7fba (diff)
very little colour in vim now
Diffstat (limited to '')
-rw-r--r--vim/vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1ffccc6..59c01ab 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -189,7 +189,10 @@ let g:ale_completion_enabled = 0
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
-set background=dark
-colorscheme koehler
-"syntax off
+set background=light
+"colorscheme koehler
+"
+" set colours off!
+"set t_Co=0
+syntax off