Created
June 6, 2015 19:18
-
-
Save fqxp/51c1afbd622fdd8b547d to your computer and use it in GitHub Desktop.
Fix annoying gray bar at bottom and right side of gvim window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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