Skip to content

Instantly share code, notes, and snippets.

@etcet
etcet / .gtkrc-2.0
Created January 17, 2012 12:59 — forked from dreeve/.gtk-2.0
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