mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Minor update to vimrc
Add note that colours should not be updated manually. They are controlled by a script.
This commit is contained in:
parent
6b505468a0
commit
13b720840a
|
|
@ -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`
|
||||
|
||||
" }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue