Skip to content

Instantly share code, notes, and snippets.

@dreeve
Created February 1, 2011 13:41
Show Gist options
  • Save dreeve/805863 to your computer and use it in GitHub Desktop.
Save dreeve/805863 to your computer and use it in GitHub Desktop.
color fix for gtk borders in xmonad
# 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