nicklasos
9/24/2013 - 7:23 AM

Vim Gtk fix

Vim Gtk fix

style "no-resize-handle"
{
    GtkWindow::resize-grip-height = 0
        GtkWindow::resize-grip-width = 0

}

class "GtkWidget" style "no-resize-handle"

style "vimfix" {
  bg[NORMAL] = "#242424" # this matches my gvim theme 'Normal' bg color.
}

widget "vim-main-window.*GtkForm" style "vimfix"