<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-colors-solarized.git/colors, branch master</title>
<subtitle>forked from https://github.com/altercation/vim-colors-solarized</subtitle>
<id>https://git.tsegers.com/vim-colors-solarized.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/vim-colors-solarized.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/'/>
<updated>2022-02-14T19:43:43Z</updated>
<entry>
<title>Add support for indent-blankline.nvim</title>
<updated>2022-02-14T19:43:43Z</updated>
<author>
<name>Tim Segers</name>
<email>tsegers@pm.me</email>
</author>
<published>2022-02-14T19:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=dcf0ea723620aa13b0756893da3c51baa2b7e01a'/>
<id>urn:sha1:dcf0ea723620aa13b0756893da3c51baa2b7e01a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable delimiter highlighting</title>
<updated>2021-08-17T09:49:13Z</updated>
<author>
<name>Tim Segers</name>
<email>tsegers@pm.me</email>
</author>
<published>2021-08-17T09:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=8c7f5030c007c7018b63de9bbdc8770b4c25265e'/>
<id>urn:sha1:8c7f5030c007c7018b63de9bbdc8770b4c25265e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-emphasize tab bar</title>
<updated>2020-12-03T10:48:38Z</updated>
<author>
<name>Tim Segers</name>
<email>tsegers@pm.me</email>
</author>
<published>2020-12-03T10:48:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=ee37683b1146896c4c131d457d1c85c4fdea64a1'/>
<id>urn:sha1:ee37683b1146896c4c131d457d1c85c4fdea64a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to suit own preference</title>
<updated>2020-11-23T18:40:07Z</updated>
<author>
<name>Tim Segers</name>
<email>tsegers@pm.me</email>
</author>
<published>2020-11-23T18:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=468ce99e6bfa4f387c6963b808b84ebe259e813d'/>
<id>urn:sha1:468ce99e6bfa4f387c6963b808b84ebe259e813d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[vim] solarized.vim menu updates</title>
<updated>2011-05-09T21:39:01Z</updated>
<author>
<name>Ethan Schoonover</name>
<email>es@ethanschoonover.com</email>
</author>
<published>2011-05-09T21:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=528a59f26d12278698bb946f8fb82a63711eec21'/>
<id>urn:sha1:528a59f26d12278698bb946f8fb82a63711eec21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[vim] add highlighting for gitcommit values (useful in fugitive)</title>
<updated>2011-05-05T22:29:07Z</updated>
<author>
<name>Drew Neil</name>
<email>andrew.jr.neil@gmail.com</email>
</author>
<published>2011-05-05T22:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=7a7e5c8818d717084730133ed6b84a3ffc9d0447'/>
<id>urn:sha1:7a7e5c8818d717084730133ed6b84a3ffc9d0447</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[vim] reorganized gui menu, added help links for submenus</title>
<updated>2011-05-05T20:23:51Z</updated>
<author>
<name>Ethan Schoonover</name>
<email>es@ethanschoonover.com</email>
</author>
<published>2011-05-05T20:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=a8c94682fe86e556d190b8d22868538ad6149b3b'/>
<id>urn:sha1:a8c94682fe86e556d190b8d22868538ad6149b3b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[vim] fixed regression where bold was not active in gui</title>
<updated>2011-05-05T20:01:12Z</updated>
<author>
<name>Ethan Schoonover</name>
<email>es@ethanschoonover.com</email>
</author>
<published>2011-05-05T20:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=a7c77fa73b4f1340af242bae0dbbb269e1768a38'/>
<id>urn:sha1:a7c77fa73b4f1340af242bae0dbbb269e1768a38</id>
<content type='text'>
A test for t_Co &lt; 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.
</content>
</entry>
<entry>
<title>[vim] new, experimental trailing space function and menu item</title>
<updated>2011-05-05T19:42:07Z</updated>
<author>
<name>Ethan Schoonover</name>
<email>es@ethanschoonover.com</email>
</author>
<published>2011-05-05T19:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=8ee3566a413197a7414bf60c47ff2221e8ffb8e7'/>
<id>urn:sha1:8ee3566a413197a7414bf60c47ff2221e8ffb8e7</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[vim] modified normal/high visibility highlighting for listchars</title>
<updated>2011-05-05T06:50:17Z</updated>
<author>
<name>Ethan Schoonover</name>
<email>es@ethanschoonover.com</email>
</author>
<published>2011-05-05T06:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/vim-colors-solarized.git/commit/?id=1ebc43af72ecf8499d4057b5ace63c37f84ca7d9'/>
<id>urn:sha1:1ebc43af72ecf8499d4057b5ace63c37f84ca7d9</id>
<content type='text'>
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.
</content>
</entry>
</feed>
