Apologies. I was mistaken.

Gtk /does/ change the color of the edge. Gvim requires a restart; This threw
me.

The gtk attribute is bg[NORMAL]

The fix is to add this to your theme's .gtkrc:

# color the right and bottom edges of maximized gvim windows
style "gvim" {
    bg[NORMAL] = "#000000"
}
widget "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" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to