aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-14Add support for indent-blankline.nvimHEADmasterGravatar Tim Segers
2021-08-17Disable delimiter highlightingGravatar Tim Segers
2020-12-03De-emphasize tab barGravatar Tim Segers
2020-11-23Update to suit own preferenceGravatar Tim Segers
2011-05-09[vim] solarized.vim menu updatesGravatar Ethan Schoonover
2011-05-05[vim] add highlighting for gitcommit values (useful in fugitive)Gravatar 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 submenusGravatar 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 guiGravatar 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 itemGravatar 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 listcharsGravatar 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 filetypeGravatar Tim Pope
2011-05-03[vim] conditional low-color bold formatting moved to separate varGravatar 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 terminalsGravatar 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 optionGravatar Ethan Schoonover
2011-05-01[vim] solarized.vim add new diff modes to options and menuGravatar Ethan Schoonover
2011-05-01[vim] solarized.vim 8 color highlighting match to 16/gui modesGravatar Ethan Schoonover
2011-04-30[vim] solarized.vim fixes for 8 color terminals like Apple Terminal.appGravatar Ethan Schoonover
2011-04-29[vim] solarized - added SolarizedOptions commandGravatar Ethan Schoonover
2011-04-29[vim] solarized updated with menus and autogenerated optionsGravatar Ethan Schoonover
2011-04-16updated to vimrcGravatar Ethan Schoonover
2011-04-14updated wildmenu colors in solarized.vimGravatar Ethan Schoonover
2011-04-14updated incremental search highlighting for visibilityGravatar Ethan Schoonover
2011-04-12updated vim solarized togglebg plugin to fix silent error on unique remappingGravatar Ethan Schoonover
2011-04-10[vim] removed quote in autocommand - solarizedGravatar Ethan Schoonover
2011-04-09[vim] added au cmd to check if vim has switch from term to gui mode and call CSGravatar Ethan Schoonover
2011-04-08fix for macvim taking environment variables when called from mvimGravatar Ethan Schoonover
2011-04-08new visual mode selection colors for gui/termGravatar Ethan Schoonover
2011-04-08[vim] locked cursor to static (non reverse) colorsGravatar Ethan Schoonover
2011-04-07[vim] added visibility option for special and non-text valuesGravatar Ethan Schoonover
2011-04-07[vim] updated status bar color, window split barGravatar Ethan Schoonover
2011-04-07[vim] moved s:back definition before light mode switchGravatar Ethan Schoonover
2011-04-07[vim] major refactoring of solarized.vimGravatar Ethan Schoonover
2011-03-26updated changelog and vim readme in prep for beta2Gravatar Ethan Schoonover
2011-03-26[vim] red updated; italic removed in term modeGravatar Ethan Schoonover
2011-03-24[vim] pulled in subtree; updated vim 256 modeGravatar Ethan Schoonover
2011-03-24[vim] corrected vim 256 color mode; fixed terminal ital font issueGravatar Ethan Schoonover
2011-03-24merged READMEGravatar Ethan Schoonover
2011-03-24image updatesGravatar Ethan Schoonover
2011-03-23[vim] solarized install README updatedGravatar Ethan Schoonover
2011-03-23[vim] solarized install README updatedGravatar Ethan Schoonover
2011-03-23[vim] solarized install README updatedGravatar Ethan Schoonover
2011-03-23[vim] solarized install README updatedGravatar Ethan Schoonover
2011-03-23[vim] updated vim solarized README install instructionsGravatar Ethan Schoonover
2011-03-23[vim] vim solarized README updatedGravatar Ethan Schoonover
2011-03-23[vim] comment italicizedGravatar Ethan Schoonover
2011-03-23[vim][mail] solarized updatesGravatar Ethan Schoonover
2011-03-22[vim][mail] solarized refinementGravatar Ethan Schoonover
2011-03-18[vim][mail] updates to solarized with post web tweaksGravatar Ethan Schoonover
2011-03-16[vim] solarized theme updatedGravatar Ethan Schoonover
2011-03-15[vim][mail] solarized base2 shifted to yellowGravatar Ethan Schoonover