Created
May 13, 2014 11:09
-
-
Save carlmartus/b13d17a446d2a245cd63 to your computer and use it in GitHub Desktop.
gvim black border
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