Skip to content

Instantly share code, notes, and snippets.

@etcet
Forked from dreeve/.gtk-2.0
Created January 17, 2012 12:59
Show Gist options
  • Save etcet/1626551 to your computer and use it in GitHub Desktop.
Save etcet/1626551 to your computer and use it in GitHub Desktop.
solarized-light: color fix for gvim borders in xmonad
# this goes in your ~/.gtkrc-2.0 file
style "vimfix" {
bg[NORMAL] = "#fdf6e3" # 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