Minor update to vimrc

Add note that colours should not be updated manually.  They are
controlled by a script.
This commit is contained in:
Protesilaos Stavrou 2019-04-17 02:40:20 +03:00
parent 6b505468a0
commit 13b720840a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -304,6 +304,8 @@ augroup END
set t_Co=256 " number of colours
syntax enable " enable syntax highlighting
colorscheme tempus_classic " use one of my Tempus thems (these are bundled with my dotfiles) - also as a plugin https://gitlab.com/protesilaos/tempus-themes-vim
" DO NOT EDIT MANUALLY. Themes are updated programatically via my
" `own_script_update_environment_theme`
" }}}