dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 07ee43936bbb2e2a37832d24d8ab788c8648116f
parent e7162fca778e9b6e040fd8d8941c0c91ee82df47
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 11:25:49 -0700

Eliminate the monochrome colourscheme

Revert back to the built-in colour scheme.

Diffstat:
M.vim/vimrc | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -9,7 +9,6 @@ endif call plug#begin('~/.vim/plugged') Plug 'rhysd/vim-clang-format' " clang-format. Plug 'vim-scripts/spacehi.vim' " Highlight bad whitespace. -Plug 'fxn/vim-monochrome' " Colour scheme. " Language support plugins. Plug 'cespare/vim-toml' @@ -106,7 +105,6 @@ nmap <leader>sjn :.-1r ~/.vim/snippets/journal.md<CR> if &t_Co > 2 syntax enable set background=dark - colorscheme monochrome " No background colour in terminal. hi Normal ctermbg=none