Skip to content

Instantly share code, notes, and snippets.

@fqxp
Created June 6, 2015 19:18
Show Gist options
  • Save fqxp/51c1afbd622fdd8b547d to your computer and use it in GitHub Desktop.
Save fqxp/51c1afbd622fdd8b547d to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment