From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc') diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc new file mode 100644 index 00000000..e873b3ac --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc @@ -0,0 +1,25 @@ +style "inkscape-toolbar" +{ + engine "pixmap" + { + image + { + function = BOX + file = "images/toolbars/toolbar.svg" + border = {0, 0, 0, 1} + stretch = TRUE + } + image + { + function = FLAT_BOX + file = "images/toolbars/toolbar.svg" + border = {0, 0, 0, 1} + stretch = TRUE + } + } +} + +# Fix the appearance of the main toolbar handlebox +widget "gtkmm__GtkWindow.SPDesktopWidget.GtkVBox.GtkHandleBox" style:highest "inkscape-toolbar" +# Fix the appearance of the main toolbar color picker +widget "gtkmm__GtkWindow.SPDesktopWidget.GtkVBox.GtkHandleBox*EventBox" style:highest "inkscape-toolbar" -- cgit v1.2.3