When loading the tex file below and using
:syntax on
:colorscheme evening,
in the gui the background of some braces ({}), after \documentclass and
\emph, appears darker than the default background. The patch further
below, i.e., deleting "guibg=grey5" at lines 49 and 50 of file
colors/evening.vim, mitigates this issue.
example.tex:
\documentclass{minimal}
% Probably does not compile
\begin{document}
Text \emph{with} more than $8$ colors.
\end{document}
patch:
--- /usr/share/vim/vim74/colors/evening.vim 2015-04-01
01:36:12.000000000 +0200
+++ ev.vim 2016-10-10 12:58:33.247995848 +0200
@@ -46,8 +46,8 @@
hi CursorLine term=underline cterm=underline guibg=grey40
" Groups for syntax highlighting
-hi Constant term=underline ctermfg=Magenta guifg=#ffa0a0 guibg=grey5
-hi Special term=bold ctermfg=LightRed guifg=Orange guibg=grey5
+hi Constant term=underline ctermfg=Magenta guifg=#ffa0a0
+hi Special term=bold ctermfg=LightRed guifg=Orange
if &t_Co > 8
hi Statement term=bold cterm=bold ctermfg=Yellow guifg=#ffff60
gui=bold
endif
--
Thomas
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.