Commit graph

78 commits

Author SHA1 Message Date
Ethan Schoonover
a8c94682fe [vim] reorganized gui menu, added help links for submenus
New gui menu structure; better organized, seperators, and new
help links in submenus, particularly for visibiliy, contrast, and
experimental submenus where the purpose of those settings might not
always be intuitive.
2011-05-05 13:23:51 -07:00
Ethan Schoonover
a7c77fa73b [vim] fixed regression where bold was not active in gui
A test for t_Co < 16 also snagged the gui despite t_Co not
being defined in gui mode. Changed to t_Co == 8 for now,
which is the only known case requiring bold off. There may
be other t_Co values under 16 in low color terminals but I
haven't found them yet, so this should be sufficient.
2011-05-05 13:01:12 -07:00
Ethan Schoonover
8ee3566a41 [vim] new, experimental trailing space function and menu item
Visibility of listchars is handled by g:solarized_visibility
but on the cursorline they can still be hard to spot if cursorline
is on due to the cursorline background color.

This new trailing spaces function, available in the menu or via
emenu, should change the trailing space highlighting on only
the cursorline. It doesn't work in call cases as, for example,
the comments pattern in most syntaxes will override it.
2011-05-05 12:42:07 -07:00
Ethan Schoonover
1ebc43af72 [vim] modified normal/high visibility highlighting for listchars
normal visibility is now both less obnoxiously red and more visible
due to a background used on trailing whitespace.

normal is now set as default due to more acceptable highlighting.
2011-05-04 23:50:17 -07:00
Tim Pope
f085be036b [vim] Override colors for diff filetype 2011-05-03 21:49:41 -04:00
Ethan Schoonover
54180f1a5b [vim] conditional low-color bold formatting moved to separate var
Was previously using a conditional check at highlighting primitive
definition stage to identify low color terminals and assign standard
s:b bold value to a bright-bold primitive. This removes proper
formatting for other items such as status bar so a dedicated s:bb
bright bold is required.
2011-05-03 12:59:47 -07:00
Ethan Schoonover
15059af521 [vim] solarized.vim fix for bold colorshift in low color terminals
Turn off bold, regardless of user setting in g:solarized_bold, if
the terminal emulator reports t_Co < 16, otherwise color is distorted.
2011-05-03 00:11:07 -07:00
Ethan Schoonover
2b30f611f1 [vim] add missing solarized_menu option 2011-05-02 10:13:01 -07:00
Ethan Schoonover
295f56b012 [vim] solarized.vim add new diff modes to options and menu 2011-05-01 02:16:01 -07:00
Ethan Schoonover
d8aaf70840 [vim] solarized.vim 8 color highlighting match to 16/gui modes 2011-05-01 01:37:18 -07:00
Ethan Schoonover
7fdec56a18 [vim] solarized.vim fixes for 8 color terminals like Apple Terminal.app 2011-04-30 15:07:33 -07:00
Ethan Schoonover
ca234ef7ea [vim] solarized - added SolarizedOptions command 2011-04-29 16:09:41 -07:00
Ethan Schoonover
f300969c90 [vim] solarized updated with menus and autogenerated options 2011-04-29 16:02:20 -07:00
Ethan Schoonover
4b0568dd06 updated to vimrc 2011-04-16 10:49:53 -07:00
Ethan Schoonover
177c82b163 updated wildmenu colors in solarized.vim 2011-04-14 23:00:07 -07:00
Ethan Schoonover
a2657339e1 updated incremental search highlighting for visibility 2011-04-14 22:35:34 -07:00
Ethan Schoonover
4a9b7ecc66 updated vim solarized togglebg plugin to fix silent error on unique remapping 2011-04-12 16:17:59 -07:00
Ethan Schoonover
4727d3afd6 [vim] removed quote in autocommand - solarized 2011-04-10 00:10:24 -07:00
Ethan Schoonover
c669333929 [vim] added au cmd to check if vim has switch from term to gui mode and call CS 2011-04-09 21:50:39 -07:00
Ethan Schoonover
d93e97f05d fix for macvim taking environment variables when called from mvim 2011-04-08 21:31:06 -07:00
Ethan Schoonover
201aefb823 new visual mode selection colors for gui/term 2011-04-08 12:30:32 -07:00
Ethan Schoonover
bc35c899ec [vim] locked cursor to static (non reverse) colors 2011-04-08 00:34:45 -07:00
Ethan Schoonover
9f2b8bc69d [vim] added visibility option for special and non-text values 2011-04-07 23:15:34 -07:00
Ethan Schoonover
d2b710d47b [vim] updated status bar color, window split bar 2011-04-07 21:23:12 -07:00
Ethan Schoonover
cf4aee2f5f [vim] moved s:back definition before light mode switch 2011-04-07 14:50:50 -07:00
Ethan Schoonover
4a0e344883 [vim] major refactoring of solarized.vim 2011-04-07 14:47:34 -07:00
Ethan Schoonover
a211ae8fc9 updated changelog and vim readme in prep for beta2 2011-03-26 13:25:20 -07:00
Ethan Schoonover
abe9cd4aa7 [vim] red updated; italic removed in term mode 2011-03-26 00:09:39 -07:00
Ethan Schoonover
e0816b1119 [vim] pulled in subtree; updated vim 256 mode 2011-03-24 16:01:46 -07:00
Ethan Schoonover
a1e972d191 [vim] corrected vim 256 color mode; fixed terminal ital font issue 2011-03-24 15:57:48 -07:00
Ethan Schoonover
77451e9cfd merged README 2011-03-24 15:36:44 -07:00
Ethan Schoonover
3f8ea2e7db image updates 2011-03-24 10:47:46 -07:00
Ethan Schoonover
f329836275 [vim] solarized install README updated 2011-03-23 13:32:44 -07:00
Ethan Schoonover
911de51ec7 [vim] solarized install README updated 2011-03-23 13:29:10 -07:00
Ethan Schoonover
ece1e4a1ed [vim] solarized install README updated 2011-03-23 13:26:49 -07:00
Ethan Schoonover
6666646c69 [vim] solarized install README updated 2011-03-23 13:23:03 -07:00
Ethan Schoonover
8fc4f78449 [vim] updated vim solarized README install instructions 2011-03-23 11:52:43 -07:00
Ethan Schoonover
c6ecd601fc [vim] vim solarized README updated 2011-03-23 11:34:50 -07:00
Ethan Schoonover
56bb56fcd9 [vim] comment italicized 2011-03-23 09:53:47 -07:00
Ethan Schoonover
59de68a3fd [vim][mail] solarized updates 2011-03-23 00:08:49 -07:00
Ethan Schoonover
db0f2aac54 [vim][mail] solarized refinement 2011-03-22 00:15:50 -07:00
Ethan Schoonover
81b5dad6c7 [vim][mail] updates to solarized with post web tweaks 2011-03-18 14:06:08 -07:00
Ethan Schoonover
be1012a425 [vim] solarized theme updated 2011-03-16 23:40:37 -07:00
Ethan Schoonover
eaf0d87921 [vim][mail] solarized base2 shifted to yellow 2011-03-15 10:44:41 -07:00
Ethan Schoonover
bdfa2c2205 [vim] solarized in yellow-yellow state 2011-03-15 09:31:23 -07:00
Ethan Schoonover
a02afccf12 [vim] solarized in yellow-blue state 2011-03-15 09:29:06 -07:00
Ethan Schoonover
6e8fd4cd58 [vim] solarized vim theme updatd 2011-03-14 11:18:34 -07:00
Ethan Schoonover
2fdda8acc9 [vim] pandoc syntax and solarized custom highlight good enough for beta 2011-03-12 00:07:36 -08:00
Ethan Schoonover
74a1ac55bc [vim] pandoc syntax highlighting wip 2011-03-11 22:20:12 -08:00
Ethan Schoonover
25bf5a9362 [vim] end of the line... solarized wrap 2011-03-11 16:43:25 -08:00