Re: recolor the extra gray pixels around fullscreen gvim.

2012-10-26 Thread Shay
.nabble.com/recolor-the-extra-gray-pixels-around-fullscreen-gvim-tp4800815p5711522.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: recolor the extra gray pixels around fullscreen gvim.

2012-10-23 Thread Shay
-the-extra-gray-pixels-around-fullscreen-gvim-tp4800815p5711428.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: recolor the extra gray pixels around fullscreen gvim.

2012-10-23 Thread Tim Chase
On 10/23/12 14:44, Shay wrote: Has anyone figured this one out it Windows? I suspect that it's driven off of one of the colors in your standard Windows theme. I don't know which version you're running, but on XP it's Control Panel - Display Settings - Theme I'd experiment with the

Re: recolor the extra gray pixels around fullscreen gvim.

2011-09-14 Thread Benjamin R. Haskell
On Tue, 13 Sep 2011, lith wrote: $ strace -e trace=file gvim +q | grep themes/ | sed 1q access(/home/bhaskell/.themes/Raleigh/gtk-2.0/gtkrc, F_OK) = -1 ENOENT (No such file or directory) I use a custom theme based on Ambiance theme. When I run the above command (with | since strace prints

Re: recolor the extra gray pixels around fullscreen gvim.

2011-09-14 Thread Shay
desktop, but works well on my laptop, where there is /almost/ enough room for another full row or column. Kludgy, I suppose, but I don't have to worry about matching a gtkrc file to my background. -- View this message in context: http://vim.1045645.n5.nabble.com/recolor-the-extra-gray-pixels

recolor the extra gray pixels around fullscreen gvim.

2011-09-13 Thread Shay
Looks like gvim maximizes to the greatest number of full lines and columns? The rest of the screen is filled with pale gray. Can I recolor the filled area? Changing my gtk theme doesn't seem to help. -- View this message in context: http://vim.1045645.n5.nabble.com/recolor-the-extra-gray-pixels

Re: recolor the extra gray pixels around fullscreen gvim.

2011-09-13 Thread Tony Mechelynck
On 14/09/11 02:01, Shay wrote: Looks like gvim maximizes to the greatest number of full lines and columns? The rest of the screen is filled with pale gray. Can I recolor the filled area? Changing my gtk theme doesn't seem to help. If your GTK or KDE (or Windows or Mac) theme doesn't help,

Re: recolor the extra gray pixels around fullscreen gvim.

2011-09-13 Thread Shay
vim-main-window.*GtkForm style gvim -- View this message in context: http://vim.1045645.n5.nabble.com/recolor-the-extra-gray-pixels-around-fullscreen-gvim-tp4800815p4801297.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the vim_use

Re: recolor the extra gray pixels around fullscreen gvim.

2011-09-13 Thread Benjamin R. Haskell
On Tue, 13 Sep 2011, Shay wrote: Looks like gvim maximizes to the greatest number of full lines and columns? The rest of the screen is filled with pale gray. Can I recolor the filled area? Changing my gtk theme doesn't seem to help. I got this working using the following, fairly simple file:

Re: recolor the extra gray pixels around fullscreen gvim.

2011-09-13 Thread lith
$ strace -e trace=file gvim +q | grep themes/ | sed 1q access(/home/bhaskell/.themes/Raleigh/gtk-2.0/gtkrc, F_OK) = -1 ENOENT (No such file or directory) I use a custom theme based on Ambiance theme. When I run the above command (with | since strace prints the output on stderr) I get