1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fix GVim tabs

This commit is contained in:
Horst3180 2015-08-10 23:41:17 +02:00
parent 2376326de0
commit 2699407949

View File

@ -2227,6 +2227,13 @@ style "notebook_viewport" {
bg[NORMAL] = @notebook_bg
}
style "notebook_eventbox" {
bg[NORMAL] = @notebook_bg
bg[ACTIVE] = @bg_color
}
style "tooltips" {
xthickness = 8
@ -2365,6 +2372,9 @@ widget_class "*<GtkNotebook>.<GtkLabel>" style "noteb
# GTK tooltips
widget "gtk-tooltip*" style "tooltips"
#Fix GVim tabs
widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox"
# Xchat special cases
widget "*xchat-inputbox" style "entry"