Skip to content

Instantly share code, notes, and snippets.

@fqxp
fqxp / .gtkrc-2.0
Created June 6, 2015 19:18
Fix annoying gray bar at bottom and right side of gvim window
style "vimfix" {
bg[NORMAL] = "#242424" # this matches my gvim theme 'Normal' bg color.
}
widget "vim-main-window.*GtkForm" style "vimfix"