Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # this goes in your ~/.gtkrc-2.0 file
  2.  
  3. style "vimfix" {
  4. bg[NORMAL] = "#242424" # this matches my gvim theme 'Normal' bg color.
  5. }
  6. widget "vim-main-window.*GtkForm" style "vimfix"
  7.  
  8. # taken from a very helpful post here: https://bbs.archlinux.org/viewtopic.php?id=65285
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement