Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-14 | Add support for indent-blankline.nvimHEADmaster | Tim Segers | |
2021-08-17 | Disable delimiter highlighting | Tim Segers | |
2020-12-03 | De-emphasize tab bar | Tim Segers | |
2020-11-23 | Update to suit own preference | Tim Segers | |
2011-05-09 | [vim] solarized.vim menu updates | Ethan Schoonover | |
2011-05-05 | [vim] add highlighting for gitcommit values (useful in fugitive) | Drew Neil | |
This is a modified version of a patch from @nelstrom. Any mistakes are my own (@altercation), the fine idea and original work is @nelstrom's. This establishes a good default set of highlight values when viewing the status window using @tpope's fugitive plugin. | |||
2011-05-05 | [vim] reorganized gui menu, added help links for submenus | Ethan Schoonover | |
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 | Ethan Schoonover | |
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 | Ethan Schoonover | |
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 | Ethan Schoonover | |
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 | Tim Pope | |
2011-05-03 | [vim] conditional low-color bold formatting moved to separate var | Ethan Schoonover | |
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 | Ethan Schoonover | |
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 | Ethan Schoonover | |
2011-05-01 | [vim] solarized.vim add new diff modes to options and menu | Ethan Schoonover | |
2011-05-01 | [vim] solarized.vim 8 color highlighting match to 16/gui modes | Ethan Schoonover | |
2011-04-30 | [vim] solarized.vim fixes for 8 color terminals like Apple Terminal.app | Ethan Schoonover | |
2011-04-29 | [vim] solarized - added SolarizedOptions command | Ethan Schoonover | |
2011-04-29 | [vim] solarized updated with menus and autogenerated options | Ethan Schoonover | |
2011-04-16 | updated to vimrc | Ethan Schoonover | |
2011-04-14 | updated wildmenu colors in solarized.vim | Ethan Schoonover | |
2011-04-14 | updated incremental search highlighting for visibility | Ethan Schoonover | |
2011-04-12 | updated vim solarized togglebg plugin to fix silent error on unique remapping | Ethan Schoonover | |
2011-04-10 | [vim] removed quote in autocommand - solarized | Ethan Schoonover | |
2011-04-09 | [vim] added au cmd to check if vim has switch from term to gui mode and call CS | Ethan Schoonover | |
2011-04-08 | fix for macvim taking environment variables when called from mvim | Ethan Schoonover | |
2011-04-08 | new visual mode selection colors for gui/term | Ethan Schoonover | |
2011-04-08 | [vim] locked cursor to static (non reverse) colors | Ethan Schoonover | |
2011-04-07 | [vim] added visibility option for special and non-text values | Ethan Schoonover | |
2011-04-07 | [vim] updated status bar color, window split bar | Ethan Schoonover | |
2011-04-07 | [vim] moved s:back definition before light mode switch | Ethan Schoonover | |
2011-04-07 | [vim] major refactoring of solarized.vim | Ethan Schoonover | |
2011-03-26 | updated changelog and vim readme in prep for beta2 | Ethan Schoonover | |
2011-03-26 | [vim] red updated; italic removed in term mode | Ethan Schoonover | |
2011-03-24 | [vim] pulled in subtree; updated vim 256 mode | Ethan Schoonover | |
2011-03-24 | [vim] corrected vim 256 color mode; fixed terminal ital font issue | Ethan Schoonover | |
2011-03-24 | merged README | Ethan Schoonover | |
2011-03-24 | image updates | Ethan Schoonover | |
2011-03-23 | [vim] solarized install README updated | Ethan Schoonover | |
2011-03-23 | [vim] solarized install README updated | Ethan Schoonover | |
2011-03-23 | [vim] solarized install README updated | Ethan Schoonover | |
2011-03-23 | [vim] solarized install README updated | Ethan Schoonover | |
2011-03-23 | [vim] updated vim solarized README install instructions | Ethan Schoonover | |
2011-03-23 | [vim] vim solarized README updated | Ethan Schoonover | |
2011-03-23 | [vim] comment italicized | Ethan Schoonover | |
2011-03-23 | [vim][mail] solarized updates | Ethan Schoonover | |
2011-03-22 | [vim][mail] solarized refinement | Ethan Schoonover | |
2011-03-18 | [vim][mail] updates to solarized with post web tweaks | Ethan Schoonover | |
2011-03-16 | [vim] solarized theme updated | Ethan Schoonover | |
2011-03-15 | [vim][mail] solarized base2 shifted to yellow | Ethan Schoonover | |