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:
parent
2376326de0
commit
2699407949
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user