Files
dotfiles-nix/.themes/Redmond97 SE Dusk Red/gtk-2.0/paned.rc
2026-01-07 20:36:21 +03:00

28 lines
534 B
Plaintext

########################################################################
# paned
########################################################################
style "paned"
{
engine "pixmap"
{
image
{
function = HANDLE
overlay_file = "assets/null.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = HANDLE
overlay_file = "assets/null.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
}
}
widget_class "*<GtkPaned>*" style "paned"
widget "*GtkHPaned" style "paned"