Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | [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 | [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 | [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-04 | [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-03 | [vim] Override colors for diff filetype | ||
2011-05-03 | [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 | [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-02 | [vim] add missing solarized_menu option | ||
2011-05-01 | [vim] solarized.vim add new diff modes to options and menu | ||
2011-05-01 | [vim] solarized.vim 8 color highlighting match to 16/gui modes | ||
2011-04-30 | [vim] solarized.vim fixes for 8 color terminals like Apple Terminal.app | ||
2011-04-29 | [vim] solarized - added SolarizedOptions command | ||
2011-04-29 | [vim] solarized updated with menus and autogenerated options | ||
2011-04-16 | updated to vimrc | ||
2011-04-14 | updated wildmenu colors in solarized.vim | ||
2011-04-14 | updated incremental search highlighting for visibility | ||
2011-04-12 | updated vim solarized togglebg plugin to fix silent error on unique remapping | ||
2011-04-10 | [vim] removed quote in autocommand - solarized | ||
2011-04-09 | [vim] added au cmd to check if vim has switch from term to gui mode and call CS | ||
2011-04-08 | fix for macvim taking environment variables when called from mvim | ||
2011-04-08 | new visual mode selection colors for gui/term | ||
2011-04-08 | [vim] locked cursor to static (non reverse) colors | ||
2011-04-07 | [vim] added visibility option for special and non-text values | ||
2011-04-07 | [vim] updated status bar color, window split bar | ||
2011-04-07 | [vim] moved s:back definition before light mode switch | ||
2011-04-07 | [vim] major refactoring of solarized.vim | ||
2011-03-26 | updated changelog and vim readme in prep for beta2 | ||
2011-03-26 | [vim] red updated; italic removed in term mode | ||
2011-03-24 | [vim] pulled in subtree; updated vim 256 mode | ||
2011-03-24 | [vim] corrected vim 256 color mode; fixed terminal ital font issue | ||
2011-03-24 | merged README | ||
2011-03-24 | image updates | ||
2011-03-23 | [vim] solarized install README updated | ||
2011-03-23 | [vim] solarized install README updated | ||
2011-03-23 | [vim] solarized install README updated | ||
2011-03-23 | [vim] solarized install README updated | ||
2011-03-23 | [vim] updated vim solarized README install instructions | ||
2011-03-23 | [vim] vim solarized README updated | ||
2011-03-23 | [vim] comment italicized | ||
2011-03-23 | [vim][mail] solarized updates | ||
2011-03-22 | [vim][mail] solarized refinement | ||
2011-03-18 | [vim][mail] updates to solarized with post web tweaks | ||
2011-03-16 | [vim] solarized theme updated | ||
2011-03-15 | [vim][mail] solarized base2 shifted to yellow | ||
2011-03-15 | [vim] solarized in yellow-yellow state | ||
2011-03-15 | [vim] solarized in yellow-blue state | ||
2011-03-14 | [vim] solarized vim theme updatd | ||
2011-03-12 | [vim] pandoc syntax and solarized custom highlight good enough for beta | ||
2011-03-11 | [vim] pandoc syntax highlighting wip | ||
2011-03-11 | [vim] end of the line... solarized wrap | ||