Created
February 1, 2011 13:41
-
-
Save dreeve/805863 to your computer and use it in GitHub Desktop.
color fix for gtk borders in xmonad
This file contains hidden or 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
# this goes in your ~/.gtkrc-2.0 file | |
style "vimfix" { | |
bg[NORMAL] = "#242424" # this matches my gvim theme 'Normal' bg color. | |
} | |
widget "vim-main-window.*GtkForm" style "vimfix" | |
# taken from a very helpful post here: https://bbs.archlinux.org/viewtopic.php?id=65285 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment