diff options
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/gtkrc')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/gtkrc | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index f91ce5e..cf8c343 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -275,7 +275,23 @@ style "frame_title" { fg[NORMAL] = shade(0.80, @fg_color) } -style "handle" { } +style "handle" { + engine "pixmap" { + image { + function = HANDLE + overlay_file = "Others/pane-separator-grip.svg" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image { + function = HANDLE + overlay_file = "Others/pane-separator-grip-vertical.svg" + overlay_stretch = FALSE + orientation = VERTICAL + } + } +} + class "GtkPaned" style "handle" style "menubar" { |