summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-23 21:57:55 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-23 21:57:55 +0100
commit1570be1bc0386e4753ae735764b90d8d32510d03 (patch)
tree8287acd65a4d163f992bd19b5a8088ade7c1ac2e /vim/vimrc
parent1d034de053d57566b9f386602a1647e7c0b22311 (diff)
adding some color stuff to vim
Diffstat (limited to '')
-rw-r--r--vim/vimrc13
1 files changed, 3 insertions, 10 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d1280d2..9f3c3ee 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -396,19 +396,12 @@ nnoremap <leader>ev <C-w>s<C-w>j<C-w>L:e $MYVIMRC<cr>
"let g:dracula_underline = 1
" Colorscheme
-"colorscheme dracula
-"let g:gruvbox_contrast_dark = 'hard'
set background=dark
-"colorscheme solarized
colorscheme default
-"colorscheme tfl-subtle
-"syntax reset
-"highlight clear
-"hi Normal ctermfg=black ctermbg=white
-"hi Cursor ctermbg=black ctermfg=white
-"hi CursorLine ctermbg=237 cterm=bold
-
+" manual highlights
+highlight Visual ctermfg=black ctermbg=LightMagenta
+highlight Comment ctermfg=DarkGray
map <F7> :if exists("g:syntax_on") <Bar>
\ syntax off <Bar>