Skip to content

Commit

Permalink
Prefix gtk border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonCloud committed Aug 1, 2015
1 parent a017944 commit 9eac1ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gtkrc-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
style "no-resize-handle"
{
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
}

class "GtkWidget" style "no-resize-handle"

style "vimfix" {
bg[NORMAL] = "#080808" # this matches my gvim theme 'Normal' bg color.
}
widget "vim-main-window.*GtkForm" style "vimfix"

0 comments on commit 9eac1ea

Please sign in to comment.