Commit Graph

374 Commits (main)

Author SHA1 Message Date
Ethan Schoonover 528a59f26d [vim] solarized.vim menu updates 2011-05-09 14:39:01 -07:00
Ethan Schoonover 27200e9b02 Merge commit '680df556d97b69cc46b148598b7e536463847919' 2011-05-09 14:31:01 -07:00
ornicar 705fea04ad Set Xresources foreground color to base0 2011-05-06 00:41:24 -07:00
Ethan Schoonover f16b2416f4 Merge commit '7a7e5c8818d717084730133ed6b84a3ffc9d0447' 2011-05-05 15:32:43 -07:00
Drew Neil 7a7e5c8818 [vim] add highlighting for gitcommit values (useful in fugitive)
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 15:29:07 -07:00
Ethan Schoonover 680df556d9 Merge commit 'a8c94682fe86e556d190b8d22868538ad6149b3b' 2011-05-05 13:26:05 -07:00
Ethan Schoonover a8c94682fe [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 13:23:51 -07:00
Ethan Schoonover 3681b451ef Merge commit 'a7c77fa73b4f1340af242bae0dbbb269e1768a38' 2011-05-05 13:03:55 -07:00
Ethan Schoonover a7c77fa73b [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 13:01:12 -07:00
Ethan Schoonover 8d2931e7cf Merge commit '8ee3566a413197a7414bf60c47ff2221e8ffb8e7' 2011-05-05 12:46:01 -07:00
Ethan Schoonover 8ee3566a41 [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-05 12:42:07 -07:00
Ethan Schoonover a4be301d06 Merge commit '1ebc43af72ecf8499d4057b5ace63c37f84ca7d9' 2011-05-04 23:52:11 -07:00
Ethan Schoonover 1ebc43af72 [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-04 23:50:17 -07:00
Ethan Schoonover edfc8019b5 Merge pull request #103 from tpope/vim_diff
Vim diff filetype highlighting
2011-05-04 17:49:51 -07:00
Tim Pope f085be036b [vim] Override colors for diff filetype 2011-05-03 21:49:41 -04:00
Tim Pope 4f59544fb1 [vim] Override colors for diff filetype 2011-05-03 21:49:41 -04:00
Ethan Schoonover b28e078015 Merge commit '54180f1a5bc7950af8c0a43a86e8146179f48eaa' 2011-05-03 13:03:04 -07:00
Ethan Schoonover 54180f1a5b [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 12:59:47 -07:00
Ethan Schoonover 001565e72c Merge commit '15059af5216fa67b92f3fdd5a4e2dadd996a211e' 2011-05-03 00:13:06 -07:00
Ethan Schoonover 15059af521 [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-03 00:11:07 -07:00
Ethan Schoonover 87211275bb Merge commit '2b30f611f1caf299f7f1637abe7d7b8eec058a09' 2011-05-02 10:13:49 -07:00
Ethan Schoonover 2b30f611f1 [vim] add missing solarized_menu option 2011-05-02 10:13:01 -07:00
Josh O'Rourke 71dc2c4357 Fix typos in OS X Terminal README 2011-05-01 16:28:15 -07:00
Ethan Schoonover ce8a43aaed Merge commit '295f56b0121a9d3d40ce12e7e99ab35803cbacc6' 2011-05-01 02:16:43 -07:00
Ethan Schoonover 295f56b012 [vim] solarized.vim add new diff modes to options and menu 2011-05-01 02:16:01 -07:00
Ethan Schoonover 948aac7cb2 Merge commit 'd8aaf70840e1a00ae64585813a97d975565531eb' 2011-05-01 01:38:02 -07:00
Ethan Schoonover d8aaf70840 [vim] solarized.vim 8 color highlighting match to 16/gui modes 2011-05-01 01:37:18 -07:00
Josh O'Rourke e92e9708c1 Fix typo in vim README 2011-04-30 17:56:20 -07:00
Ethan Schoonover a9ad17cc71 Merge commit '7fdec56a189191e3ea013b45d99915e455e533ec' 2011-04-30 15:08:46 -07:00
Ethan Schoonover 7fdec56a18 [vim] solarized.vim fixes for 8 color terminals like Apple Terminal.app 2011-04-30 15:07:33 -07:00
Tim Pope c94a88a2d4 Fix HTML-swallowing of <F5> 2011-04-29 21:31:24 -04:00
Tim Pope 21a77d0abb Fix syntax for setting g:solarized_visibility 2011-04-29 21:28:42 -04:00
Ethan Schoonover 72ef029ca8 Merge commit 'ca234ef7ea236a1b9d0eb3f8f692b6935c9d6400' 2011-04-29 16:11:37 -07:00
Ethan Schoonover ca234ef7ea [vim] solarized - added SolarizedOptions command 2011-04-29 16:09:41 -07:00
Ethan Schoonover f300969c90 [vim] solarized updated with menus and autogenerated options 2011-04-29 16:02:20 -07:00
Ethan Schoonover ec47403bd0 updated README/webpage 2011-04-16 16:03:32 -07:00
Ethan Schoonover 54c32e6117 updated temporary distrubtion files 2011-04-16 16:00:23 -07:00
Ethan Schoonover dbb90b16f7 updated README with textwrangler-bbedit repo links 2011-04-16 15:50:06 -07:00
Ethan Schoonover 65127684bb added textwrangler-bbedit subtree project from @rcarmo
git-subtree-dir: textwrangler-bbedit-colors-solarized
git-subtree-mainline: d294ce8c40
git-subtree-split: fa6201c686
2011-04-16 15:43:15 -07:00
Ethan Schoonover d294ce8c40 subtrees notes updated for textwrangler-bbedit repo 2011-04-16 15:42:48 -07:00
Rui Carmo fa6201c686 fixed README 2011-04-16 19:22:53 +01:00
Rui Carmo 2fce031e47 fixed README 2011-04-16 19:21:17 +01:00
Rui Carmo 55eff4d0f7 fixed README 2011-04-16 19:18:22 +01:00
Rui Carmo 8aa3518300 first commit 2011-04-16 19:16:28 +01:00
Ethan Schoonover b39fc719a1 added netbeans subtree project from @fentie
git-subtree-dir: netbeans-colors-solarized
git-subtree-mainline: b6d5f9442d
git-subtree-split: 8f497f3074
2011-04-16 11:01:54 -07:00
Ethan Schoonover b6d5f9442d readme/changelog and subtree updated for netbeans repo 2011-04-16 11:01:40 -07:00
Ethan Schoonover 4694535f87 Merge commit '4b0568dd06b5d04bb2c79ffd49d0898abe10ca18' 2011-04-16 10:51:48 -07:00
Ethan Schoonover 56fdff8e49 updated to changelog 2011-04-16 10:51:19 -07:00
Ethan Schoonover 4b0568dd06 updated to vimrc 2011-04-16 10:49:53 -07:00
Ethan Schoonover ced5aac690 updated changelog in prep for beta2 2011-04-16 10:39:56 -07:00