aboutsummaryrefslogtreecommitdiffstats
path: root/colors
AgeCommit message (Collapse)Author
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-14updated wildmenu colors in solarized.vimGravatar Ethan Schoonover
2011-04-14updated incremental search highlighting for visibilityGravatar 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-26[vim] red updated; italic removed in term modeGravatar Ethan Schoonover
2011-03-24[vim] corrected vim 256 color mode; fixed terminal ital font issueGravatar Ethan Schoonover
2011-03-23[vim] solarized install 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
2011-03-15[vim] solarized in yellow-yellow stateGravatar Ethan Schoonover
2011-03-15[vim] solarized in yellow-blue stateGravatar Ethan Schoonover
2011-03-14[vim] solarized vim theme updatdGravatar Ethan Schoonover
2011-03-12[vim] pandoc syntax and solarized custom highlight good enough for betaGravatar Ethan Schoonover
2011-03-11[vim] pandoc syntax highlighting wipGravatar Ethan Schoonover
2011-03-11[vim] end of the line... solarized wrapGravatar Ethan Schoonover
2011-03-10[vim] massive solarized refinementGravatar Ethan Schoonover
2011-03-10[vim] massive solarized refinementGravatar Ethan Schoonover
2011-03-09[vim] pandoc syntax wipGravatar Ethan Schoonover
2011-03-08[vim] embedded code highlighting workingGravatar Ethan Schoonover
2011-03-07[vim] pandoc syntax core complete; highlight primitives wipGravatar Ethan Schoonover
2011-03-06[vim] pandoc syntax citations workingGravatar Ethan Schoonover
2011-03-06[vim] pandoc syntax links mostly workingGravatar Ethan Schoonover
2011-03-05[vim] pandoc syntax nearing initial completionGravatar Ethan Schoonover
2011-03-04[vim] pandoc syntax refactored and heading sections fixedGravatar Ethan Schoonover
2011-03-04[vim] pandoc syntax - tables basic highlighting workingGravatar Ethan Schoonover
2011-03-04[vim] pandoc syntax - tables basic highlighting workingGravatar Ethan Schoonover
2011-03-03[vim] pandoc syntax - all lists workingGravatar Ethan Schoonover
2011-03-03[vim] pandoc syntax wipGravatar Ethan Schoonover