diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X/gtk-2.0 | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
Diffstat (limited to 'themes/Mint-X/gtk-2.0')
113 files changed, 15698 insertions, 0 deletions
diff --git a/themes/Mint-X/gtk-2.0/gtkrc b/themes/Mint-X/gtk-2.0/gtkrc new file mode 100644 index 00000000..e4d7acc2 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/gtkrc @@ -0,0 +1,644 @@ +# These are the defined colors for the theme, you can change them in GNOME's appearance preferences. + +gtk_color_scheme = "bg_color:#d6d6d6\nselected_bg_color:#9ab87c\nbase_color:#F7F7F7" # Background, base. +gtk_color_scheme = "fg_color:#212121\nselected_fg_color:#f5f5f5\ntext_color:#212121" # Foreground, text. +gtk_color_scheme = "tooltip_bg_color:#fbeaa0\ntooltip_fg_color:#212121" # Tooltips. +gtk_color_scheme = "link_color:#08c" # Hyperlinks + +## Misc ## + +#gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +#gtk-button-images = 0 # Enables icons in buttons +gtk-auto-mnemonics = 1 # Disables ugly lines under menu items + +## Default Style ## + +style "default" { + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 1, 1, 1, 1 } + GtkButtonBox::child-min-height = 26 + + GtkCheckButton::indicator-size = 16 + + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + #GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + #GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML ::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @link_color + + GtkImage::x-ayatana-indicator-dynamic = 1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 1 + GtkMenuBar::internal-padding = 0 + GtkMenuBar::window-dragging = 1 + GtkMenuItem::horizontal-padding = 0 + + GtkNotebook::tab-overlap = 0 + + GtkPaned::handle-size = 6 + + GtkProgressBar::min-horizontal-bar-height = 16 + GtkProgressBar::min-vertical-bar-width = 16 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 11 + GtkRange::stepper-size = 0 + GtkRange::stepper_spacing = 0 + GtkRange::trough-under-steppers = 0 + + GtkScale::slider-length = 16 + GtkScale::slider-width = 16 + GtkScale::trough-side-details = 1 + + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 30 + GtkScrollbar::slider-width = 14 + GtkScrollbar::trough-border = 0 + GtkScrollbar::activate-slider = 1 + + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + + GtkToolbar::internal-padding = 1 + GtkToolbar::window-dragging = 1 + + GtkTreeView::allow-rules = 1 + GtkTreeView::expander-size = 11 + GtkTreeView::horizontal-separator = 2 + GtkTreeView::row-ending-details = 0 + GtkTreeView::vertical-separator = 2 + + GtkWidget::new-tooltip-style = 1 + #GtkWidget::tooltip-alpha = 235 + #GtkWidget::tooltip-radius = 3 + GtkWidget::focus-line-width = 1 + GtkWidget::focus-padding = 0 # Keeping this at 0 prevents the Firefox tabs from jumping a few pixels when you create a new tab. Set the value locally if needed. + + GtkWindow::resize-grip-height = 0 + GtkWindow::resize-grip-width = 0 + + WnckTasklist::fade-overlay-rect = 0 + + xthickness = 1 + ythickness = 1 + + ## Color Definitions ## + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = darker (@bg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (1.04, @bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = shade (0.92, @selected_bg_color) + base[SELECTED] = shade (0.93, @selected_bg_color) + base[INSENSITIVE] = @bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + + engine "pixmap" + { + # Arrows + + image + { + function = ARROW + state = NORMAL + overlay_file = "images/arrows/small-arrow-up.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "images/arrows/small-arrow-up.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "images/arrows/small-arrow-up.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "images/arrows/small-arrow-up-insensitive.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = NORMAL + overlay_file = "images/arrows/small-arrow-down.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "images/arrows/small-arrow-down.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "images/arrows/small-arrow-down.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "images/arrows/small-arrow-down-insensitive.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = NORMAL + overlay_file = "images/arrows/arrow-left.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "images/arrows/arrow-left.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "images/arrows/arrow-left.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "images/arrows/arrow-left-insensitive.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + state = NORMAL + overlay_file = "images/arrows/arrow-right.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = PRELIGHT + overlay_file = "images/arrows/arrow-right.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = ACTIVE + overlay_file = "images/arrows/arrow-right.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + state = INSENSITIVE + overlay_file = "images/arrows/arrow-right-insensitive.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = TAB + state = INSENSITIVE + overlay_file = "images/arrows/small-arrow-down-insensitive.svg" + overlay_stretch = FALSE + } + image + { + function = TAB + state = NORMAL + overlay_file = "images/arrows/small-arrow-down.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + } + image + { + function = TAB + state = PRELIGHT + overlay_file = "images/arrows/small-arrow-down.svg" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + } + + # Expanders + + image + { + function = EXPANDER + expander_style = COLLAPSED + file = "images/expanders/closed.svg" + } + image + { + function = EXPANDER + expander_style = EXPANDED + file = "images/expanders/open.svg" + } + image + { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "images/expanders/open.svg" + } + image + { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "images/expanders/closed.svg" + } + + # Lines + + image + { + function = VLINE + file = "images/other/null.png" + border = {0, 0, 0, 0} + stretch = TRUE + } + image + { + function = HLINE + file = "images/other/null.png" + border = {0, 0, 0, 0} + stretch = TRUE + } + + # Handles + + image + { + function = HANDLE + overlay_file = "images/handles/pane-separator-grip.svg" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + image + { + function = HANDLE + overlay_file = "images/handles/pane-separator-grip-vertical.svg" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Shadows + + image + { + function = SHADOW_GAP + file = "images/other/null.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + image + { + function = SHADOW + shadow = IN + recolorable = FALSE + file = "images/frames/frame.svg" + border = {1, 1, 1, 1} + stretch = TRUE + } + + image + { + function = SHADOW + shadow = OUT + recolorable = TRUE + file = "images/other/null.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + image + { + function = SHADOW + shadow = ETCHED_IN + recolorable = TRUE + file = "images/frames/frame.svg" + border = {1, 1, 1, 1} + stretch = TRUE + } + image + { + function = SHADOW + shadow = ETCHED_OUT + recolorable = TRUE + file = "images/other/null.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + # Resize Grip + + image + { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "images/other/null.png" + overlay_border = {0, 0, 0, 0} + overlay_stretch = FALSE + } + + # Focus Lines + + image + { + function = FOCUS + file = "images/other/null.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + } +} + +## Widget Styles ## + +style "tooltips" +{ + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + + engine "murrine" + { + roundness = 4 + } +} + +style "xfwm-tabwin" +{ + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 0.9 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::listview-icon-size = 16 + Xfwm4TabwinWidget::preview-size = 512 + Xfwm4TabwinWidget::alpha = 0.8 + Xfwm4TabwinWidget::border-radius = 10 + + bg[NORMAL] = shade (0.15, @bg_color) + bg[ACTIVE] = shade (0.65, @selected_bg_color) + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + bg[SELECTED] = shade (0.45, @bg_color) + + fg[NORMAL] = shade (0.8, @base_color) + fg[ACTIVE] = @base_color + fg[PRELIGHT] = @base_color + + engine "murrine" { + roundness = 6 + contrast = 0.8 + highlight_shade = 1.00 + lightborder_shade = 1.0 + gradient_shades = {1.0,1.2,1.2,1.4} + border_shades = { 1.5, 1.5 } + reliefstyle = 0 + shadow_shades = { 1.3, 1.7 } + textstyle = 1 + text_shade = 0.25 + } +} + +style "xfwm-tabwin-button" +{ + font_name = "bold" +} + +style "xfsm-logout" +{ + bg[NORMAL] = @bg_color + bg[SELECTED] = @selected_bg_color # Highlighting selection + fg[NORMAL] = @fg_color + + engine "murrine" { + border_shades = { 1.1, 0.98 } # gradient to draw on border + contrast = 0.8 + focusstyle = 3 + glowstyle = 4 # 0,1,2,3,4 + gradient_shades = {1.12,1.10,1.1,1.02} + highlight_shade = 1.0 + roundness = 3 + } +} + +## Import external style files ## + +include "styles/bars.rc" +include "styles/buttons.rc" +include "styles/check-radio.rc" +include "styles/entry.rc" +include "styles/frames.rc" +include "styles/handlebox.rc" +include "styles/label-icon.rc" +include "styles/menus.rc" +include "styles/notebook.rc" +include "styles/scrolled-window.rc" +include "styles/separators.rc" +include "styles/sliders.rc" +include "styles/views.rc" + +## Apply the styles to the appropriate widgets ## + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "scale" +class "GtkProgressBar" style "progressbar" +class "GtkScrolledWindow" style "scrolled-window" +class "GtkFrame" style "frame" + +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook-fill" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook" +widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook" + +widget_class "*<GtkStatusbar>*" style "statusbar" + +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" + +widget_class "*<GtkCheckButton>*" style "check" +widget_class "*<GtkRadioButton>*" style "check" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu-item" +widget_class "*<GtkSeparatorMenuItem>*" style "menu-item-separator" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar-menuitem" + +widget_class "*<GtkComboBox>" style "button" + +widget_class "*HandleBox" style "handlebox" + +widget_class "*GtkIconView" style "iconview" + +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview-header" + +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline-toolbar" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style:highest "tool-button" + +widget_class "*<GtkNotebook>*<GtkToolbar>" style "notebook-toolbar" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook-fill" + +widget_class "*<GtkNotebook>*" style "notebook-close" + +widget_class "*GtkToolbar*GtkButton" style "tool-button" + +widget_class "*<GtkStatusbar>.<GtkFrame>" style:highest "statusbar-frame-fix" + +widget_class "*GtkSeparator" style "separator" +widget_class "*GtkHSeparator" style "separator" +widget_class "*GtkVSeparator" style "separator" +widget_class "*GtkSeparatorToolItem" style "toolbar-separator" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox-separator" + +widget "gtk-tooltip*" style "tooltips" + +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" +widget_class "*XfsmLogoutDialog*" style "xfsm-logout" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that the work around assumes that the combobox is _not_ in +# appears-as-list mode. +# Similar hack also in the menuitem style. +# This style does not affect GtkComboBoxEntry, it does have an effect +# on comboboxes in appears-as-list mode though. +style "combobox-text-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget_class "*.<GtkComboBox>.<GtkCellView>" style "combobox-text-color-workaround" + +style "menuitem-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +widget "*.gtk-combobox-popup-menu.*" style "menuitem-text-is-fg-color-workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the +# base color set. +style "fg-is-text-color-workaround" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround" +widget_class "*<GtkCList>" style "fg-is-text-color-workaround" + +widget_class "*<GtkImage>*" style "text" +widget_class "*.<GtkLabel>" style:highest "text" +widget_class "*.<GtkMenuItem>.*" style:highest "text" +widget_class "*<GtkMenuBar>*<GtkLabel>*" style:highest "inset-text" +widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style:highest "inset-text" +widget_class "*<GtkToolbar>*<GtkLabel>*" style:highest "inset-text" +#widget_class "*<GtkButton>*<GtkLabel>*" style:highest "text" +#widget_class "*<GtkButton>*<GtkImage>*" style:highest "text" + +# Application Styles + +include "styles/chrome.rc" +include "styles/file-manager.rc" +include "styles/inkscape.rc" +include "styles/mintmenu.rc" +include "styles/panel.rc" +include "styles/synaptic.rc" +include "styles/terminal.rc" +include "styles/text-editor.rc" diff --git a/themes/Mint-X/gtk-2.0/images/arrows/arrow-left-insensitive.svg b/themes/Mint-X/gtk-2.0/images/arrows/arrow-left-insensitive.svg new file mode 100644 index 00000000..d4fbae90 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/arrow-left-insensitive.svg @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="11" + height="11" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="arrow-left-insensitive.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="3.5173472" + inkscape:cy="6.4634458" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-global="true" + inkscape:window-width="1249" + inkscape:window-height="774" + inkscape:window-x="175" + inkscape:window-y="160" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1041.3622)"> + <path + style="fill:#999999;fill-opacity:1;stroke:none" + d="m 10,1041.3622 0,10 -9,-4.9593 z" + id="path3755" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/arrow-left.svg b/themes/Mint-X/gtk-2.0/images/arrows/arrow-left.svg new file mode 100644 index 00000000..99556e1c --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/arrow-left.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="11" + height="11" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="arrow-left-insensitive.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="3.5173472" + inkscape:cy="6.4634458" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-global="true" + inkscape:window-width="1249" + inkscape:window-height="774" + inkscape:window-x="175" + inkscape:window-y="160" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1041.3622)"> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path3052" + d="m 10,1042.3622 0,10 -9,-4.9593 z" + style="fill:#ffffff;fill-opacity:0.4;stroke:none" /> + <path + style="fill:#212121;fill-opacity:1;stroke:none" + d="m 10,1041.3622 0,10 -9,-4.9593 z" + id="path3755" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/arrow-right-insensitive.svg b/themes/Mint-X/gtk-2.0/images/arrows/arrow-right-insensitive.svg new file mode 100644 index 00000000..52a97f8e --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/arrow-right-insensitive.svg @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="11" + height="11" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="arrow-right.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="3.5173472" + inkscape:cy="6.4634458" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-global="true" + inkscape:window-width="1249" + inkscape:window-height="774" + inkscape:window-x="175" + inkscape:window-y="160" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1041.3622)"> + <path + style="fill:#8f8f8f;fill-opacity:1;stroke:none" + d="m 1,1041.3622 0,10 9,-4.9593 z" + id="path3755" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/arrow-right.svg b/themes/Mint-X/gtk-2.0/images/arrows/arrow-right.svg new file mode 100644 index 00000000..cf97bc22 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/arrow-right.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="11" + height="11" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="closed.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="3.5173472" + inkscape:cy="6.4634458" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-global="true" + inkscape:window-width="1249" + inkscape:window-height="774" + inkscape:window-x="175" + inkscape:window-y="160" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1041.3622)"> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path3052" + d="m 1,1042.3622 0,10 9,-4.9593 z" + style="fill:#ffffff;fill-opacity:0.4;stroke:none" /> + <path + style="fill:#212121;fill-opacity:1;stroke:none" + d="m 1,1041.3622 0,10 9,-4.9593 z" + id="path3755" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-down-insensitive.svg b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-down-insensitive.svg new file mode 100644 index 00000000..a1485659 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-down-insensitive.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="7.5999999" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="small-arrow-down-insensitive.svg"> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="48.96" + inkscape:cx="4.8540749" + inkscape:cy="3.6490274" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1196" + inkscape:window-height="645" + inkscape:window-x="539" + inkscape:window-y="257" + inkscape:window-maximized="0" + inkscape:snap-from-guide="false" + inkscape:snap-global="true" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2988" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3803"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807" /> + </linearGradient> + <linearGradient + id="linearGradient3776"> + <stop + style="stop-color:#060606;stop-opacity:1;" + offset="0" + id="stop3778" /> + <stop + style="stop-color:#161616;stop-opacity:1;" + offset="1" + id="stop3780" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-4" + id="linearGradient3809-9" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2513863,0,0,1.6736067,-1.1312388,-707.65729)" /> + <linearGradient + id="linearGradient3803-4"> + <stop + style="stop-color:#030303;stop-opacity:1;" + offset="0" + id="stop3805-9" /> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="1" + id="stop3807-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-7" + id="linearGradient3872-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1161866,0,0,1.3745157,-0.52284074,-393.56884)" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" /> + <linearGradient + id="linearGradient3803-7"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805-2" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807-3" /> + </linearGradient> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="translate(0,-1044.7622)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <path + id="path3758" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + style="fill:none;stroke:#000000;stroke-width:2" + inkscape:label="Triangle" + id="path3770" + inkscape:connector-curvature="0" /> + <path + id="path3784" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3792" + sodipodi:sides="5" + sodipodi:cx="3.6657681" + sodipodi:cy="3.2425876" + sodipodi:r1="8.6456966" + sodipodi:r2="4.3228483" + sodipodi:arg1="1.012197" + sodipodi:arg2="1.6405155" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.2479783,10.574124 3.3646268,7.554934 -1.8909562,9.8660976 -0.52857478,4.2887735 -4.3506865,0.00460586 1.374663,-0.42318038 4.268051,-5.3821052 6.4441302,-0.06916754 12.054454,1.150216 7.6739955,4.8615783 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.18611568" + inkscape:transform-center-y="-0.64657837" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3794" + sodipodi:sides="5" + sodipodi:cx="5.121294" + sodipodi:cy="2.2183287" + sodipodi:r1="5.1892219" + sodipodi:r2="2.5946109" + sodipodi:arg1="0.96262355" + sodipodi:arg2="1.5909421" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.0862536,6.4770889 5.0690271,4.8124131 1.9871953,6.3542021 2.6380218,2.9702361 0.21935491,0.51567889 3.6388143,0.08894861 5.2258277,-2.9698402 6.6883434,0.15039204 10.087839,0.71451384 7.5722636,3.0696537 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.032302692" + inkscape:transform-center-y="-0.46470435" /> + <path + style="fill:#8f8f8f;fill-opacity:1;stroke:none" + d="m 1,1046.3622 9,0 -4.5,5 z" + id="path3005" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-down.svg b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-down.svg new file mode 100644 index 00000000..28a8fa4d --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-down.svg @@ -0,0 +1,199 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="10" + height="7.5999999" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="small-arrow-down.svg"> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="48.96" + inkscape:cx="5.4258563" + inkscape:cy="3.6490274" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1196" + inkscape:window-height="645" + inkscape:window-x="504" + inkscape:window-y="294" + inkscape:window-maximized="0" + inkscape:snap-from-guide="false" + inkscape:snap-global="true" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2988" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3803"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807" /> + </linearGradient> + <linearGradient + id="linearGradient3776"> + <stop + style="stop-color:#060606;stop-opacity:1;" + offset="0" + id="stop3778" /> + <stop + style="stop-color:#161616;stop-opacity:1;" + offset="1" + id="stop3780" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-4" + id="linearGradient3809-9" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2513863,0,0,1.6736067,-1.1312388,-707.65729)" /> + <linearGradient + id="linearGradient3803-4"> + <stop + style="stop-color:#030303;stop-opacity:1;" + offset="0" + id="stop3805-9" /> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="1" + id="stop3807-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-7" + id="linearGradient3872-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1161866,0,0,1.3745157,-0.52284074,-393.56884)" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" /> + <linearGradient + id="linearGradient3803-7"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805-2" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807-3" /> + </linearGradient> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="translate(0,-1044.7622)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path3775" + d="m 1,1047.3622 9,0 -4.5,5 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + <path + id="path3758" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + style="fill:none;stroke:#000000;stroke-width:2" + inkscape:label="Triangle" + id="path3770" + inkscape:connector-curvature="0" /> + <path + id="path3784" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3792" + sodipodi:sides="5" + sodipodi:cx="3.6657681" + sodipodi:cy="3.2425876" + sodipodi:r1="8.6456966" + sodipodi:r2="4.3228483" + sodipodi:arg1="1.012197" + sodipodi:arg2="1.6405155" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.2479783,10.574124 3.3646268,7.554934 -1.8909562,9.8660976 -0.52857478,4.2887735 -4.3506865,0.00460586 1.374663,-0.42318038 4.268051,-5.3821052 6.4441302,-0.06916754 12.054454,1.150216 7.6739955,4.8615783 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.18611568" + inkscape:transform-center-y="-0.64657837" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3794" + sodipodi:sides="5" + sodipodi:cx="5.121294" + sodipodi:cy="2.2183287" + sodipodi:r1="5.1892219" + sodipodi:r2="2.5946109" + sodipodi:arg1="0.96262355" + sodipodi:arg2="1.5909421" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.0862536,6.4770889 5.0690271,4.8124131 1.9871953,6.3542021 2.6380218,2.9702361 0.21935491,0.51567889 3.6388143,0.08894861 5.2258277,-2.9698402 6.6883434,0.15039204 10.087839,0.71451384 7.5722636,3.0696537 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.032302692" + inkscape:transform-center-y="-0.46470435" /> + <path + style="fill:#212121;fill-opacity:1;stroke:none" + d="m 1,1046.3622 9,0 -4.5,5 z" + id="path3005" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-up-insensitive.svg b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-up-insensitive.svg new file mode 100644 index 00000000..04e94204 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-up-insensitive.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="9" + height="7.5999999" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="small-arrow-down-insensitive.svg"> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="48.96" + inkscape:cx="4.8540749" + inkscape:cy="3.6490274" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1196" + inkscape:window-height="645" + inkscape:window-x="690" + inkscape:window-y="277" + inkscape:window-maximized="0" + inkscape:snap-from-guide="false" + inkscape:snap-global="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2988" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3803"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807" /> + </linearGradient> + <linearGradient + id="linearGradient3776"> + <stop + style="stop-color:#060606;stop-opacity:1;" + offset="0" + id="stop3778" /> + <stop + style="stop-color:#161616;stop-opacity:1;" + offset="1" + id="stop3780" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-4" + id="linearGradient3809-9" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2513863,0,0,1.6736067,-1.1312388,-707.65729)" /> + <linearGradient + id="linearGradient3803-4"> + <stop + style="stop-color:#030303;stop-opacity:1;" + offset="0" + id="stop3805-9" /> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="1" + id="stop3807-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-7" + id="linearGradient3872-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1161866,0,0,1.3745157,-0.52284074,-393.56884)" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" /> + <linearGradient + id="linearGradient3803-7"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805-2" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807-3" /> + </linearGradient> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="translate(0,-1044.7622)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <path + id="path3758" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + style="fill:none;stroke:#000000;stroke-width:2" + inkscape:label="Triangle" + id="path3770" + inkscape:connector-curvature="0" /> + <path + id="path3784" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3792" + sodipodi:sides="5" + sodipodi:cx="3.6657681" + sodipodi:cy="3.2425876" + sodipodi:r1="8.6456966" + sodipodi:r2="4.3228483" + sodipodi:arg1="1.012197" + sodipodi:arg2="1.6405155" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.2479783,10.574124 3.3646268,7.554934 -1.8909562,9.8660976 -0.52857478,4.2887735 -4.3506865,0.00460586 1.374663,-0.42318038 4.268051,-5.3821052 6.4441302,-0.06916754 12.054454,1.150216 7.6739955,4.8615783 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.18611568" + inkscape:transform-center-y="-0.64657837" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3794" + sodipodi:sides="5" + sodipodi:cx="5.121294" + sodipodi:cy="2.2183287" + sodipodi:r1="5.1892219" + sodipodi:r2="2.5946109" + sodipodi:arg1="0.96262355" + sodipodi:arg2="1.5909421" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.0862536,6.4770889 5.0690271,4.8124131 1.9871953,6.3542021 2.6380218,2.9702361 0.21935491,0.51567889 3.6388143,0.08894861 5.2258277,-2.9698402 6.6883434,0.15039204 10.087839,0.71451384 7.5722636,3.0696537 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.032302692" + inkscape:transform-center-y="-0.46470435" /> + <path + style="fill:#8f8f8f;fill-opacity:1;stroke:none" + d="m 0,1050.8115 9,0 -4.5,-5 z" + id="path3005" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-up.svg b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-up.svg new file mode 100644 index 00000000..fb91722f --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/arrows/small-arrow-up.svg @@ -0,0 +1,199 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="9" + height="7.5999999" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="small-arrow-down.svg"> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="48.96" + inkscape:cx="5.4258563" + inkscape:cy="3.6490274" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1196" + inkscape:window-height="645" + inkscape:window-x="504" + inkscape:window-y="294" + inkscape:window-maximized="0" + inkscape:snap-from-guide="false" + inkscape:snap-global="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2988" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="false" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3803"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807" /> + </linearGradient> + <linearGradient + id="linearGradient3776"> + <stop + style="stop-color:#060606;stop-opacity:1;" + offset="0" + id="stop3778" /> + <stop + style="stop-color:#161616;stop-opacity:1;" + offset="1" + id="stop3780" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-4" + id="linearGradient3809-9" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2513863,0,0,1.6736067,-1.1312388,-707.65729)" /> + <linearGradient + id="linearGradient3803-4"> + <stop + style="stop-color:#030303;stop-opacity:1;" + offset="0" + id="stop3805-9" /> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="1" + id="stop3807-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-7" + id="linearGradient3872-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1161866,0,0,1.3745157,-0.52284074,-393.56884)" + x1="6" + y1="1047.3622" + x2="6" + y2="1051.3622" /> + <linearGradient + id="linearGradient3803-7"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop3805-2" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="1" + id="stop3807-3" /> + </linearGradient> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="translate(0,-1044.7622)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="path3775" + d="m 0,1049.7707 9,0 -4.5,-5 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + <path + id="path3758" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + style="fill:none;stroke:#000000;stroke-width:2" + inkscape:label="Triangle" + id="path3770" + inkscape:connector-curvature="0" /> + <path + id="path3784" + inkscape:label="Triangle" + style="fill:none;stroke:#000000;stroke-width:2" + d="m -42.730458,49.450203 100,0 -50.0000002,-86.60254 -49.9999998,86.60254 z" + inkscape:connector-curvature="0" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3792" + sodipodi:sides="5" + sodipodi:cx="3.6657681" + sodipodi:cy="3.2425876" + sodipodi:r1="8.6456966" + sodipodi:r2="4.3228483" + sodipodi:arg1="1.012197" + sodipodi:arg2="1.6405155" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.2479783,10.574124 3.3646268,7.554934 -1.8909562,9.8660976 -0.52857478,4.2887735 -4.3506865,0.00460586 1.374663,-0.42318038 4.268051,-5.3821052 6.4441302,-0.06916754 12.054454,1.150216 7.6739955,4.8615783 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.18611568" + inkscape:transform-center-y="-0.64657837" /> + <path + sodipodi:type="star" + style="opacity:0;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none;stroke-dashoffset:0" + id="path3794" + sodipodi:sides="5" + sodipodi:cx="5.121294" + sodipodi:cy="2.2183287" + sodipodi:r1="5.1892219" + sodipodi:r2="2.5946109" + sodipodi:arg1="0.96262355" + sodipodi:arg2="1.5909421" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 8.0862536,6.4770889 5.0690271,4.8124131 1.9871953,6.3542021 2.6380218,2.9702361 0.21935491,0.51567889 3.6388143,0.08894861 5.2258277,-2.9698402 6.6883434,0.15039204 10.087839,0.71451384 7.5722636,3.0696537 z" + transform="translate(0,1039.3622)" + inkscape:transform-center-x="-0.032302692" + inkscape:transform-center-y="-0.46470435" /> + <path + style="fill:#212121;fill-opacity:1;stroke:none" + d="m 0,1050.8516 9,0 -4.5,-5 z" + id="path3005" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button-active-hover.svg b/themes/Mint-X/gtk-2.0/images/button/button-active-hover.svg new file mode 100644 index 00000000..0669a2f4 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button-active-hover.svg @@ -0,0 +1,202 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button-active-hover.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + id="stop3782" + offset="0.2876724" + style="stop-color:#adadad;stop-opacity:1;" /> + <stop + style="stop-color:#adadad;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#adadad;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999683,3.0075758e-8,0.00331169)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8.0079336" + y1="1037.4174" + x2="8.0079336" + y2="1051.2439" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="7.7145749" + inkscape:cy="8.9101075" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="623" + inkscape:window-y="130" + inkscape:window-maximized="0" + inkscape:snap-bbox="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:#808080;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12.999965" + x="1.5" + y="1037.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999988;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999966" + x="2.5" + y="1038.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button-active.svg b/themes/Mint-X/gtk-2.0/images/button/button-active.svg new file mode 100644 index 00000000..b198c98a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button-active.svg @@ -0,0 +1,202 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#999999;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + id="stop3782" + offset="0.2876724" + style="stop-color:#b8b8b8;stop-opacity:1;" /> + <stop + style="stop-color:#b8b8b8;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#adadad;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999683,3.0075758e-8,0.00331169)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8.0079336" + y1="1037.4174" + x2="8.0079336" + y2="1051.2439" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.5748448" + inkscape:cy="8.9101075" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="623" + inkscape:window-y="130" + inkscape:window-maximized="0" + inkscape:snap-bbox="false"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:#808080;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12.999965" + x="1.5" + y="1037.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999988;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999966" + x="2.5" + y="1038.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button-default.svg b/themes/Mint-X/gtk-2.0/images/button/button-default.svg new file mode 100644 index 00000000..480cc422 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button-default.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button-default.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3782"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3784" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3786" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#f8f8f8;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#d2d2d2;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-3.6696429" + inkscape:cy="8.1176041" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="556" + inkscape:window-y="135" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#accd8a;fill-opacity:1;stroke:none" + id="rect3777" + width="15.116072" + height="15.116089" + x="0.4642857" + y="1036.8264" + rx="3" + ry="3" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button-focus.svg b/themes/Mint-X/gtk-2.0/images/button/button-focus.svg new file mode 100644 index 00000000..15a1968a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button-focus.svg @@ -0,0 +1,149 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button-focus.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.060915" + y1="1038.4275" + x2="8.060915" + y2="1050.302" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999683,2.0909091e-8,0.00331169)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.3797096" + inkscape:cy="8.7600042" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="287" + inkscape:window-y="102" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:#9ab87c;stroke-width:0.49999997;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3757" + width="13.895146" + height="14.208261" + x="1.0366435" + y="1037.2751" + rx="3.4735098" + ry="3.2526119" /> + <rect + style="fill:none;stroke:#699933;stroke-width:0.7;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3755" + width="13" + height="12.999864" + x="1.5" + y="1037.8622" + rx="3" + ry="3" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button-hover.svg b/themes/Mint-X/gtk-2.0/images/button/button-hover.svg new file mode 100644 index 00000000..27ebadbc --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button-hover.svg @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button-hover.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#dadada;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.060915" + y1="1038.4275" + x2="8.060915" + y2="1050.302" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999368,2.0909091e-8,0.00662125)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient3776" + x1="8" + y1="1038.3622" + x2="8" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="7.060915" + y1="1037.3857" + x2="7.060915" + y2="1051.4346" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="6.7907411" + inkscape:cy="8.7600042" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="343" + inkscape:window-y="101" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3776);fill-opacity:1;stroke:url(#linearGradient3780);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12.999864" + x="1.5" + y="1037.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999994;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999932" + x="2.5" + y="1038.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button-insensitive.svg b/themes/Mint-X/gtk-2.0/images/button/button-insensitive.svg new file mode 100644 index 00000000..d6580ac4 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button-insensitive.svg @@ -0,0 +1,187 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#d6d6d6;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#cbcbcb;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999683,3.0075758e-8,0.00331169)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient3776" + x1="8" + y1="1037.3622" + x2="8" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="4.3281753" + inkscape:cy="8.7600042" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="401" + inkscape:window-y="152" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3776);fill-opacity:1;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12.999965" + x="1.5" + y="1037.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999988;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999966" + x="2.5" + y="1038.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/button.svg b/themes/Mint-X/gtk-2.0/images/button/button.svg new file mode 100644 index 00000000..7909d56a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/button.svg @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="button.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3782"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3784" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3786" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#f8f8f8;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#d2d2d2;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.060915" + y1="1038.4275" + x2="8.060915" + y2="1050.302" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999368,2.0909091e-8,0.00662125)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient3776" + x1="8" + y1="1038.3622" + x2="8" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3782" + id="linearGradient3788" + x1="6.9821429" + y1="1037.3978" + x2="6.9821429" + y2="1051.24" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="5.1188277" + inkscape:cy="8.3551309" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="285" + inkscape:window-y="63" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="4" + ry="4" /> + <rect + style="fill:url(#linearGradient3776);fill-opacity:1;stroke:url(#linearGradient3788);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12.999864" + x="1.5" + y="1037.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999994;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999932" + x="2.5" + y="1038.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/pathbar-button-active-hover.svg b/themes/Mint-X/gtk-2.0/images/button/pathbar-button-active-hover.svg new file mode 100644 index 00000000..dafefdaa --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/pathbar-button-active-hover.svg @@ -0,0 +1,203 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="pathbar-button-active-hover.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + id="stop3782" + offset="0.2876724" + style="stop-color:#adadad;stop-opacity:1;" /> + <stop + style="stop-color:#adadad;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#adadad;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1818182,0,0,1.0909043,-1.4545455,-95.437045)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8.0079336" + y1="1037.4174" + x2="8.0079336" + y2="1051.2439" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1538462,0,0,1.0769219,-1.2307693,-80.834364)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="7.7145749" + inkscape:cy="8.9101075" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="623" + inkscape:window-y="130" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:#808080;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="15" + height="13.999947" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999988;stroke-opacity:1" + id="rect3765" + width="13" + height="11.999949" + x="1.4999999" + y="1037.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/pathbar-button-active.svg b/themes/Mint-X/gtk-2.0/images/button/pathbar-button-active.svg new file mode 100644 index 00000000..63b7b715 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/pathbar-button-active.svg @@ -0,0 +1,203 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="pathbar-button-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#999999;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + id="stop3782" + offset="0.2876724" + style="stop-color:#b8b8b8;stop-opacity:1;" /> + <stop + style="stop-color:#b8b8b8;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#adadad;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1818182,0,0,1.0909043,-1.4545455,-95.437045)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8.0079336" + y1="1037.4174" + x2="8.0079336" + y2="1051.2439" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1538461,0,0,1.0769219,-1.2307693,-80.834364)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.5748448" + inkscape:cy="8.9101075" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="623" + inkscape:window-y="130" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:#808080;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="15" + height="13.999947" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999988;stroke-opacity:1" + id="rect3765" + width="13" + height="11.999949" + x="1.4999999" + y="1037.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/pathbar-button-hover.svg b/themes/Mint-X/gtk-2.0/images/button/pathbar-button-hover.svg new file mode 100644 index 00000000..10bb505a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/pathbar-button-hover.svg @@ -0,0 +1,209 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="pathbar-button-hover.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#dadada;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.060915" + y1="1038.4275" + x2="8.060915" + y2="1050.302" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1818182,0,0,1.0909012,-1.4545455,-95.433719)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient3776" + x1="8" + y1="1038.3622" + x2="8" + y2="1050.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1538462,0,0,1.0769225,-1.2307693,-80.834985)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="7.060915" + y1="1037.3857" + x2="7.060915" + y2="1051.4346" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1538462,0,0,1.0769225,-1.2307693,-80.834985)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="8.4972126" + inkscape:cy="8.9804773" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="821" + inkscape:window-height="531" + inkscape:window-x="798" + inkscape:window-y="432" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:url(#linearGradient3776);fill-opacity:1;stroke:url(#linearGradient3780);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="15" + height="13.999846" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999994;stroke-opacity:1" + id="rect3765" + width="13" + height="11.999915" + x="1.5" + y="1037.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/button/pathbar-button.svg b/themes/Mint-X/gtk-2.0/images/button/pathbar-button.svg new file mode 100644 index 00000000..15565f24 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/button/pathbar-button.svg @@ -0,0 +1,209 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="pathbar-button.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3782"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3784" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3786" /> + </linearGradient> + <linearGradient + id="linearGradient3769"> + <stop + style="stop-color:#f8f8f8;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#d2d2d2;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.060915" + y1="1038.4275" + x2="8.060915" + y2="1050.302" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1818182,0,0,1.0909012,-1.4545455,-95.433719)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3769" + id="linearGradient3776" + x1="8" + y1="1038.3622" + x2="8" + y2="1050.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1538462,0,0,1.0769225,-1.2307693,-80.834985)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3782" + id="linearGradient3788" + x1="6.9821429" + y1="1037.3978" + x2="6.9821429" + y2="1051.24" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1538462,0,0,1.0769225,-1.2307693,-80.834985)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="7.9402751" + inkscape:cy="8.1176041" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="895" + inkscape:window-height="565" + inkscape:window-x="827" + inkscape:window-y="461" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-opacity:1" + id="rect3757" + width="15" + height="15" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:url(#linearGradient3776);fill-opacity:1;stroke:url(#linearGradient3788);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="15" + height="13.999846" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:0.99999994;stroke-opacity:1" + id="rect3765" + width="13" + height="11.999915" + x="1.4999999" + y="1037.8622" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/checkbg.png b/themes/Mint-X/gtk-2.0/images/check-radio/checkbg.png Binary files differnew file mode 100644 index 00000000..384946ba --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/checkbg.png diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-checked-insensitive.svg b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-checked-insensitive.svg new file mode 100644 index 00000000..768d5d6d --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-checked-insensitive.svg @@ -0,0 +1,253 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="checkbox-checked-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient4024"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4026" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4028" /> + </linearGradient> + <linearGradient + id="linearGradient3784"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop3786" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3789" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + id="stop3778" + offset="0.17340606" + style="stop-color:#f5f5f5;stop-opacity:1;" /> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333217,1.0666667,70.125364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.99999998,0,0,1.0000016,7.9584105e-8,-0.00155298)" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3784" + id="linearGradient3791" + x1="7.9598212" + y1="1038.447" + x2="7.9598212" + y2="1041.3032" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4024" + id="linearGradient4030" + x1="8" + y1="1040.3622" + x2="8" + y2="1048.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="6.7133205" + inkscape:cy="6.9521487" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1401" + inkscape:window-height="908" + inkscape:window-x="220" + inkscape:window-y="74" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#e0e0e0;fill-opacity:1;stroke:none" + id="rect3788" + width="11.999702" + height="12.000017" + x="2" + y="1038.3622" + rx="1.5035354" + ry="1.5088762" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="13.999983" + x="1.5" + y="1037.8622" + rx="2.4642856" + ry="2.4866071" /> + <rect + ry="1.5088762" + rx="1.5035354" + y="1038.3622" + x="2" + height="12.000017" + width="11.999702" + id="rect3782" + style="fill:url(#linearGradient3791);fill-opacity:1;stroke:none" /> + <rect + style="fill:none;stroke:#b0b0b0;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="13" + x="1.5" + y="1037.8622" + rx="2" + ry="2" /> + <rect + style="fill:none;stroke:url(#linearGradient3780);stroke-width:1;stroke-opacity:1;display:none" + id="rect3765" + width="11" + height="11.000017" + x="2.5" + y="1038.8622" + rx="0.94457" + ry="1.0090158" /> + <rect + style="fill:url(#linearGradient4030);fill-opacity:1;stroke:none;opacity:0.1" + id="rect4022" + width="8" + height="7.9999828" + x="4" + y="1040.3622" /> + <path + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + d="M 5 5 L 5 7 L 6 7 L 6 9 L 5 9 L 5 11 L 7 11 L 7 10 L 9 10 L 9 11 L 11 11 L 11 9 L 10 9 L 10 7 L 11 7 L 11 5 L 9 5 L 9 6 L 7 6 L 7 5 L 5 5 z " + id="rect3812" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-checked.svg b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-checked.svg new file mode 100644 index 00000000..6ec86374 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-checked.svg @@ -0,0 +1,253 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="checkbox-checked.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient4024"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4026" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4028" /> + </linearGradient> + <linearGradient + id="linearGradient3784"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop3786" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3789" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + id="stop3778" + offset="0.17340606" + style="stop-color:#f5f5f5;stop-opacity:1;" /> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333217,1.0666667,70.125364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.99999998,0,0,1.0000016,7.9584105e-8,-0.00155298)" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3784" + id="linearGradient3791" + x1="7.9598212" + y1="1038.447" + x2="7.9598212" + y2="1041.3032" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4024" + id="linearGradient4030" + x1="8" + y1="1040.3622" + x2="8" + y2="1048.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="6.7133205" + inkscape:cy="6.9521487" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1401" + inkscape:window-height="908" + inkscape:window-x="220" + inkscape:window-y="74" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#aacb88;fill-opacity:1;stroke:none" + id="rect3788" + width="11.999702" + height="12.000017" + x="2" + y="1038.3622" + rx="1.5035354" + ry="1.5088762" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="13.999983" + x="1.5" + y="1037.8622" + rx="2.4642856" + ry="2.4866071" /> + <rect + ry="1.5088762" + rx="1.5035354" + y="1038.3622" + x="2" + height="12.000017" + width="11.999702" + id="rect3782" + style="fill:url(#linearGradient3791);fill-opacity:1;stroke:none" /> + <rect + style="fill:none;stroke:#666666;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="13" + x="1.5" + y="1037.8622" + rx="2" + ry="2" /> + <rect + style="fill:none;stroke:url(#linearGradient3780);stroke-width:1;stroke-opacity:1" + id="rect3765" + width="11" + height="11.000017" + x="2.5" + y="1038.8622" + rx="0.94457" + ry="1.0090158" /> + <rect + style="fill:url(#linearGradient4030);fill-opacity:1;stroke:none" + id="rect4022" + width="8" + height="7.9999828" + x="4" + y="1040.3622" /> + <path + style="fill:#f5f5f5;fill-opacity:1;stroke:none" + d="M 5 5 L 5 7 L 6 7 L 6 9 L 5 9 L 5 11 L 7 11 L 7 10 L 9 10 L 9 11 L 11 11 L 11 9 L 10 9 L 10 7 L 11 7 L 11 5 L 9 5 L 9 6 L 7 6 L 7 5 L 5 5 z " + id="rect3812" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-unchecked-insensitive.svg b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-unchecked-insensitive.svg new file mode 100644 index 00000000..c8e88af0 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-unchecked-insensitive.svg @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="checkbox-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient4024"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4026" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4028" /> + </linearGradient> + <linearGradient + id="linearGradient3784"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop3786" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3789" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + id="stop3778" + offset="0.17340606" + style="stop-color:#f5f5f5;stop-opacity:1;" /> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333217,1.0666667,70.125364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.99999998,0,0,1.0000016,7.9584105e-8,-0.00155298)" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3784" + id="linearGradient3791" + x1="7.9598212" + y1="1038.447" + x2="7.9598212" + y2="1041.3032" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4024" + id="linearGradient4030" + x1="8" + y1="1040.3622" + x2="8" + y2="1048.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="6.7133205" + inkscape:cy="6.9521487" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1401" + inkscape:window-height="908" + inkscape:window-x="220" + inkscape:window-y="74" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#e0e0e0;fill-opacity:1;stroke:none" + id="rect3788" + width="11.999702" + height="12.000017" + x="2" + y="1038.3622" + rx="1.5035354" + ry="1.5088762" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="13.999983" + x="1.5" + y="1037.8622" + rx="2.4642856" + ry="2.4866071" /> + <rect + ry="1.5088762" + rx="1.5035354" + y="1038.3622" + x="2" + height="12.000017" + width="11.999702" + id="rect3782" + style="fill:url(#linearGradient3791);fill-opacity:1;stroke:none" /> + <rect + style="fill:none;stroke:#b0b0b0;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="13" + x="1.5" + y="1037.8622" + rx="2" + ry="2" /> + <rect + style="fill:none;stroke:url(#linearGradient3780);stroke-width:1;stroke-opacity:1;display:none" + id="rect3765" + width="11" + height="11.000017" + x="2.5" + y="1038.8622" + rx="0.94457" + ry="1.0090158" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-unchecked.svg b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-unchecked.svg new file mode 100644 index 00000000..bd194fbf --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/checkbox-unchecked.svg @@ -0,0 +1,231 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="checkbox-unchecked.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3784"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop3786" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3789" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#cccccc;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + id="stop3778" + offset="0.17340606" + style="stop-color:#f5f5f5;stop-opacity:1;" /> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333217,1.0666667,70.125364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0242424,0,0,1.0181791,-0.19393936,-18.952192)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.99999998,0,0,1.0000016,7.9584105e-8,-0.00155298)" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3784" + id="linearGradient3791" + x1="7.9598212" + y1="1038.447" + x2="7.9598212" + y2="1041.3032" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="6.7133205" + inkscape:cy="6.9521487" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="false" + inkscape:window-width="1401" + inkscape:window-height="908" + inkscape:window-x="220" + inkscape:window-y="74" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#f5f5f5;fill-opacity:1;stroke:none" + id="rect3788" + width="11.999702" + height="12.000017" + x="2" + y="1038.3622" + rx="1.5035354" + ry="1.5088762" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="13.999983" + x="1.5" + y="1037.8622" + rx="2.4642856" + ry="2.4866071" /> + <rect + style="fill:none;stroke:#999999;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="13" + x="1.5" + y="1037.8622" + rx="2" + ry="2" /> + <rect + ry="1.5088762" + rx="1.5035354" + y="1038.3622" + x="2" + height="12.000017" + width="11.999702" + id="rect3782" + style="fill:url(#linearGradient3791);fill-opacity:1;stroke:none" /> + <rect + style="fill:none;stroke:url(#linearGradient3780);stroke-width:1;stroke-opacity:1" + id="rect3765" + width="11" + height="11.000017" + x="2.5" + y="1038.8622" + rx="0.94457" + ry="1.0090158" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/radio-selected-insensitive.svg b/themes/Mint-X/gtk-2.0/images/check-radio/radio-selected-insensitive.svg new file mode 100644 index 00000000..adbf4eff --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/radio-selected-insensitive.svg @@ -0,0 +1,220 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg3806" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="radio-unselected-insensitive.svg"> + <defs + id="defs3808"> + <linearGradient + id="linearGradient3843"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop3845" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3847" /> + </linearGradient> + <linearGradient + id="linearGradient3814"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3816" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.08;" + offset="1" + id="stop3818" /> + </linearGradient> + <linearGradient + id="linearGradient4391"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop4393" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4395" /> + </linearGradient> + <linearGradient + id="linearGradient4381"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4383" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4385" /> + </linearGradient> + <linearGradient + id="linearGradient4352"> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="0" + id="stop4354" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="1" + id="stop4356" /> + </linearGradient> + <linearGradient + id="linearGradient4342"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop4344" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop4346" /> + </linearGradient> + <linearGradient + id="linearGradient4332"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop4334" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop4336" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4332" + id="linearGradient4338" + x1="9" + y1="2.5454545" + x2="9" + y2="13.454545" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4342" + id="linearGradient4348" + x1="8" + y1="0.46156871" + x2="8" + y2="14.461554" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3814" + id="linearGradient3820" + x1="8" + y1="1.5384907" + x2="8" + y2="15.538475" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3843" + id="linearGradient3849" + x1="8" + y1="0.46156871" + x2="8" + y2="4.5000501" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0828295" + inkscape:cy="7.623733" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1199" + inkscape:window-height="848" + inkscape:window-x="325" + inkscape:window-y="83" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4322" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3811"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + transform="matrix(0.92857142,0,0,0.92857245,0.57142866,1037.9336)" + d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="8" + sodipodi:cx="8" + id="path4340" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient4348);stroke-width:1.07692265999999992;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#e0e0e0;fill-opacity:1;stroke:#b0b0b0;stroke-width:1.07692265999999992;stroke-opacity:1" + id="path4328" + sodipodi:cx="8" + sodipodi:cy="8" + sodipodi:rx="7" + sodipodi:ry="7" + d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z" + transform="matrix(0.92857142,0,0,0.92857245,0.57142862,1036.9336)" /> + <path + transform="matrix(0.85714286,0,0,0.85714599,1.1428571,1037.505)" + d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="8" + sodipodi:cx="8" + id="path3841" + style="fill:url(#linearGradient3849);fill-opacity:1;stroke:none" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="path3851" + sodipodi:cx="8" + sodipodi:cy="7" + sodipodi:rx="2" + sodipodi:ry="2" + d="M 10,7 A 2,2 0 1 1 6,7 2,2 0 1 1 10,7 z" + transform="matrix(1.5,0,0,1.5,-4,1033.8622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/radio-selected.svg b/themes/Mint-X/gtk-2.0/images/check-radio/radio-selected.svg new file mode 100644 index 00000000..9e6354d5 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/radio-selected.svg @@ -0,0 +1,218 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg3806" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="radio-selected.svg"> + <defs + id="defs3808"> + <linearGradient + id="linearGradient4391"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop4393" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4395" /> + </linearGradient> + <linearGradient + id="linearGradient4381"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4383" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4385" /> + </linearGradient> + <linearGradient + id="linearGradient4352"> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="0" + id="stop4354" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="1" + id="stop4356" /> + </linearGradient> + <linearGradient + id="linearGradient4342"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop4344" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop4346" /> + </linearGradient> + <linearGradient + id="linearGradient4332"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop4334" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop4336" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4332" + id="linearGradient4338" + x1="9" + y1="2.5454545" + x2="9" + y2="13.454545" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4342" + id="linearGradient4348" + x1="8" + y1="0.46156871" + x2="8" + y2="14.461554" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4381" + id="linearGradient4387" + x1="7.5000005" + y1="4" + x2="7.5000005" + y2="8" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4391" + id="linearGradient4397" + x1="8" + y1="1.0000643" + x2="8" + y2="4.5000558" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0721197" + inkscape:cy="7.623733" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1199" + inkscape:window-height="848" + inkscape:window-x="257" + inkscape:window-y="30" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4322" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3811"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + transform="matrix(0.92857142,0,0,0.92857245,0.57142866,1037.9336)" + d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="8" + sodipodi:cx="8" + id="path4340" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient4348);stroke-width:1.07692265999999992;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#aacb88;fill-opacity:1;stroke:#666666;stroke-width:1.07692265999999992;stroke-opacity:1" + id="path4328" + sodipodi:cx="8" + sodipodi:cy="8" + sodipodi:rx="7" + sodipodi:ry="7" + d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z" + transform="matrix(0.92857142,0,0,0.92857245,0.57142862,1036.9336)" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient4338);stroke-width:0.90909094000000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path4330" + sodipodi:cx="9" + sodipodi:cy="8" + sodipodi:rx="5" + sodipodi:ry="5" + d="M 14,8 A 5,5 0 1 1 4,8 5,5 0 1 1 14,8 z" + transform="matrix(1.1,0,0,1.1,-1.9,1035.5622)" /> + <path + sodipodi:type="arc" + style="fill:url(#linearGradient4397);fill-opacity:1;stroke:none" + id="path4389" + sodipodi:cx="8" + sodipodi:cy="8" + sodipodi:rx="7" + sodipodi:ry="7" + d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z" + transform="matrix(0.85714286,0,0,0.8571449,1.1428571,1037.505)" /> + <path + transform="matrix(1.1428571,0,0,2,-0.57142855,1032.3622)" + d="M 11,6 A 3.5,2 0 1 1 4,6 3.5,2 0 1 1 11,6 z" + sodipodi:ry="2" + sodipodi:rx="3.5" + sodipodi:cy="6" + sodipodi:cx="7.5" + id="path4379" + style="fill:url(#linearGradient4387);fill-opacity:1;stroke:none" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#f5f5f5;fill-opacity:1;stroke:none" + id="path4350" + sodipodi:cx="7.5" + sodipodi:cy="6" + sodipodi:rx="3.5" + sodipodi:ry="2" + d="M 11,6 A 3.5,2 0 1 1 4,6 3.5,2 0 1 1 11,6 z" + transform="matrix(0.85714282,0,0,1.5,1.5714287,1035.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/radio-unselected-insensitive.svg b/themes/Mint-X/gtk-2.0/images/check-radio/radio-unselected-insensitive.svg new file mode 100644 index 00000000..745ac81f --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/radio-unselected-insensitive.svg @@ -0,0 +1,210 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg3806" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="radio-unselected-insensitive.svg"> + <defs + id="defs3808"> + <linearGradient + id="linearGradient3843"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop3845" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3847" /> + </linearGradient> + <linearGradient + id="linearGradient3814"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3816" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.08;" + offset="1" + id="stop3818" /> + </linearGradient> + <linearGradient + id="linearGradient4391"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop4393" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4395" /> + </linearGradient> + <linearGradient + id="linearGradient4381"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4383" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4385" /> + </linearGradient> + <linearGradient + id="linearGradient4352"> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="0" + id="stop4354" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="1" + id="stop4356" /> + </linearGradient> + <linearGradient + id="linearGradient4342"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop4344" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop4346" /> + </linearGradient> + <linearGradient + id="linearGradient4332"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop4334" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop4336" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4332" + id="linearGradient4338" + x1="9" + y1="2.5454545" + x2="9" + y2="13.454545" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4342" + id="linearGradient4348" + x1="8" + y1="0.46156871" + x2="8" + y2="14.461554" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3814" + id="linearGradient3820" + x1="8" + y1="1.5384907" + x2="8" + y2="15.538475" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3843" + id="linearGradient3849" + x1="8" + y1="0.46156871" + x2="8" + y2="4.5000501" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0828295" + inkscape:cy="7.623733" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1199" + inkscape:window-height="848" + inkscape:window-x="325" + inkscape:window-y="83" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4322" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3811"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + transform="matrix(0.92857142,0,0,0.92857245,0.57142866,1037.9336)" + d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="8" + sodipodi:cx="8" + id="path4340" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient4348);stroke-width:1.07692265999999992;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#e0e0e0;fill-opacity:1;stroke:#b0b0b0;stroke-width:1.07692265999999992;stroke-opacity:1" + id="path4328" + sodipodi:cx="8" + sodipodi:cy="8" + sodipodi:rx="7" + sodipodi:ry="7" + d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z" + transform="matrix(0.92857142,0,0,0.92857245,0.57142862,1036.9336)" /> + <path + transform="matrix(0.85714286,0,0,0.85714599,1.1428571,1037.505)" + d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="8" + sodipodi:cx="8" + id="path3841" + style="fill:url(#linearGradient3849);fill-opacity:1;stroke:none" + sodipodi:type="arc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/check-radio/radio-unselected.svg b/themes/Mint-X/gtk-2.0/images/check-radio/radio-unselected.svg new file mode 100644 index 00000000..5ff23ad7 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/check-radio/radio-unselected.svg @@ -0,0 +1,210 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg3806" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="radio-unselected.svg"> + <defs + id="defs3808"> + <linearGradient + id="linearGradient4422"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4424" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4426" /> + </linearGradient> + <linearGradient + id="linearGradient4391"> + <stop + style="stop-color:#000000;stop-opacity:0.08;" + offset="0" + id="stop4393" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4395" /> + </linearGradient> + <linearGradient + id="linearGradient4381"> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="0" + id="stop4383" /> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="1" + id="stop4385" /> + </linearGradient> + <linearGradient + id="linearGradient4352"> + <stop + style="stop-color:#f5f5f5;stop-opacity:1;" + offset="0" + id="stop4354" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="1" + id="stop4356" /> + </linearGradient> + <linearGradient + id="linearGradient4342"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop4344" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop4346" /> + </linearGradient> + <linearGradient + id="linearGradient4332"> + <stop + style="stop-color:#000000;stop-opacity:0.06;" + offset="0" + id="stop4334" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop4336" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4332" + id="linearGradient4338" + x1="9" + y1="2.5454545" + x2="9" + y2="13.454545" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4342" + id="linearGradient4348" + x1="8" + y1="0.46156871" + x2="8" + y2="14.461554" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4391" + id="linearGradient4397" + x1="8" + y1="1.0000643" + x2="8" + y2="4.5000558" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4422" + id="linearGradient4428" + x1="8" + y1="1042.3622" + x2="8" + y2="1046.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.89898475,0,0,1.2841042,0.87125657,-296.70767)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0294917" + inkscape:cy="7.623733" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="false" + inkscape:window-width="1199" + inkscape:window-height="848" + inkscape:window-x="112" + inkscape:window-y="127" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4322" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3811"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + transform="matrix(0.92857142,0,0,0.92857245,0.57142866,1037.9336)" + d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="8" + sodipodi:cx="8" + id="path4340" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient4348);stroke-width:1.07692265999999992;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#f5f5f5;fill-opacity:1;stroke:#999999;stroke-width:1.07692265999999992;stroke-opacity:1" + id="path4328" + sodipodi:cx="8" + sodipodi:cy="8" + sodipodi:rx="7" + sodipodi:ry="7" + d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z" + transform="matrix(0.92857142,0,0,0.92857245,0.57142862,1036.9336)" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient4338);stroke-width:0.90909094000000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path4330" + sodipodi:cx="9" + sodipodi:cy="8" + sodipodi:rx="5" + sodipodi:ry="5" + d="m 14,8 c 0,2.761424 -2.238576,5 -5,5 C 6.2385763,13 4,10.761424 4,8 4,5.2385763 6.2385763,3 9,3 c 2.761424,0 5,2.2385763 5,5 z" + transform="matrix(1.1,0,0,1.1,-1.9,1035.5622)" /> + <path + sodipodi:type="arc" + style="fill:url(#linearGradient4397);fill-opacity:1;stroke:none" + id="path4389" + sodipodi:cx="8" + sodipodi:cy="8" + sodipodi:rx="7" + sodipodi:ry="7" + d="M 15,8 A 7,7 0 1 1 1,8 7,7 0 1 1 15,8 z" + transform="matrix(0.85714286,0,0,0.8571449,1.1428571,1037.505)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/entry-bg-insensitive.svg b/themes/Mint-X/gtk-2.0/images/entry/entry-bg-insensitive.svg new file mode 100644 index 00000000..bfe3d8fd --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/entry-bg-insensitive.svg @@ -0,0 +1,170 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3775"> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="0" + id="stop3777" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="1" + id="stop3779" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#ebebeb;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999848,2.0909091e-8,0.00173465)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0230222" + inkscape:cy="8.6390438" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="636" + inkscape:window-y="100" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#d6d6d6;fill-opacity:1;stroke:none" + id="rect3769" + width="16" + height="16" + x="0" + y="1036.3622" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/entry-bg.svg b/themes/Mint-X/gtk-2.0/images/entry/entry-bg.svg new file mode 100644 index 00000000..d05e9c18 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/entry-bg.svg @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="12" + height="10" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#e5e5e5;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#f7f7f7;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.90909093,2.0909091e-8,95.442079)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8" + y1="3" + x2="8" + y2="13" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="6.178499" + inkscape:cy="5.6863947" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="401" + inkscape:window-y="152" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="-2px" + originy="-3px" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-2,-1039.3622)"> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:none" + id="rect3771" + width="12" + height="10" + x="2" + y="3" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/entry-insensitive.svg b/themes/Mint-X/gtk-2.0/images/entry/entry-insensitive.svg new file mode 100644 index 00000000..20cc5cf6 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/entry-insensitive.svg @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3775"> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="0" + id="stop3777" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="1" + id="stop3779" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#ebebeb;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999848,2.0909091e-8,0.00173465)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0230222" + inkscape:cy="8.6390438" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="636" + inkscape:window-y="100" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#d6d6d6;fill-opacity:1;stroke:none" + id="rect3769" + width="16" + height="16" + x="0" + y="1036.3622" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="14.000017" + x="1.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:1;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999984" + x="2.5" + y="1038.8622" + rx="1.9267131" + ry="1.9898475" /> + <rect + style="fill:none;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12" + x="1.5" + y="1037.8622" + rx="3.0000002" + ry="2.9999998" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/entry.svg b/themes/Mint-X/gtk-2.0/images/entry/entry.svg new file mode 100644 index 00000000..d62e5e86 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/entry.svg @@ -0,0 +1,225 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3775"> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="0" + id="stop3777" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="1" + id="stop3779" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#e5e5e5;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#f7f7f7;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999848,2.0909091e-8,0.00173465)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8" + y1="3" + x2="8" + y2="13" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.1,0,1035.0622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3775" + id="linearGradient3781" + x1="8" + y1="1037.3622" + x2="8" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0230222" + inkscape:cy="8.6390438" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="622" + inkscape:window-y="78" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#d6d6d6;fill-opacity:1;stroke:none" + id="rect3769" + width="16" + height="16" + x="0" + y="1036.3622" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="14.000017" + x="1.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3781);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12" + x="1.5" + y="1037.8622" + rx="3.0000002" + ry="2.9999998" /> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:none" + id="rect3771" + width="12" + height="11" + x="2" + y="1038.3622" + rx="2.5" + ry="2.5" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:1;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999984" + x="2.5" + y="1038.8622" + rx="1.9267131" + ry="1.9898475" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/notebook-entry-bg-insensitive.svg b/themes/Mint-X/gtk-2.0/images/entry/notebook-entry-bg-insensitive.svg new file mode 100644 index 00000000..7f28fa9e --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/notebook-entry-bg-insensitive.svg @@ -0,0 +1,170 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry-bg-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3775"> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="0" + id="stop3777" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="1" + id="stop3779" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#ebebeb;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999848,2.0909091e-8,0.00173465)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="2.7670723" + inkscape:cy="8.6390438" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="636" + inkscape:window-y="100" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3769" + width="16" + height="16" + x="0" + y="1036.3622" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/notebook-entry-insensitive.svg b/themes/Mint-X/gtk-2.0/images/entry/notebook-entry-insensitive.svg new file mode 100644 index 00000000..b67b2281 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/notebook-entry-insensitive.svg @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry-insensitive.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3775"> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="0" + id="stop3777" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="1" + id="stop3779" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#d9d9d9;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#ebebeb;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999848,2.0909091e-8,0.00173465)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="2.7670723" + inkscape:cy="8.6390438" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="402" + inkscape:window-y="81" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3769" + width="16" + height="16" + x="0" + y="1036.3622" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="14.000017" + x="1.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:1;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999984" + x="2.5" + y="1038.8622" + rx="1.9267131" + ry="1.9898475" /> + <rect + style="fill:none;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12" + x="1.5" + y="1037.8622" + rx="3.0000002" + ry="2.9999998" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/entry/notebook-entry.svg b/themes/Mint-X/gtk-2.0/images/entry/notebook-entry.svg new file mode 100644 index 00000000..2002e79c --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/entry/notebook-entry.svg @@ -0,0 +1,225 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="entry.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3775"> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="0" + id="stop3777" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="1" + id="stop3779" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#e5e5e5;stop-opacity:1;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#f7f7f7;stop-opacity:1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3767"> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="0" + id="stop3769" /> + <stop + style="stop-color:#000000;stop-opacity:0.02;" + offset="1" + id="stop3771" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#020202;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#000000;stop-opacity:0.80000001;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="8.0496531" + y1="1044.0924" + x2="8.0496531" + y2="1052.4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.86666666,0,0,0.93333449,1.0666667,69.122944)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3786" + id="linearGradient3792" + x1="7.9447989" + y1="1037.4174" + x2="8.0395012" + y2="1051.2561" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3767" + id="linearGradient3773" + x1="8.0293484" + y1="1038.4275" + x2="8.0293484" + y2="1050.3295" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.99999848,2.0909091e-8,0.00173465)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="8" + y1="3" + x2="8" + y2="13" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.1,0,1035.0622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3775" + id="linearGradient3781" + x1="8" + y1="1037.3622" + x2="8" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="5.668886" + inkscape:cy="8.6390438" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-global="true" + inkscape:window-width="1212" + inkscape:window-height="847" + inkscape:window-x="406" + inkscape:window-y="38" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3769" + width="16" + height="16" + x="0" + y="1036.3622" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-opacity:1" + id="rect3757" + width="13" + height="14.000017" + x="1.5" + y="1036.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3781);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3755" + width="13" + height="12" + x="1.5" + y="1037.8622" + rx="3.0000002" + ry="2.9999998" /> + <rect + style="fill:url(#linearGradient3780);fill-opacity:1;stroke:none" + id="rect3771" + width="12" + height="11" + x="2" + y="1038.3622" + rx="2.5" + ry="2.5" /> + <rect + style="fill:none;stroke:url(#linearGradient3773);stroke-width:1;stroke-opacity:1" + id="rect3765" + width="11" + height="10.999984" + x="2.5" + y="1038.8622" + rx="1.9267131" + ry="1.9898475" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/expanders/closed.svg b/themes/Mint-X/gtk-2.0/images/expanders/closed.svg new file mode 100644 index 00000000..c55edf8f --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/expanders/closed.svg @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="11" + height="11" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="closed.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.7417299" + inkscape:cy="6.4634458" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-global="true" + inkscape:window-width="1249" + inkscape:window-height="774" + inkscape:window-x="175" + inkscape:window-y="160" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1041.3622)"> + <path + style="fill:#212121;fill-opacity:1;stroke:none" + d="m 3.0101525,1041.3622 0,11 4.979695,-5.4552 z" + id="path3755" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/expanders/open.svg b/themes/Mint-X/gtk-2.0/images/expanders/open.svg new file mode 100644 index 00000000..8f7ea631 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/expanders/open.svg @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="11" + height="11" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="open.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="3.5173472" + inkscape:cy="6.4634458" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-global="true" + inkscape:window-width="1249" + inkscape:window-height="774" + inkscape:window-x="332" + inkscape:window-y="111" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1041.3622)"> + <path + style="fill:#212121;fill-opacity:1;stroke:none" + d="m 11,1044.3724 -11,0 5.4552,4.9796 z" + id="path3755" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/frames/frame-gap-end.png b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-end.png Binary files differnew file mode 100644 index 00000000..58cacf53 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-end.png diff --git a/themes/Mint-X/gtk-2.0/images/frames/frame-gap-end.svg b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-end.svg new file mode 100644 index 00000000..08665017 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-end.svg @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="2" + height="1" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="frame.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3778"> + <stop + style="stop-color:#a7a7a7;stop-opacity:1;" + offset="0" + id="stop3780" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3782" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3778" + id="linearGradient3784" + x1="0" + y1="0.5" + x2="2" + y2="0.5" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="89.6" + inkscape:cx="3.1450329" + inkscape:cy="2.3548544" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1174" + inkscape:window-height="747" + inkscape:window-x="325" + inkscape:window-y="77" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1051.3622)"> + <rect + style="fill:url(#linearGradient3784);stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + id="rect3776" + width="2" + height="1" + x="0" + y="0" + transform="translate(0,1051.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/frames/frame-gap-start.png b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-start.png Binary files differnew file mode 100644 index 00000000..0b7e484b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-start.png diff --git a/themes/Mint-X/gtk-2.0/images/frames/frame-gap-start.svg b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-start.svg new file mode 100644 index 00000000..dd437df0 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/frames/frame-gap-start.svg @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="2" + height="1" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="frame-gap-end.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3778"> + <stop + style="stop-color:#a7a7a7;stop-opacity:1;" + offset="0" + id="stop3780" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3782" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3778" + id="linearGradient3784" + x1="0" + y1="0.5" + x2="2" + y2="0.5" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-2,1051.3622)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="89.6" + inkscape:cx="3.1450329" + inkscape:cy="2.3548544" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1174" + inkscape:window-height="747" + inkscape:window-x="325" + inkscape:window-y="77" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1051.3622)"> + <rect + style="fill:url(#linearGradient3784);fill-opacity:1;stroke:none" + id="rect3776" + width="2" + height="1" + x="-2" + y="1051.3622" + transform="scale(-1,1)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/frames/frame.svg b/themes/Mint-X/gtk-2.0/images/frames/frame.svg new file mode 100644 index 00000000..327cade9 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/frames/frame.svg @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="frame.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="3.6492703" + inkscape:cy="8.4948336" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1174" + inkscape:window-height="747" + inkscape:window-x="-128" + inkscape:window-y="189" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:#8c8c8c;stroke-width:1;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3755" + width="15.044236" + height="15.044597" + x="0.47788209" + y="1036.8397" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/handles/pane-separator-grip-vertical.svg b/themes/Mint-X/gtk-2.0/images/handles/pane-separator-grip-vertical.svg new file mode 100644 index 00000000..7fc128e5 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/handles/pane-separator-grip-vertical.svg @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="2" + height="24" + id="svg32934" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="pane-separator-grip-vertical.svg"> + <defs + id="defs32936" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-7.1419923" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="726" + inkscape:window-height="609" + inkscape:window-x="829" + inkscape:window-y="214" + inkscape:window-maximized="0" /> + <metadata + id="metadata32939"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,8)"> + <path + sodipodi:type="arc" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="path5824" + sodipodi:cx="868.63647" + sodipodi:cy="617.14966" + sodipodi:rx="1.9003495" + sodipodi:ry="1.9003495" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + transform="matrix(0.52621899,0,0,0.52621789,-456.09301,-320.75518)" /> + <path + transform="matrix(0.52621899,0,0,0.52621789,-456.09301,-326.25519)" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + sodipodi:ry="1.9003495" + sodipodi:rx="1.9003495" + sodipodi:cy="617.14966" + sodipodi:cx="868.63647" + id="path5828" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="path5830" + sodipodi:cx="868.63647" + sodipodi:cy="617.14966" + sodipodi:rx="1.9003495" + sodipodi:ry="1.9003495" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + transform="matrix(0.52621899,0,0,0.52621789,-456.09301,-331.75519)" /> + <path + sodipodi:type="arc" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="path5824-3" + sodipodi:cx="868.63647" + sodipodi:cy="617.14966" + sodipodi:rx="1.9003495" + sodipodi:ry="1.9003495" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + transform="matrix(0.52621899,0,0,0.52621789,-456.09301,-309.75517)" /> + <path + transform="matrix(0.52621899,0,0,0.52621789,-456.09301,-315.25518)" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + sodipodi:ry="1.9003495" + sodipodi:rx="1.9003495" + sodipodi:cy="617.14966" + sodipodi:cx="868.63647" + id="path5828-7" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + sodipodi:type="arc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/handles/pane-separator-grip.svg b/themes/Mint-X/gtk-2.0/images/handles/pane-separator-grip.svg new file mode 100644 index 00000000..3e469896 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/handles/pane-separator-grip.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="2" + id="svg32934" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="pane-separator-grip.svg"> + <defs + id="defs32936" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="12.096091" + inkscape:cy="3.170282" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1272" + inkscape:window-height="725" + inkscape:window-x="341" + inkscape:window-y="99" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:snap-global="false"> + <inkscape:grid + type="xygrid" + id="grid3755" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata32939"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-14)"> + <path + sodipodi:type="arc" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="path5824" + sodipodi:cx="868.63647" + sodipodi:cy="617.14966" + sodipodi:rx="1.9003495" + sodipodi:ry="1.9003495" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + transform="matrix(-0.52621972,0,0,-0.52621861,469.09367,339.75564)" /> + <path + transform="matrix(-0.52621972,0,0,-0.52621861,474.59365,339.75564)" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + sodipodi:ry="1.9003495" + sodipodi:rx="1.9003495" + sodipodi:cy="617.14966" + sodipodi:cx="868.63647" + id="path5828" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="path5830" + sodipodi:cx="868.63647" + sodipodi:cy="617.14966" + sodipodi:rx="1.9003495" + sodipodi:ry="1.9003495" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + transform="matrix(-0.52621972,0,0,-0.52621861,480.09364,339.75564)" /> + <path + sodipodi:type="arc" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="path5824-3" + sodipodi:cx="868.63647" + sodipodi:cy="617.14966" + sodipodi:rx="1.9003495" + sodipodi:ry="1.9003495" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + transform="matrix(-0.52621972,0,0,-0.52621861,458.09369,339.75564)" /> + <path + transform="matrix(-0.52621972,0,0,-0.52621861,463.59368,339.75564)" + d="m 870.53682,617.14966 c 0,1.04953 -0.85081,1.90035 -1.90035,1.90035 -1.04953,0 -1.90034,-0.85082 -1.90034,-1.90035 0,-1.04954 0.85081,-1.90035 1.90034,-1.90035 1.04954,0 1.90035,0.85081 1.90035,1.90035 z" + sodipodi:ry="1.9003495" + sodipodi:rx="1.9003495" + sodipodi:cy="617.14966" + sodipodi:cx="868.63647" + id="path5828-7" + style="fill:#828282;fill-opacity:1;stroke:none;display:inline;enable-background:new" + sodipodi:type="arc" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/mintmenu/bc-dark.png b/themes/Mint-X/gtk-2.0/images/mintmenu/bc-dark.png Binary files differnew file mode 100644 index 00000000..7c833efe --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/mintmenu/bc-dark.png diff --git a/themes/Mint-X/gtk-2.0/images/mintmenu/bc-light.png b/themes/Mint-X/gtk-2.0/images/mintmenu/bc-light.png Binary files differnew file mode 100644 index 00000000..16df2ab5 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/mintmenu/bc-light.png diff --git a/themes/Mint-X/gtk-2.0/images/mintmenu/bc.png b/themes/Mint-X/gtk-2.0/images/mintmenu/bc.png Binary files differnew file mode 100644 index 00000000..80f1797a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/mintmenu/bc.png diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom-left.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom-left.svg new file mode 100644 index 00000000..ba592a07 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom-left.svg @@ -0,0 +1,136 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-bottom-left.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="10.009314" + inkscape:cy="15.210633" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="388" + inkscape:window-y="107" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="3" + height="2.9999998" + x="2" + y="1047.3622" /> + <rect + style="fill:#ffffff;fill-opacity:0.6;stroke:none" + id="rect3776" + width="3" + height="1" + x="2" + y="1049.3622" /> + <rect + style="fill:#8c8c8c;fill-opacity:1;stroke:none" + id="rect3758" + width="1" + height="3" + x="1" + y="1047.3622" /> + <rect + style="fill:#8c8c8c;fill-opacity:1;stroke:none" + id="rect3760" + width="4" + height="1" + x="1" + y="1050.3622" /> + <rect + style="fill:#ffffff;fill-opacity:0.6;stroke:none" + id="rect3759" + width="1" + height="2" + x="2" + y="1047.3622" /> + <rect + style="fill:#000000;fill-opacity:0;stroke:none" + id="rect3761" + width="5" + height="1" + x="0" + y="1051.3622" /> + <rect + style="fill:#000000;fill-opacity:0;stroke:none" + id="rect3763" + width="1" + height="4" + x="0" + y="1047.3622" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom-right.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom-right.svg new file mode 100644 index 00000000..20372fe1 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom-right.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-bottom-right.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="20.415564" + inkscape:cy="15.210633" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="389" + inkscape:window-y="114" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="3" + height="2.9999998" + x="-28" + y="1047.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#ffffff;fill-opacity:0.60000002;stroke:none" + id="rect3776" + width="3" + height="1" + x="-28" + y="1049.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#8c8c8c;fill-opacity:1;stroke:none" + id="rect3758" + width="1" + height="3" + x="-29" + y="1047.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#8c8c8c;fill-opacity:1;stroke:none" + id="rect3760" + width="4" + height="1" + x="-29" + y="1050.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#ffffff;fill-opacity:0.60000002;stroke:none" + id="rect3759" + width="1" + height="2" + x="-28" + y="1047.3622" + transform="scale(-1,1)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom.svg new file mode 100644 index 00000000..181c2551 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-bottom.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-top.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="8.3449086" + inkscape:cy="16.01933" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="260" + inkscape:window-y="67" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="26" + height="4" + x="2" + y="-1052.3622" + transform="scale(1,-1)" /> + <rect + y="-1052.3622" + x="1" + height="1" + width="1" + id="rect3815" + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + transform="scale(1,-1)" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3756" + width="1" + height="1" + x="28" + y="-1052.3622" + transform="scale(1,-1)" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3759" + width="1" + height="4" + x="2" + y="-1052.3622" + transform="scale(1,-1)" /> + <rect + y="-1052.3622" + x="27" + height="4" + width="1" + id="rect3761" + style="fill:#ffffff;fill-opacity:1;stroke:none" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-left.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-left.svg new file mode 100644 index 00000000..201266b1 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-left.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-right.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="8.3449086" + inkscape:cy="16.01933" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="308" + inkscape:window-y="42" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="26" + height="4" + x="1024.3622" + y="0" + transform="matrix(0,1,1,0,0,0)" /> + <rect + y="1050.3622" + x="-1" + height="1" + width="1" + id="rect3815" + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + transform="scale(-1,1)" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3756" + width="1" + height="1" + x="-1" + y="1023.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3759" + width="1" + height="4" + x="1024.3622" + y="0" + transform="matrix(0,1,1,0,0,0)" /> + <rect + y="0" + x="1049.3622" + height="4" + width="1" + id="rect3761" + style="fill:#ffffff;fill-opacity:1;stroke:none" + transform="matrix(0,1,1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-right.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-right.svg new file mode 100644 index 00000000..c5ca0d89 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-right.svg @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-top.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="8.3449086" + inkscape:cy="16.01933" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="308" + inkscape:window-y="42" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="26" + height="4" + x="1024.3622" + y="-30" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + y="1050.3622" + x="29" + height="1" + width="1" + id="rect3815" + style="fill:#b2b2b2;fill-opacity:1;stroke:none" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3756" + width="1" + height="1" + x="29" + y="1023.3622" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3759" + width="1" + height="4" + x="1024.3622" + y="-30" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + y="-30" + x="1049.3622" + height="4" + width="1" + id="rect3761" + style="fill:#ffffff;fill-opacity:1;stroke:none" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-top-left.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-top-left.svg new file mode 100644 index 00000000..a36a068e --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-top-left.svg @@ -0,0 +1,125 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-top-left.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="11.846718" + inkscape:cy="15.068582" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="199" + inkscape:window-y="136" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="3" + height="2.9999998" + x="2" + y="1024.3622" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3776" + width="3" + height="1" + x="2" + y="1024.3622" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3758" + width="1" + height="3" + x="1" + y="2" + transform="translate(0,1022.3622)" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3760" + width="4" + height="1" + x="1" + y="1" + transform="translate(0,1022.3622)" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3759" + width="1" + height="2" + x="2" + y="3" + transform="translate(0,1022.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-top-right.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-top-right.svg new file mode 100644 index 00000000..4eeb7a75 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-top-right.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-top-right.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="11.846718" + inkscape:cy="15.068582" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="199" + inkscape:window-y="136" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="3" + height="2.9999998" + x="-28" + y="1024.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3776" + width="3" + height="1" + x="-28" + y="1024.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3758" + width="1" + height="3" + x="-29" + y="1024.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3760" + width="4" + height="1" + x="-29" + y="1023.3622" + transform="scale(-1,1)" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3759" + width="1" + height="2" + x="-28" + y="1025.3622" + transform="scale(-1,1)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/gap-top.svg b/themes/Mint-X/gtk-2.0/images/notebook/gap-top.svg new file mode 100644 index 00000000..9fd581dd --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/gap-top.svg @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="gap-top.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="8.3449086" + inkscape:cy="16.01933" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="693" + inkscape:window-y="65" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:none" + id="rect3755" + width="26" + height="4" + x="2" + y="1022.3622" /> + <rect + y="1022.3622" + x="1" + height="1" + width="1" + id="rect3815" + style="fill:#b2b2b2;fill-opacity:1;stroke:none" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3756" + width="1" + height="1" + x="28" + y="0" + transform="translate(0,1022.3622)" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none" + id="rect3759" + width="1" + height="4" + x="2" + y="0" + transform="translate(0,1022.3622)" /> + <rect + y="1022.3622" + x="27" + height="4" + width="1" + id="rect3761" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/notebook.svg b/themes/Mint-X/gtk-2.0/images/notebook/notebook.svg new file mode 100644 index 00000000..fb6ccacc --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/notebook.svg @@ -0,0 +1,149 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="notebook.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3768"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3770" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.80000001;" + offset="1" + id="stop3772" /> + </linearGradient> + <linearGradient + id="linearGradient3758"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3760" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3762" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3758" + id="linearGradient3764" + x1="15" + y1="1023.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3768" + id="linearGradient3774" + x1="15" + y1="1.479919" + x2="15" + y2="28.519901" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.96153846,0,0,0.96153912,0.57692308,1022.9392)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.9918576" + inkscape:cy="15.852905" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1295" + inkscape:window-height="732" + inkscape:window-x="123" + inkscape:window-y="89" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:url(#linearGradient3764);stroke-width:0.99999994000000003;stroke-opacity:1" + id="rect3755" + width="27" + height="27.000017" + x="1.5" + y="1023.8622" /> + <rect + style="fill:none;stroke:url(#linearGradient3794);stroke-width:1;stroke-opacity:1" + id="rect3778" + width="29" + height="29.000017" + x="0.5" + y="1022.8622" /> + <rect + style="fill:none;stroke:url(#linearGradient3774);stroke-width:1" + id="rect3766" + width="25" + height="25.000017" + x="2.5" + y="1024.8622" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/null.png b/themes/Mint-X/gtk-2.0/images/notebook/null.png Binary files differnew file mode 100644 index 00000000..079a05a2 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/null.png diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-bottom-active.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-bottom-active.svg new file mode 100644 index 00000000..4c3a4c8f --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-bottom-active.svg @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-bottom-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="19.757135" + inkscape:cy="9.5177891" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1111" + inkscape:window-height="867" + inkscape:window-x="12" + inkscape:window-y="47" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:#8c8c8c;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1.499999" + y="-1050.8622" + rx="3" + ry="3" + transform="scale(1,-1)" /> + <rect + style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.60000002;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="2.5" + y="-1049.8622" + rx="1.9397333" + ry="1.9285889" + transform="scale(1,-1)" /> + <rect + style="fill:none;stroke:#000000;stroke-width:1;stroke-opacity:0.1" + id="rect3761" + width="29" + height="33.999996" + x="0.49999905" + y="-1051.8622" + rx="4" + ry="3.9999998" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-bottom.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-bottom.svg new file mode 100644 index 00000000..86bf13cb --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-bottom.svg @@ -0,0 +1,160 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-bottom.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#dedede;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#d4d4d4;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0.40000001;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.7383069e-5,-2074.7244)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3761" + id="linearGradient3768" + x1="15" + y1="1023.3622" + x2="15" + y2="1056.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.6383069e-5,-2074.7244)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="5.7448182" + inkscape:cy="14.717003" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1137" + inkscape:window-height="863" + inkscape:window-x="184" + inkscape:window-y="136" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:url(#linearGradient3768);fill-opacity:1;stroke:#8c8c8c;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1.499999" + y="-1050.8622" + rx="3" + ry="3" + transform="scale(1,-1)" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="2.5" + y="-1049.8622" + rx="1.9397333" + ry="1.9285889" + transform="scale(1,-1)" /> + <rect + style="fill:none;stroke:#000000;stroke-width:0.99999994000000003;stroke-opacity:0.1" + id="rect3770" + width="29" + height="34.000019" + x="0.50000095" + y="-1051.8622" + rx="4" + ry="3.9999995" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-left-active.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-left-active.svg new file mode 100644 index 00000000..48a067be --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-left-active.svg @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-right-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3762"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3623,-1022.3622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762" + id="linearGradient3768" + x1="1022.3621" + y1="-12.546083" + x2="1052.3621" + y2="-12.546083" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.7382813e-5,30)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3770" + id="linearGradient3776" + x1="1023.3622" + y1="-12.499992" + x2="1051.3622" + y2="-12.499992" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.7382813e-5,30)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="10.600243" + inkscape:cy="13.032024" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="43" + inkscape:window-y="91" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:url(#linearGradient3776);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1023.8622" + y="1.4999981" + rx="3" + ry="3" + transform="matrix(0,1,1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="1024.8622" + y="2.5" + rx="1.9397333" + ry="1.9285889" + transform="matrix(0,1,1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3768);stroke-width:1;stroke-opacity:0.57766993" + id="rect3761" + width="29.000015" + height="33.907837" + x="1022.8621" + y="0.49999809" + rx="3.9999998" + ry="4" + transform="matrix(0,1,1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-left.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-left.svg new file mode 100644 index 00000000..99c0fad1 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-left.svg @@ -0,0 +1,200 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-left.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3782"> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="0" + id="stop3784" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3786" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#dedede;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#d4d4d4;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0.40000001;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3622,-1022.3622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3761" + id="linearGradient3768" + x1="1" + y1="1037.3622" + x2="28" + y2="1037.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3622,-1022.3622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="1022.3622" + y1="17.499992" + x2="1052.3622" + y2="17.499992" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3782" + id="linearGradient3789" + x1="1023.3622" + y1="17.49999" + x2="1051.3622" + y2="17.49999" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="-5.5336456" + inkscape:cy="14.717003" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="85" + inkscape:window-y="131" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:url(#linearGradient3768);fill-opacity:1;stroke:url(#linearGradient3789);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1023.8622" + y="1.4999809" + rx="3" + ry="3" + transform="matrix(0,1,1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="1024.8622" + y="2.4999828" + rx="1.9397333" + ry="1.9285889" + transform="matrix(0,1,1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3780);stroke-width:0.99999994000000003;stroke-opacity:1" + id="rect3770" + width="29" + height="34.000019" + x="1022.8622" + y="0.49998283" + rx="4" + ry="3.9999995" + transform="matrix(0,1,1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-right-active.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-right-active.svg new file mode 100644 index 00000000..20c98389 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-right-active.svg @@ -0,0 +1,179 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-right-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3762"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3623,-1052.3622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762" + id="linearGradient3768" + x1="1022.3621" + y1="-12.546083" + x2="1052.3621" + y2="-12.546083" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3770" + id="linearGradient3776" + x1="1023.3622" + y1="-12.499992" + x2="1051.3622" + y2="-12.499992" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="10.600243" + inkscape:cy="13.032024" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="43" + inkscape:window-y="91" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:url(#linearGradient3776);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1023.8622" + y="-28.500002" + rx="3" + ry="3" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="1024.8622" + y="-27.5" + rx="1.9397333" + ry="1.9285889" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3768);stroke-width:1;stroke-opacity:0.57766993000000000" + id="rect3761" + width="29.000015" + height="33.907837" + x="1022.8621" + y="-29.500002" + rx="3.9999998" + ry="4" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-right.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-right.svg new file mode 100644 index 00000000..81e62211 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-right.svg @@ -0,0 +1,202 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-right.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3782"> + <stop + style="stop-color:#a6a6a6;stop-opacity:1;" + offset="0" + id="stop3784" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3786" /> + </linearGradient> + <linearGradient + id="linearGradient3774"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3776" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3778" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#dedede;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#d4d4d4;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0.40000001;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3622,-1052.3622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3761" + id="linearGradient3768" + x1="1" + y1="1037.3622" + x2="28" + y2="1037.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3622,-1052.3622)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3774" + id="linearGradient3780" + x1="1022.3622" + y1="17.499992" + x2="1052.3622" + y2="17.499992" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.7382813e-5,-30.000002)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3782" + id="linearGradient3789" + x1="1023.3622" + y1="17.49999" + x2="1051.3622" + y2="17.49999" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1.7382813e-5,-30.000002)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="-5.5336456" + inkscape:cy="14.717003" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="106" + inkscape:window-y="54" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:url(#linearGradient3768);fill-opacity:1;stroke:url(#linearGradient3789);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1023.8622" + y="-28.500021" + rx="3" + ry="3" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="1024.8622" + y="-27.500017" + rx="1.9397333" + ry="1.9285889" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:none;stroke:url(#linearGradient3780);stroke-width:0.99999994;stroke-opacity:1" + id="rect3770" + width="29" + height="34.000019" + x="1022.8622" + y="-29.500017" + rx="4" + ry="3.9999995" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-top-active.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-top-active.svg new file mode 100644 index 00000000..0ac2f42d --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-top-active.svg @@ -0,0 +1,135 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-top-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="21.112143" + inkscape:cy="13.032024" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="224" + inkscape:window-y="68" + inkscape:window-maximized="0" + inkscape:snap-global="false"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:#ececec;fill-opacity:1;stroke:#a6a6a6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1.5" + y="1023.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="2.5" + y="1024.8622" + rx="1.9397333" + ry="1.9285889" /> + <rect + style="fill:none;stroke:#000000;stroke-width:1;stroke-opacity:0.05" + id="rect3761" + width="29" + height="33.815655" + x="0.5" + y="1022.8622" + rx="4" + ry="4" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/notebook/tab-top.svg b/themes/Mint-X/gtk-2.0/images/notebook/tab-top.svg new file mode 100644 index 00000000..380a198b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/notebook/tab-top.svg @@ -0,0 +1,155 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="tab-top.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#dedede;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#d4d4d4;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3759"> + <stop + style="stop-color:#ffffff;stop-opacity:0.40000001;" + offset="0" + id="stop3761" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="1" + id="stop3763" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.13;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3788" + id="linearGradient3794" + x1="15" + y1="1022.3622" + x2="15" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3759" + id="linearGradient3765" + x1="15" + y1="1024.3622" + x2="15" + y2="1055.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3761" + id="linearGradient3768" + x1="15" + y1="1023.3622" + x2="15" + y2="1056.3622" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="8.8726536" + inkscape:cy="14.622301" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1356" + inkscape:window-height="863" + inkscape:window-x="106" + inkscape:window-y="54" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:url(#linearGradient3768);fill-opacity:1;stroke:#a6a6a6;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="27" + height="32.000019" + x="1.5" + y="1023.8622" + rx="3" + ry="3" /> + <rect + style="fill:none;stroke:url(#linearGradient3765);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect3757" + width="25" + height="30.000017" + x="2.5" + y="1024.8622" + rx="1.9397333" + ry="1.9285889" /> + <rect + style="fill:none;stroke:#000000;stroke-width:0.99999994000000003;stroke-opacity:0.05" + id="rect3770" + width="29" + height="34.000019" + x="0.5" + y="1022.8622" + rx="4" + ry="3.9999995" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/other/close.png b/themes/Mint-X/gtk-2.0/images/other/close.png Binary files differnew file mode 100644 index 00000000..0d4de51b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/other/close.png diff --git a/themes/Mint-X/gtk-2.0/images/other/focus.svg b/themes/Mint-X/gtk-2.0/images/other/focus.svg new file mode 100644 index 00000000..fec0287e --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/other/focus.svg @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="focus.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="6.3080356" + inkscape:cy="9.0568691" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1099" + inkscape:window-height="648" + inkscape:window-x="443" + inkscape:window-y="93" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:none;stroke:#212121;stroke-width:1;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-linejoin:miter" + id="rect3755" + width="15" + height="15.000017" + x="0.5" + y="1036.8622" + rx="3" + ry="3" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/other/null.png b/themes/Mint-X/gtk-2.0/images/other/null.png new file mode 120000 index 00000000..90687259 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/other/null.png @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/images/other/null.png
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/images/panel/panel-active.svg b/themes/Mint-X/gtk-2.0/images/panel/panel-active.svg new file mode 100644 index 00000000..f5261b68 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/panel/panel-active.svg @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="panel-active.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3801"> + <stop + style="stop-color:#ffffff;stop-opacity:0.24812031;" + offset="0" + id="stop3803" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3805" /> + </linearGradient> + <linearGradient + id="linearGradient3791"> + <stop + style="stop-color:#000000;stop-opacity:0.09701493;" + offset="0" + id="stop3793" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3795" /> + </linearGradient> + <linearGradient + id="linearGradient3765"> + <stop + style="stop-color:#000000;stop-opacity:0.40000001;" + offset="0" + id="stop3767" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.40000001;" + offset="1" + id="stop3769" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3765" + id="linearGradient3771" + x1="8" + y1="1036.3622" + x2="8" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.75,0,0,0.75000025,2,261.09029)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3801" + id="linearGradient3807" + x1="8" + y1="1037.3622" + x2="8" + y2="1054.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84576238,0,0,0.66533503,1.2339013,348.34167)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="7.8747441" + inkscape:cy="5.9292162" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="943" + inkscape:window-height="709" + inkscape:window-x="624" + inkscape:window-y="267" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3755" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:url(#linearGradient3771);fill-opacity:1;stroke:none" + id="rect3753" + width="12" + height="12.000017" + x="2" + y="1038.3622" + rx="1.9999999" + ry="1.9999999" /> + <rect + style="fill:none;stroke:#000000;stroke-width:1;stroke-opacity:0.51162792" + id="rect3781" + width="13" + height="13.000017" + x="1.5" + y="1037.8622" + rx="2.5" + ry="2.5" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/panel/panel-normal.svg b/themes/Mint-X/gtk-2.0/images/panel/panel-normal.svg new file mode 100644 index 00000000..09fb6cbd --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/panel/panel-normal.svg @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="panel-normal.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3801"> + <stop + style="stop-color:#ffffff;stop-opacity:0.69999999;" + offset="0" + id="stop3803" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3805" /> + </linearGradient> + <linearGradient + id="linearGradient3791"> + <stop + style="stop-color:#000000;stop-opacity:0.09701493;" + offset="0" + id="stop3793" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3795" /> + </linearGradient> + <linearGradient + id="linearGradient3765"> + <stop + style="stop-color:#000000;stop-opacity:0.02255639;" + offset="0" + id="stop3767" /> + <stop + style="stop-color:#000000;stop-opacity:0.1;" + offset="1" + id="stop3769" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3765" + id="linearGradient3771" + x1="8" + y1="1036.3622" + x2="8" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.75,0,0,0.75000025,2,261.09029)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3801" + id="linearGradient3807" + x1="8" + y1="1037.3622" + x2="8" + y2="1054.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84576238,0,0,0.66533503,1.2339013,348.34167)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="7.3311745" + inkscape:cy="5.9961805" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="943" + inkscape:window-height="709" + inkscape:window-x="624" + inkscape:window-y="267" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3755" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:url(#linearGradient3771);fill-opacity:1;stroke:none" + id="rect3753" + width="12" + height="12.000017" + x="2" + y="1038.3622" + rx="1.9999999" + ry="1.9999999" /> + <rect + style="fill:none;stroke:#000000;stroke-width:1;stroke-opacity:0.51162792" + id="rect3781" + width="13" + height="13.000017" + x="1.5" + y="1037.8622" + rx="2.5" + ry="2.5" /> + <rect + style="fill:none;stroke:url(#linearGradient3807);stroke-width:1.03299999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3799" + width="10.967" + height="10.967038" + x="2.5165" + y="1038.8787" + rx="1.5" + ry="1.5" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/slider-h-hover.svg b/themes/Mint-X/gtk-2.0/images/scroll/slider-h-hover.svg new file mode 100644 index 00000000..5feba7d8 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/slider-h-hover.svg @@ -0,0 +1,474 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="45" + height="13" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="slider-h-hover.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3830"> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="0" + id="stop3832" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:0;" + offset="1" + id="stop3834" /> + </linearGradient> + <linearGradient + id="linearGradient3826"> + <stop + style="stop-color:#d7d7d7;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#c1c1c1;stop-opacity:1;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + id="linearGradient3863"> + <stop + style="stop-color:#ffffff;stop-opacity:0.04;" + offset="0" + id="stop3865" /> + <stop + id="stop3873" + offset="0.25" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3871" + offset="0.5" + style="stop-color:#000000;stop-opacity:0.01176471;" /> + <stop + style="stop-color:#000000;stop-opacity:0.23;" + offset="1" + id="stop3867" /> + </linearGradient> + <linearGradient + id="linearGradient3818"> + <stop + style="stop-color:#585858;stop-opacity:1;" + offset="0" + id="stop3820" /> + <stop + id="stop3828" + offset="0.5" + style="stop-color:#2b2b2b;stop-opacity:1;" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3822" /> + </linearGradient> + <linearGradient + id="linearGradient4347"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4349" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4351" /> + </linearGradient> + <linearGradient + id="linearGradient4074"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4076" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4078" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + style="stop-color:#434343;stop-opacity:1;" + offset="0" + id="stop4024" /> + <stop + style="stop-color:#353535;stop-opacity:1;" + offset="0.40000001" + id="stop3830" /> + <stop + style="stop-color:#151515;stop-opacity:1;" + offset="1" + id="stop4026" /> + </linearGradient> + <linearGradient + id="linearGradient3866"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3868" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5869565;" + offset="1" + id="stop3870" /> + </linearGradient> + <linearGradient + id="linearGradient3858"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3862" /> + </linearGradient> + <linearGradient + id="linearGradient3812"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3814" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816" /> + </linearGradient> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3768" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-4" + id="linearGradient3766-6" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-4"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-3" /> + <stop + id="stop3768-7" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-4" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3812-0" + id="linearGradient3818-1" + x1="7.9718575" + y1="1009.0057" + x2="7.9718575" + y2="1049.5311" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3812-0"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3814-1" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816-3" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-3" + id="linearGradient3766-2" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-3"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-39" /> + <stop + id="stop3768-2" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-3" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-2" + id="linearGradient4028-7" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-2"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-0" /> + <stop + id="stop4030-8" + offset="0.30000001" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.69999999" + id="stop4032-5" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074-7" + id="linearGradient4080-6" + x1="6.5028143" + y1="1009.7872" + x2="6.5028143" + y2="1049.8446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.78104559,0,0,0.95706239,1.373203,44.243258)" /> + <linearGradient + id="linearGradient4074-7"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4076-9" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4078-8" /> + </linearGradient> + <linearGradient + y2="1049.3413" + x2="6.5417767" + y1="1008.9974" + x1="6.5417767" + gradientTransform="matrix(1.2587921,0,0,1.054939,-1.7493015,-55.516299)" + gradientUnits="userSpaceOnUse" + id="linearGradient4097" + xlink:href="#linearGradient4074-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-24" + id="linearGradient4028-3" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-24"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-00" /> + <stop + id="stop4030-0" + offset="0.34999999" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.64999998" + id="stop4032-1" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-2" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3868" + x="-0.15096281" + width="1.3019257" + y="-0.036411878" + height="1.0728238" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64192029" + id="feGaussianBlur3870" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074" + id="linearGradient3939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2361887,0,0,1.0002512,14.836059,-1.3313286)" + x1="6.5028143" + y1="1009.7872" + x2="8.7034903" + y2="1012.7124" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4347" + id="linearGradient3942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1831356,0,0,1,13.023643,0.13741817)" + x1="4.6863246" + y1="1045.0852" + x2="6.5892401" + y2="1050.2482" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3863" + id="linearGradient3869" + x1="-13" + y1="1032.8622" + x2="-6" + y2="1032.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1693124,0,0,1.0266829,2.6836053,-30.626259)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3826" + id="linearGradient3833" + x1="1.0000002" + y1="1029.8622" + x2="12" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8010911,0,0,0.9548407,1024.6552,-989.85435)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3830" + id="linearGradient3836" + x1="1" + y1="1029.8622" + x2="11.999999" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59868122,0,0,0.95234404,1025.9708,-987.28317)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.075517" + inkscape:cx="28.033669" + inkscape:cy="6.1222255" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1480" + inkscape:window-height="906" + inkscape:window-x="209" + inkscape:window-y="122" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid3817" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="16px" + originy="-15.987217px" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(16,-1023.375)"> + <rect + style="fill:url(#linearGradient3833);fill-opacity:1;stroke:#999999;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4020" + width="8.0000343" + height="42" + x="1025.8622" + y="-27.5" + rx="3.9999998" + ry="4" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0;fill:none;stroke:url(#linearGradient4097);stroke-width:1.02888811;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3868)" + id="rect4020-6-5" + width="10.20522" + height="42.310608" + x="1.3302395" + y="1009.7705" + rx="5.1026101" + ry="4.1801486" + transform="matrix(0,0.91926547,-0.90072965,0,935.89418,1026.4297)" /> + <rect + style="fill:none;stroke:url(#linearGradient3836);stroke-width:1.03299999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3828" + width="5.9670548" + height="39.966999" + x="1026.8787" + y="-26.4835" + rx="3" + ry="3" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/slider-h-insensitive.svg b/themes/Mint-X/gtk-2.0/images/scroll/slider-h-insensitive.svg new file mode 100644 index 00000000..798f9b16 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/slider-h-insensitive.svg @@ -0,0 +1,474 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="45" + height="13" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="slider-h.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3830"> + <stop + style="stop-color:#ffffff;stop-opacity:0.29803923;" + offset="0" + id="stop3832" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:0;" + offset="1" + id="stop3834" /> + </linearGradient> + <linearGradient + id="linearGradient3826"> + <stop + style="stop-color:#d6d6d6;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#cbcbcb;stop-opacity:1;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + id="linearGradient3863"> + <stop + style="stop-color:#ffffff;stop-opacity:0.04;" + offset="0" + id="stop3865" /> + <stop + id="stop3873" + offset="0.25" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3871" + offset="0.5" + style="stop-color:#000000;stop-opacity:0.01176471;" /> + <stop + style="stop-color:#000000;stop-opacity:0.23;" + offset="1" + id="stop3867" /> + </linearGradient> + <linearGradient + id="linearGradient3818"> + <stop + style="stop-color:#585858;stop-opacity:1;" + offset="0" + id="stop3820" /> + <stop + id="stop3828" + offset="0.5" + style="stop-color:#2b2b2b;stop-opacity:1;" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3822" /> + </linearGradient> + <linearGradient + id="linearGradient4347"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4349" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4351" /> + </linearGradient> + <linearGradient + id="linearGradient4074"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4076" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4078" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + style="stop-color:#434343;stop-opacity:1;" + offset="0" + id="stop4024" /> + <stop + style="stop-color:#353535;stop-opacity:1;" + offset="0.40000001" + id="stop3830" /> + <stop + style="stop-color:#151515;stop-opacity:1;" + offset="1" + id="stop4026" /> + </linearGradient> + <linearGradient + id="linearGradient3866"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3868" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5869565;" + offset="1" + id="stop3870" /> + </linearGradient> + <linearGradient + id="linearGradient3858"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3862" /> + </linearGradient> + <linearGradient + id="linearGradient3812"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3814" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816" /> + </linearGradient> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3768" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-4" + id="linearGradient3766-6" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-4"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-3" /> + <stop + id="stop3768-7" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-4" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3812-0" + id="linearGradient3818-1" + x1="7.9718575" + y1="1009.0057" + x2="7.9718575" + y2="1049.5311" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3812-0"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3814-1" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816-3" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-3" + id="linearGradient3766-2" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-3"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-39" /> + <stop + id="stop3768-2" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-3" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-2" + id="linearGradient4028-7" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-2"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-0" /> + <stop + id="stop4030-8" + offset="0.30000001" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.69999999" + id="stop4032-5" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074-7" + id="linearGradient4080-6" + x1="6.5028143" + y1="1009.7872" + x2="6.5028143" + y2="1049.8446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.78104559,0,0,0.95706239,1.373203,44.243258)" /> + <linearGradient + id="linearGradient4074-7"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4076-9" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4078-8" /> + </linearGradient> + <linearGradient + y2="1049.3413" + x2="6.5417767" + y1="1008.9974" + x1="6.5417767" + gradientTransform="matrix(1.2587921,0,0,1.054939,-1.7493015,-55.516299)" + gradientUnits="userSpaceOnUse" + id="linearGradient4097" + xlink:href="#linearGradient4074-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-24" + id="linearGradient4028-3" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-24"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-00" /> + <stop + id="stop4030-0" + offset="0.34999999" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.64999998" + id="stop4032-1" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-2" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3868" + x="-0.15096281" + width="1.3019257" + y="-0.036411878" + height="1.0728238" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64192029" + id="feGaussianBlur3870" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074" + id="linearGradient3939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2361887,0,0,1.0002512,14.836059,-1.3313286)" + x1="6.5028143" + y1="1009.7872" + x2="8.7034903" + y2="1012.7124" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4347" + id="linearGradient3942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1831356,0,0,1,13.023643,0.13741817)" + x1="4.6863246" + y1="1045.0852" + x2="6.5892401" + y2="1050.2482" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3863" + id="linearGradient3869" + x1="-13" + y1="1032.8622" + x2="-6" + y2="1032.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1693124,0,0,1.0266829,2.6836053,-30.626259)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3826" + id="linearGradient3833" + x1="1.0000002" + y1="1029.8622" + x2="12" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8010894,0,0,0.9548407,1024.6552,-989.8544)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3830" + id="linearGradient3836" + x1="1" + y1="1029.8622" + x2="11.999999" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59867954,0,0,0.95234401,1025.9708,-987.28304)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.075517" + inkscape:cx="13.884323" + inkscape:cy="6.122242" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1454" + inkscape:window-height="906" + inkscape:window-x="181" + inkscape:window-y="65" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid3817" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="16px" + originy="-15.9872px" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(16,-1023.375)"> + <rect + style="fill:url(#linearGradient3833);fill-opacity:1;stroke:#b0b0b0;stroke-width:0.99999987999999995;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4020" + width="8.0000172" + height="42" + x="1025.8622" + y="-27.5" + rx="4" + ry="4" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0;fill:none;stroke:url(#linearGradient4097);stroke-width:1.02888811;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3868)" + id="rect4020-6-5" + width="10.20522" + height="42.310608" + x="1.3302395" + y="1009.7705" + rx="5.1026101" + ry="4.1801486" + transform="matrix(0,0.91926547,-0.90072965,0,935.89418,1026.4297)" /> + <rect + style="fill:none;stroke:url(#linearGradient3836);stroke-width:1.03300011;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3828" + width="5.9670377" + height="39.967003" + x="1026.8787" + y="-26.4835" + rx="3" + ry="3" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/slider-h.svg b/themes/Mint-X/gtk-2.0/images/scroll/slider-h.svg new file mode 100644 index 00000000..8a13ba3b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/slider-h.svg @@ -0,0 +1,474 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="45" + height="13" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="slider-h.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3830"> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="0" + id="stop3832" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:0;" + offset="1" + id="stop3834" /> + </linearGradient> + <linearGradient + id="linearGradient3826"> + <stop + style="stop-color:#e8e8e8;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#d1d1d1;stop-opacity:1;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + id="linearGradient3863"> + <stop + style="stop-color:#ffffff;stop-opacity:0.04;" + offset="0" + id="stop3865" /> + <stop + id="stop3873" + offset="0.25" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3871" + offset="0.5" + style="stop-color:#000000;stop-opacity:0.01176471;" /> + <stop + style="stop-color:#000000;stop-opacity:0.23;" + offset="1" + id="stop3867" /> + </linearGradient> + <linearGradient + id="linearGradient3818"> + <stop + style="stop-color:#585858;stop-opacity:1;" + offset="0" + id="stop3820" /> + <stop + id="stop3828" + offset="0.5" + style="stop-color:#2b2b2b;stop-opacity:1;" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3822" /> + </linearGradient> + <linearGradient + id="linearGradient4347"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4349" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4351" /> + </linearGradient> + <linearGradient + id="linearGradient4074"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4076" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4078" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + style="stop-color:#434343;stop-opacity:1;" + offset="0" + id="stop4024" /> + <stop + style="stop-color:#353535;stop-opacity:1;" + offset="0.40000001" + id="stop3830" /> + <stop + style="stop-color:#151515;stop-opacity:1;" + offset="1" + id="stop4026" /> + </linearGradient> + <linearGradient + id="linearGradient3866"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3868" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5869565;" + offset="1" + id="stop3870" /> + </linearGradient> + <linearGradient + id="linearGradient3858"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3862" /> + </linearGradient> + <linearGradient + id="linearGradient3812"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3814" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816" /> + </linearGradient> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3768" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-4" + id="linearGradient3766-6" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-4"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-3" /> + <stop + id="stop3768-7" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-4" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3812-0" + id="linearGradient3818-1" + x1="7.9718575" + y1="1009.0057" + x2="7.9718575" + y2="1049.5311" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3812-0"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3814-1" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816-3" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-3" + id="linearGradient3766-2" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-3"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-39" /> + <stop + id="stop3768-2" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-3" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-2" + id="linearGradient4028-7" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-2"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-0" /> + <stop + id="stop4030-8" + offset="0.30000001" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.69999999" + id="stop4032-5" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074-7" + id="linearGradient4080-6" + x1="6.5028143" + y1="1009.7872" + x2="6.5028143" + y2="1049.8446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.78104559,0,0,0.95706239,1.373203,44.243258)" /> + <linearGradient + id="linearGradient4074-7"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4076-9" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4078-8" /> + </linearGradient> + <linearGradient + y2="1049.3413" + x2="6.5417767" + y1="1008.9974" + x1="6.5417767" + gradientTransform="matrix(1.2587921,0,0,1.054939,-1.7493015,-55.516299)" + gradientUnits="userSpaceOnUse" + id="linearGradient4097" + xlink:href="#linearGradient4074-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-24" + id="linearGradient4028-3" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-24"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-00" /> + <stop + id="stop4030-0" + offset="0.34999999" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.64999998" + id="stop4032-1" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-2" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3868" + x="-0.15096281" + width="1.3019257" + y="-0.036411878" + height="1.0728238" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64192029" + id="feGaussianBlur3870" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074" + id="linearGradient3939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2361887,0,0,1.0002512,14.836059,-1.3313286)" + x1="6.5028143" + y1="1009.7872" + x2="8.7034903" + y2="1012.7124" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4347" + id="linearGradient3942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1831356,0,0,1,13.023643,0.13741817)" + x1="4.6863246" + y1="1045.0852" + x2="6.5892401" + y2="1050.2482" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3863" + id="linearGradient3869" + x1="-13" + y1="1032.8622" + x2="-6" + y2="1032.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1693124,0,0,1.0266829,2.6836053,-30.626259)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3826" + id="linearGradient3833" + x1="1.0000002" + y1="1029.8622" + x2="12" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8010894,0,0,0.9548407,1024.6552,-989.8544)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3830" + id="linearGradient3836" + x1="1" + y1="1029.8622" + x2="11.999999" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59867954,0,0,0.95234401,1025.9708,-987.28304)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.075517" + inkscape:cx="16.131783" + inkscape:cy="6.122242" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="996" + inkscape:window-height="906" + inkscape:window-x="845" + inkscape:window-y="90" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid3817" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="16px" + originy="-15.9872px" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(16,-1023.375)"> + <rect + style="fill:url(#linearGradient3833);fill-opacity:1;stroke:#999999;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4020" + width="8.0000172" + height="42" + x="1025.8622" + y="-27.5" + rx="4" + ry="4" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0;fill:none;stroke:url(#linearGradient4097);stroke-width:1.02888811;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3868)" + id="rect4020-6-5" + width="10.20522" + height="42.310608" + x="1.3302395" + y="1009.7705" + rx="5.1026101" + ry="4.1801486" + transform="matrix(0,0.91926547,-0.90072965,0,935.89418,1026.4297)" /> + <rect + style="fill:none;stroke:url(#linearGradient3836);stroke-width:1.03300011;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3828" + width="5.9670377" + height="39.967003" + x="1026.8787" + y="-26.4835" + rx="3" + ry="3" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/slider-v-hover.svg b/themes/Mint-X/gtk-2.0/images/scroll/slider-v-hover.svg new file mode 100644 index 00000000..682d0c8b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/slider-v-hover.svg @@ -0,0 +1,465 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="13" + height="45" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="slider-v-hover.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3830"> + <stop + style="stop-color:#ffffff;stop-opacity:0.30000001;" + offset="0" + id="stop3832" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:0;" + offset="1" + id="stop3834" /> + </linearGradient> + <linearGradient + id="linearGradient3826"> + <stop + style="stop-color:#d7d7d7;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#c1c1c1;stop-opacity:1;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + id="linearGradient3863"> + <stop + style="stop-color:#ffffff;stop-opacity:0.04;" + offset="0" + id="stop3865" /> + <stop + id="stop3873" + offset="0.25" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3871" + offset="0.5" + style="stop-color:#000000;stop-opacity:0.01176471;" /> + <stop + style="stop-color:#000000;stop-opacity:0.23;" + offset="1" + id="stop3867" /> + </linearGradient> + <linearGradient + id="linearGradient3818"> + <stop + style="stop-color:#585858;stop-opacity:1;" + offset="0" + id="stop3820" /> + <stop + id="stop3828" + offset="0.5" + style="stop-color:#2b2b2b;stop-opacity:1;" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3822" /> + </linearGradient> + <linearGradient + id="linearGradient4347"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4349" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4351" /> + </linearGradient> + <linearGradient + id="linearGradient4074"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4076" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4078" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + style="stop-color:#434343;stop-opacity:1;" + offset="0" + id="stop4024" /> + <stop + style="stop-color:#353535;stop-opacity:1;" + offset="0.40000001" + id="stop3830" /> + <stop + style="stop-color:#151515;stop-opacity:1;" + offset="1" + id="stop4026" /> + </linearGradient> + <linearGradient + id="linearGradient3866"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3868" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5869565;" + offset="1" + id="stop3870" /> + </linearGradient> + <linearGradient + id="linearGradient3858"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3862" /> + </linearGradient> + <linearGradient + id="linearGradient3812"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3814" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816" /> + </linearGradient> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3768" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-4" + id="linearGradient3766-6" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-4"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-3" /> + <stop + id="stop3768-7" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-4" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3812-0" + id="linearGradient3818-1" + x1="7.9718575" + y1="1009.0057" + x2="7.9718575" + y2="1049.5311" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3812-0"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3814-1" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816-3" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-3" + id="linearGradient3766-2" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-3"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-39" /> + <stop + id="stop3768-2" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-3" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-2" + id="linearGradient4028-7" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-2"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-0" /> + <stop + id="stop4030-8" + offset="0.30000001" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.69999999" + id="stop4032-5" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074-7" + id="linearGradient4080-6" + x1="6.5028143" + y1="1009.7872" + x2="6.5028143" + y2="1049.8446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.78104559,0,0,0.95706239,1.373203,44.243258)" /> + <linearGradient + id="linearGradient4074-7"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4076-9" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4078-8" /> + </linearGradient> + <linearGradient + y2="1049.3413" + x2="6.5417767" + y1="1008.9974" + x1="6.5417767" + gradientTransform="matrix(1.2587921,0,0,1.054939,-1.7493015,-55.516299)" + gradientUnits="userSpaceOnUse" + id="linearGradient4097" + xlink:href="#linearGradient4074-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-24" + id="linearGradient4028-3" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-24"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-00" /> + <stop + id="stop4030-0" + offset="0.34999999" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.64999998" + id="stop4032-1" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-2" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3868" + x="-0.15096281" + width="1.3019256" + y="-0.036411878" + height="1.0728238"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64192029" + id="feGaussianBlur3870" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074" + id="linearGradient3939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2361887,0,0,1.0002512,14.836059,-1.3313286)" + x1="6.5028143" + y1="1009.7872" + x2="8.7034903" + y2="1012.7124" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4347" + id="linearGradient3942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1831356,0,0,1,13.023643,0.13741817)" + x1="4.6863246" + y1="1045.0852" + x2="6.5892401" + y2="1050.2482" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3863" + id="linearGradient3869" + x1="-13" + y1="1032.8622" + x2="-5.9999998" + y2="1032.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1693124,0,0,1.0266829,2.6836053,-30.626259)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3826" + id="linearGradient3833" + x1="1.0000002" + y1="1029.8622" + x2="12" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.80108768,0,0,0.95484117,1.2929306,46.507364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3830" + id="linearGradient3836" + x1="1" + y1="1029.8622" + x2="11.999999" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59867569,0,0,0.9523441,2.6086083,49.079026)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.075517" + inkscape:cx="-6.4864855" + inkscape:cy="19.456133" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="996" + inkscape:window-height="906" + inkscape:window-x="209" + inkscape:window-y="122" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3817" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1007.3622)"> + <rect + style="fill:url(#linearGradient3833);fill-opacity:1;stroke:#999999;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4020" + width="8" + height="42.000019" + x="2.5" + y="1008.8622" + rx="4" + ry="4" /> + <rect + style="fill:none;stroke:url(#linearGradient4097);stroke-width:1.02888811000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3868);opacity:0" + id="rect4020-6-5" + width="10.20522" + height="42.310608" + x="1.3302395" + y="1009.7705" + rx="5.1026101" + ry="4.1801486" + transform="matrix(0.91926547,0,0,0.90072965,1.395234,103.75777)" /> + <rect + style="fill:none;stroke:url(#linearGradient3836);stroke-width:1.03299999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3828" + width="5.967" + height="39.967003" + x="3.5165" + y="1009.8787" + rx="3" + ry="3" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/slider-v-insensitive.svg b/themes/Mint-X/gtk-2.0/images/scroll/slider-v-insensitive.svg new file mode 100644 index 00000000..dbbf58b0 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/slider-v-insensitive.svg @@ -0,0 +1,465 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="13" + height="45" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="slider-v.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3830"> + <stop + style="stop-color:#ffffff;stop-opacity:0.29803923;" + offset="0" + id="stop3832" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:0;" + offset="1" + id="stop3834" /> + </linearGradient> + <linearGradient + id="linearGradient3826"> + <stop + style="stop-color:#d6d6d6;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#cbcbcb;stop-opacity:1;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + id="linearGradient3863"> + <stop + style="stop-color:#ffffff;stop-opacity:0.04;" + offset="0" + id="stop3865" /> + <stop + id="stop3873" + offset="0.25" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3871" + offset="0.5" + style="stop-color:#000000;stop-opacity:0.01176471;" /> + <stop + style="stop-color:#000000;stop-opacity:0.23;" + offset="1" + id="stop3867" /> + </linearGradient> + <linearGradient + id="linearGradient3818"> + <stop + style="stop-color:#585858;stop-opacity:1;" + offset="0" + id="stop3820" /> + <stop + id="stop3828" + offset="0.5" + style="stop-color:#2b2b2b;stop-opacity:1;" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3822" /> + </linearGradient> + <linearGradient + id="linearGradient4347"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4349" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4351" /> + </linearGradient> + <linearGradient + id="linearGradient4074"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4076" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4078" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + style="stop-color:#434343;stop-opacity:1;" + offset="0" + id="stop4024" /> + <stop + style="stop-color:#353535;stop-opacity:1;" + offset="0.40000001" + id="stop3830" /> + <stop + style="stop-color:#151515;stop-opacity:1;" + offset="1" + id="stop4026" /> + </linearGradient> + <linearGradient + id="linearGradient3866"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3868" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5869565;" + offset="1" + id="stop3870" /> + </linearGradient> + <linearGradient + id="linearGradient3858"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3862" /> + </linearGradient> + <linearGradient + id="linearGradient3812"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3814" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816" /> + </linearGradient> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3768" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-4" + id="linearGradient3766-6" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-4"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-3" /> + <stop + id="stop3768-7" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-4" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3812-0" + id="linearGradient3818-1" + x1="7.9718575" + y1="1009.0057" + x2="7.9718575" + y2="1049.5311" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3812-0"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3814-1" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816-3" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-3" + id="linearGradient3766-2" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-3"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-39" /> + <stop + id="stop3768-2" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-3" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-2" + id="linearGradient4028-7" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-2"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-0" /> + <stop + id="stop4030-8" + offset="0.30000001" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.69999999" + id="stop4032-5" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074-7" + id="linearGradient4080-6" + x1="6.5028143" + y1="1009.7872" + x2="6.5028143" + y2="1049.8446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.78104559,0,0,0.95706239,1.373203,44.243258)" /> + <linearGradient + id="linearGradient4074-7"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4076-9" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4078-8" /> + </linearGradient> + <linearGradient + y2="1049.3413" + x2="6.5417767" + y1="1008.9974" + x1="6.5417767" + gradientTransform="matrix(1.2587921,0,0,1.054939,-1.7493015,-55.516299)" + gradientUnits="userSpaceOnUse" + id="linearGradient4097" + xlink:href="#linearGradient4074-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-24" + id="linearGradient4028-3" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-24"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-00" /> + <stop + id="stop4030-0" + offset="0.34999999" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.64999998" + id="stop4032-1" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-2" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3868" + x="-0.15096281" + width="1.3019256" + y="-0.036411878" + height="1.0728238"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64192029" + id="feGaussianBlur3870" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074" + id="linearGradient3939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2361887,0,0,1.0002512,14.836059,-1.3313286)" + x1="6.5028143" + y1="1009.7872" + x2="8.7034903" + y2="1012.7124" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4347" + id="linearGradient3942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1831356,0,0,1,13.023643,0.13741817)" + x1="4.6863246" + y1="1045.0852" + x2="6.5892401" + y2="1050.2482" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3863" + id="linearGradient3869" + x1="-13" + y1="1032.8622" + x2="-5.9999998" + y2="1032.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1693124,0,0,1.0266829,2.6836053,-30.626259)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3826" + id="linearGradient3833" + x1="1.0000002" + y1="1029.8622" + x2="12" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.80108768,0,0,0.95484117,1.2929306,46.507364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3830" + id="linearGradient3836" + x1="1" + y1="1029.8622" + x2="11.999999" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59867569,0,0,0.95234405,2.6086083,49.079052)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.075517" + inkscape:cx="6.606875" + inkscape:cy="22.109442" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="996" + inkscape:window-height="906" + inkscape:window-x="504" + inkscape:window-y="105" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3817" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1007.3622)"> + <rect + style="fill:url(#linearGradient3833);fill-opacity:1;stroke:#b0b0b0;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4020" + width="8" + height="42.000019" + x="2.5" + y="1008.8622" + rx="4" + ry="4" /> + <rect + style="fill:none;stroke:url(#linearGradient4097);stroke-width:1.02888811000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3868);opacity:0" + id="rect4020-6-5" + width="10.20522" + height="42.310608" + x="1.3302395" + y="1009.7705" + rx="5.1026101" + ry="4.1801486" + transform="matrix(0.91926547,0,0,0.90072965,1.395234,103.75777)" /> + <rect + style="fill:none;stroke:url(#linearGradient3836);stroke-width:1.03299999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3828" + width="5.967" + height="39.966999" + x="3.5165" + y="1009.8787" + rx="3" + ry="3" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/slider-v.svg b/themes/Mint-X/gtk-2.0/images/scroll/slider-v.svg new file mode 100644 index 00000000..e1f469cf --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/slider-v.svg @@ -0,0 +1,465 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="13" + height="45" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="slider-v.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3830"> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="0" + id="stop3832" /> + <stop + style="stop-color:#a6a6a6;stop-opacity:0;" + offset="1" + id="stop3834" /> + </linearGradient> + <linearGradient + id="linearGradient3826"> + <stop + style="stop-color:#e7e7e7;stop-opacity:1;" + offset="0" + id="stop3829" /> + <stop + style="stop-color:#d1d1d1;stop-opacity:1;" + offset="1" + id="stop3831" /> + </linearGradient> + <linearGradient + id="linearGradient3863"> + <stop + style="stop-color:#ffffff;stop-opacity:0.04;" + offset="0" + id="stop3865" /> + <stop + id="stop3873" + offset="0.25" + style="stop-color:#ffffff;stop-opacity:0;" /> + <stop + id="stop3871" + offset="0.5" + style="stop-color:#000000;stop-opacity:0.01176471;" /> + <stop + style="stop-color:#000000;stop-opacity:0.23;" + offset="1" + id="stop3867" /> + </linearGradient> + <linearGradient + id="linearGradient3818"> + <stop + style="stop-color:#585858;stop-opacity:1;" + offset="0" + id="stop3820" /> + <stop + id="stop3828" + offset="0.5" + style="stop-color:#2b2b2b;stop-opacity:1;" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3822" /> + </linearGradient> + <linearGradient + id="linearGradient4347"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4349" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4351" /> + </linearGradient> + <linearGradient + id="linearGradient4074"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4076" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4078" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + style="stop-color:#434343;stop-opacity:1;" + offset="0" + id="stop4024" /> + <stop + style="stop-color:#353535;stop-opacity:1;" + offset="0.40000001" + id="stop3830" /> + <stop + style="stop-color:#151515;stop-opacity:1;" + offset="1" + id="stop4026" /> + </linearGradient> + <linearGradient + id="linearGradient3866"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3868" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5869565;" + offset="1" + id="stop3870" /> + </linearGradient> + <linearGradient + id="linearGradient3858"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.5;" + offset="1" + id="stop3862" /> + </linearGradient> + <linearGradient + id="linearGradient3812"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3814" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816" /> + </linearGradient> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3768" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-4" + id="linearGradient3766-6" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-4"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-3" /> + <stop + id="stop3768-7" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-4" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3812-0" + id="linearGradient3818-1" + x1="7.9718575" + y1="1009.0057" + x2="7.9718575" + y2="1049.5311" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3812-0"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop3814-1" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop3816-3" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760-3" + id="linearGradient3766-2" + x1="2" + y1="1029.3622" + x2="13" + y2="1029.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3760-3"> + <stop + style="stop-color:#212121;stop-opacity:1;" + offset="0" + id="stop3762-39" /> + <stop + id="stop3768-2" + offset="0.40000001" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0.64999998" + id="stop3770-3" /> + <stop + style="stop-color:#363636;stop-opacity:1;" + offset="1" + id="stop3764-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-2" + id="linearGradient4028-7" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-2"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-0" /> + <stop + id="stop4030-8" + offset="0.30000001" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.69999999" + id="stop4032-5" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074-7" + id="linearGradient4080-6" + x1="6.5028143" + y1="1009.7872" + x2="6.5028143" + y2="1049.8446" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.78104559,0,0,0.95706239,1.373203,44.243258)" /> + <linearGradient + id="linearGradient4074-7"> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="0" + id="stop4076-9" /> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="1" + id="stop4078-8" /> + </linearGradient> + <linearGradient + y2="1049.3413" + x2="6.5417767" + y1="1008.9974" + x1="6.5417767" + gradientTransform="matrix(1.2587921,0,0,1.054939,-1.7493015,-55.516299)" + gradientUnits="userSpaceOnUse" + id="linearGradient4097" + xlink:href="#linearGradient4074-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022-24" + id="linearGradient4028-3" + x1="1.9999999" + y1="1029.8621" + x2="11.000001" + y2="1029.8621" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient4022-24"> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="0" + id="stop4024-00" /> + <stop + id="stop4030-0" + offset="0.34999999" + style="stop-color:#555555;stop-opacity:1;" /> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0.64999998" + id="stop4032-1" /> + <stop + style="stop-color:#262626;stop-opacity:1;" + offset="1" + id="stop4026-2" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3868" + x="-0.15096281" + width="1.3019256" + y="-0.036411878" + height="1.0728238"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64192029" + id="feGaussianBlur3870" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4074" + id="linearGradient3939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2361887,0,0,1.0002512,14.836059,-1.3313286)" + x1="6.5028143" + y1="1009.7872" + x2="8.7034903" + y2="1012.7124" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4347" + id="linearGradient3942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1831356,0,0,1,13.023643,0.13741817)" + x1="4.6863246" + y1="1045.0852" + x2="6.5892401" + y2="1050.2482" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3863" + id="linearGradient3869" + x1="-13" + y1="1032.8622" + x2="-5.9999998" + y2="1032.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1693124,0,0,1.0266829,2.6836053,-30.626259)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3826" + id="linearGradient3833" + x1="1.0000002" + y1="1029.8622" + x2="12" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.80108768,0,0,0.95484117,1.2929306,46.507364)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3830" + id="linearGradient3836" + x1="1" + y1="1029.8622" + x2="11.999999" + y2="1029.8622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59867569,0,0,0.95234405,2.6086083,49.079052)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.075517" + inkscape:cx="-0.33835751" + inkscape:cy="22.109442" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="996" + inkscape:window-height="906" + inkscape:window-x="504" + inkscape:window-y="105" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3817" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1007.3622)"> + <rect + style="fill:url(#linearGradient3833);fill-opacity:1;stroke:#999999;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + id="rect4020" + width="8" + height="42.000019" + x="2.5" + y="1008.8622" + rx="4" + ry="4" /> + <rect + style="fill:none;stroke:url(#linearGradient4097);stroke-width:1.02888811000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3868);opacity:0" + id="rect4020-6-5" + width="10.20522" + height="42.310608" + x="1.3302395" + y="1009.7705" + rx="5.1026101" + ry="4.1801486" + transform="matrix(0.91926547,0,0,0.90072965,1.395234,103.75777)" /> + <rect + style="fill:none;stroke:url(#linearGradient3836);stroke-width:1.03299999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3828" + width="5.967" + height="39.966999" + x="3.5165" + y="1009.8787" + rx="3" + ry="3" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/trough-h.svg b/themes/Mint-X/gtk-2.0/images/scroll/trough-h.svg new file mode 100644 index 00000000..7ed49c08 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/trough-h.svg @@ -0,0 +1,656 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="64" + height="13" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="trough-h.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3845"> + <stop + style="stop-color:#d6d6d6;stop-opacity:1;" + offset="0" + id="stop3850" /> + <stop + style="stop-color:#f7f7f7;stop-opacity:1;" + offset="1" + id="stop3852" /> + </linearGradient> + <linearGradient + id="linearGradient3844"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3847" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.25;" + offset="1" + id="stop3849" /> + </linearGradient> + <linearGradient + id="linearGradient3843"> + <stop + style="stop-color:#000000;stop-opacity:0.5;" + offset="0" + id="stop3846" /> + <stop + style="stop-color:#000000;stop-opacity:0.18125001;" + offset="1" + id="stop3848" /> + </linearGradient> + <linearGradient + id="linearGradient3803"> + <stop + style="stop-color:#121212;stop-opacity:1;" + offset="0" + id="stop3805" /> + <stop + style="stop-color:#1e1e1e;stop-opacity:1;" + offset="1" + id="stop3807" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#131313;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#2e2e2e;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3762"> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#202020;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="0" + id="stop3763" /> + <stop + style="stop-color:#191919;stop-opacity:1;" + offset="1" + id="stop3765" /> + </linearGradient> + <linearGradient + id="linearGradient3753"> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="0" + id="stop3755" /> + <stop + style="stop-color:#202020;stop-opacity:1;" + offset="1" + id="stop3757" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3753" + id="linearGradient3759" + x1="0.99999976" + y1="1020.3622" + x2="12" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8085874,0,0,0.96960594,62.410612,32.71994)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3761" + id="linearGradient3767" + x1="0.99999976" + y1="1020.3622" + x2="12" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8085874,0,0,0.96960594,62.410612,32.71994)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762" + id="linearGradient3768" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496519,2.101057)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5" + id="linearGradient3768-2" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496519,2.101057)" /> + <linearGradient + id="linearGradient3762-5"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496511,2.1009)" + gradientUnits="userSpaceOnUse" + id="linearGradient3793" + xlink:href="#linearGradient3762-5" + inkscape:collect="always" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496511,2.1009)" + gradientUnits="userSpaceOnUse" + id="linearGradient3793-9" + xlink:href="#linearGradient3762-5-0" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-0"> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="0" + id="stop3764-8-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3766-3-0" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.7208559,0,0,0.99630026,-3.7355631,3.7748108)" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3762-5-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-0" + id="linearGradient3016" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7208559,0,0,0.99630026,-3.7355631,3.7748108)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5" + id="linearGradient3018" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496511,2.1009)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5" + id="linearGradient3017" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-92.138841,0.53618548)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-0" + id="linearGradient3020" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7208559,0,0,0.99630026,-35.034283,3.7748108)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04" + id="linearGradient3017-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-2.9496516,2.1009081)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + id="linearGradient3762-5-04"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3-7" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-48.511061,-115.34726)" + gradientUnits="userSpaceOnUse" + id="linearGradient3806" + xlink:href="#linearGradient3762-5-04" + inkscape:collect="always" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-53.330875,13.048221)" + gradientUnits="userSpaceOnUse" + id="linearGradient3806-7" + xlink:href="#linearGradient3762-5-04-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-6"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3-4" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3-7-1" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-2.9496494,2.1009122)" + gradientUnits="userSpaceOnUse" + id="linearGradient3842" + xlink:href="#linearGradient3762-5-04-6" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-6" + id="linearGradient3862" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-2.8496081,-111.93338)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-6" + id="linearGradient3865" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-2.8496084,-111.93332)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-48.511061,-115.34726)" + gradientUnits="userSpaceOnUse" + id="linearGradient3806-9" + xlink:href="#linearGradient3762-5-04-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-3"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3-6" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3-7-7" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129228,-99.866282)" + gradientUnits="userSpaceOnUse" + id="linearGradient3813" + xlink:href="#linearGradient3762-5-04-3" + inkscape:collect="always" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129228,-99.866282)" + gradientUnits="userSpaceOnUse" + id="linearGradient3813-6" + xlink:href="#linearGradient3762-5-04-3-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-3-4"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3-6-3" /> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="1" + id="stop3766-3-7-7-3" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129227,-99.866355)" + gradientUnits="userSpaceOnUse" + id="linearGradient3849" + xlink:href="#linearGradient3762-5-04-3-4" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803" + id="linearGradient3809" + x1="1.2077098" + y1="1020.3622" + x2="12.79229" + y2="1020.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-9" + id="linearGradient3809-4" + x1="1.2077098" + y1="1020.3622" + x2="12.79229" + y2="1020.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3803-9"> + <stop + style="stop-color:#131313;stop-opacity:1;" + offset="0" + id="stop3805-2" /> + <stop + style="stop-color:#2e2e2e;stop-opacity:1;" + offset="1" + id="stop3807-7" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129227,-99.866355)" + gradientUnits="userSpaceOnUse" + id="linearGradient3849-6" + xlink:href="#linearGradient3762-5-04-3-4-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-3-4-8"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3764-8-3-6-3-6" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3766-3-7-7-3-9" /> + </linearGradient> + <linearGradient + y2="1020.4137" + x2="7.707315" + y1="1020.4137" + x1="5.3975587" + gradientTransform="matrix(3.6058668,0,0,1.064742,-16.438136,-66.11017)" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3762-5-04-3-4-8" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3841" + id="linearGradient3793-94" + gradientUnits="userSpaceOnUse" + x1="9.7186213" + y1="10.650711" + x2="4.2890759" + y2="5.4211845" /> + <linearGradient + id="linearGradient3841"> + <stop + style="stop-color:#343434;stop-opacity:1;" + offset="0" + id="stop3843" /> + <stop + style="stop-color:#4e4e4e;stop-opacity:1;" + offset="1" + id="stop3845" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3833" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + x1="3.7275834" + y1="4.7668619" + x2="10.390128" + y2="11.172829" /> + <linearGradient + id="linearGradient3833"> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="0" + id="stop3835" /> + <stop + style="stop-color:#101010;stop-opacity:1;" + offset="1" + id="stop3837" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3899" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + x1="2.5985894" + y1="3.4402163" + x2="8.5663729" + y2="9.9657307" /> + <linearGradient + id="linearGradient3899"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3901" /> + <stop + style="stop-color:#000000;stop-opacity:0.26347306;" + offset="1" + id="stop3903" /> + </linearGradient> + <linearGradient + y2="9.9657307" + x2="8.5663729" + y1="3.4402163" + x1="2.5985894" + gradientUnits="userSpaceOnUse" + id="linearGradient3890" + xlink:href="#linearGradient3899" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803" + id="linearGradient3933" + gradientUnits="userSpaceOnUse" + x1="1.2077098" + y1="1020.3622" + x2="12.79229" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-3-4" + id="linearGradient3935" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129227,-99.866355)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-3-4-8" + id="linearGradient3937" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.6058668,0,0,1.064742,-16.438136,-66.11017)" + x1="5.3975587" + y1="1020.4137" + x2="7.707315" + y2="1020.4137" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-3-4-8" + id="linearGradient3834" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.7399481,0,0,1.0718946,-63.84394,-71.304806)" + x1="5.3975587" + y1="1020.4137" + x2="7.707315" + y2="1020.4137" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3843" + id="linearGradient3850" + x1="0" + y1="1020.3622" + x2="2" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0112732,0,0,1,-0.02254552,-5.2343748e-6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3844" + id="linearGradient3851" + x1="10" + y1="1020.3622" + x2="14" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2350796,0,0,1,-18.385278,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3845" + id="linearGradient3854" + x1="0" + y1="1020.3622" + x2="14" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0016827,0,0,1.0162252,1012.8504,-1044.9177)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="42.65268" + inkscape:cx="35.627088" + inkscape:cy="7.7479284" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1404" + inkscape:window-height="839" + inkscape:window-x="335" + inkscape:window-y="103" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + type="xygrid" + id="grid3069" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + originx="24px" + originy="-25.999977px" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(24,-1013.3622)"> + <rect + style="fill:url(#linearGradient3854);fill-opacity:1;stroke:none" + id="rect3753-8-7-4-3-7" + width="13" + height="63.999996" + x="1013.3622" + y="-39.999996" + rx="0" + ry="0" + inkscape:export-filename="/home/jo-shva/trough.png" + inkscape:export-xdpi="93.567406" + inkscape:export-ydpi="93.567406" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:#b2b2b2;fill-opacity:1;stroke:none" + id="rect3845" + width="1" + height="64" + x="1013.3679" + y="-40" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/trough-horizontal.svg b/themes/Mint-X/gtk-2.0/images/scroll/trough-horizontal.svg new file mode 100644 index 00000000..615fd81e --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/trough-horizontal.svg @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="trough-vertical.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3795"> + <stop + style="stop-color:#000000;stop-opacity:0.30075186;" + offset="0" + id="stop3797" /> + <stop + style="stop-color:#000000;stop-opacity:0.21804512;" + offset="1" + id="stop3799" /> + </linearGradient> + <linearGradient + id="linearGradient3768"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3770" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.80000001;" + offset="1" + id="stop3772" /> + </linearGradient> + <linearGradient + id="linearGradient3758"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3760" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3762" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3795" + id="linearGradient3801" + x1="0" + y1="15" + x2="30" + y2="15" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1022.3622,-30)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="12.221083" + inkscape:cy="15.852905" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1295" + inkscape:window-height="732" + inkscape:window-x="123" + inkscape:window-y="89" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:url(#linearGradient3801);fill-opacity:1;stroke:none" + id="rect3785" + width="30" + height="30" + x="1022.3622" + y="-30" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/trough-v.svg b/themes/Mint-X/gtk-2.0/images/scroll/trough-v.svg new file mode 100644 index 00000000..80454b2e --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/trough-v.svg @@ -0,0 +1,648 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="14" + height="64" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="trough-v.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3845"> + <stop + style="stop-color:#d6d6d6;stop-opacity:1;" + offset="0" + id="stop3850" /> + <stop + style="stop-color:#f7f7f7;stop-opacity:1;" + offset="1" + id="stop3852" /> + </linearGradient> + <linearGradient + id="linearGradient3844"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3847" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.25;" + offset="1" + id="stop3849" /> + </linearGradient> + <linearGradient + id="linearGradient3843"> + <stop + style="stop-color:#000000;stop-opacity:0.5;" + offset="0" + id="stop3846" /> + <stop + style="stop-color:#000000;stop-opacity:0.18125001;" + offset="1" + id="stop3848" /> + </linearGradient> + <linearGradient + id="linearGradient3803"> + <stop + style="stop-color:#121212;stop-opacity:1;" + offset="0" + id="stop3805" /> + <stop + style="stop-color:#1e1e1e;stop-opacity:1;" + offset="1" + id="stop3807" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#131313;stop-opacity:1;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#2e2e2e;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient3762"> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="0" + id="stop3764" /> + <stop + style="stop-color:#202020;stop-opacity:1;" + offset="1" + id="stop3766" /> + </linearGradient> + <linearGradient + id="linearGradient3761"> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="0" + id="stop3763" /> + <stop + style="stop-color:#191919;stop-opacity:1;" + offset="1" + id="stop3765" /> + </linearGradient> + <linearGradient + id="linearGradient3753"> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="0" + id="stop3755" /> + <stop + style="stop-color:#202020;stop-opacity:1;" + offset="1" + id="stop3757" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3753" + id="linearGradient3759" + x1="0.99999976" + y1="1020.3622" + x2="12" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8085874,0,0,0.96960594,62.410612,32.71994)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3761" + id="linearGradient3767" + x1="0.99999976" + y1="1020.3622" + x2="12" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8085874,0,0,0.96960594,62.410612,32.71994)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762" + id="linearGradient3768" + x1="5.0000001" + y1="1020.3622" + x2="8.0000001" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496519,2.101057)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5" + id="linearGradient3768-2" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496519,2.101057)" /> + <linearGradient + id="linearGradient3762-5"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496511,2.1009)" + gradientUnits="userSpaceOnUse" + id="linearGradient3793" + xlink:href="#linearGradient3762-5" + inkscape:collect="always" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496511,2.1009)" + gradientUnits="userSpaceOnUse" + id="linearGradient3793-9" + xlink:href="#linearGradient3762-5-0" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-0"> + <stop + style="stop-color:#0e0e0e;stop-opacity:1;" + offset="0" + id="stop3764-8-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3766-3-0" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.7208559,0,0,0.99630026,-3.7355631,3.7748108)" + gradientUnits="userSpaceOnUse" + id="linearGradient3828" + xlink:href="#linearGradient3762-5-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-0" + id="linearGradient3016" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7208559,0,0,0.99630026,-3.7355631,3.7748108)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5" + id="linearGradient3018" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-1.9496511,2.1009)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5" + id="linearGradient3017" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-92.138841,0.53618548)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-0" + id="linearGradient3020" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7208559,0,0,0.99630026,-35.034283,3.7748108)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04" + id="linearGradient3017-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-2.9496516,2.1009081)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + id="linearGradient3762-5-04"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3-7" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-48.511061,-115.34726)" + gradientUnits="userSpaceOnUse" + id="linearGradient3806" + xlink:href="#linearGradient3762-5-04" + inkscape:collect="always" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-53.330875,13.048221)" + gradientUnits="userSpaceOnUse" + id="linearGradient3806-7" + xlink:href="#linearGradient3762-5-04-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-6"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3-4" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3-7-1" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3768695,0,0,0.99794088,-2.9496494,2.1009122)" + gradientUnits="userSpaceOnUse" + id="linearGradient3842" + xlink:href="#linearGradient3762-5-04-6" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-6" + id="linearGradient3862" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-2.8496081,-111.93338)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-6" + id="linearGradient3865" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-2.8496084,-111.93332)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(1.3614785,0,0,1.1096995,-48.511061,-115.34726)" + gradientUnits="userSpaceOnUse" + id="linearGradient3806-9" + xlink:href="#linearGradient3762-5-04-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-3"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3-6" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop3766-3-7-7" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129228,-99.866282)" + gradientUnits="userSpaceOnUse" + id="linearGradient3813" + xlink:href="#linearGradient3762-5-04-3" + inkscape:collect="always" /> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129228,-99.866282)" + gradientUnits="userSpaceOnUse" + id="linearGradient3813-6" + xlink:href="#linearGradient3762-5-04-3-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-3-4"> + <stop + style="stop-color:#070707;stop-opacity:1;" + offset="0" + id="stop3764-8-3-6-3" /> + <stop + style="stop-color:#242424;stop-opacity:1;" + offset="1" + id="stop3766-3-7-7-3" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129227,-99.866355)" + gradientUnits="userSpaceOnUse" + id="linearGradient3849" + xlink:href="#linearGradient3762-5-04-3-4" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803" + id="linearGradient3809" + x1="1.2077098" + y1="1020.3622" + x2="12.79229" + y2="1020.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803-9" + id="linearGradient3809-4" + x1="1.2077098" + y1="1020.3622" + x2="12.79229" + y2="1020.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3803-9"> + <stop + style="stop-color:#131313;stop-opacity:1;" + offset="0" + id="stop3805-2" /> + <stop + style="stop-color:#2e2e2e;stop-opacity:1;" + offset="1" + id="stop3807-7" /> + </linearGradient> + <linearGradient + y2="1020.3622" + x2="8" + y1="1020.3622" + x1="5" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129227,-99.866355)" + gradientUnits="userSpaceOnUse" + id="linearGradient3849-6" + xlink:href="#linearGradient3762-5-04-3-4-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3762-5-04-3-4-8"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3764-8-3-6-3-6" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3766-3-7-7-3-9" /> + </linearGradient> + <linearGradient + y2="1020.4137" + x2="7.707315" + y1="1020.4137" + x1="5.3975587" + gradientTransform="matrix(3.6058668,0,0,1.064742,-16.438136,-66.11017)" + gradientUnits="userSpaceOnUse" + id="linearGradient3832" + xlink:href="#linearGradient3762-5-04-3-4-8" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3841" + id="linearGradient3793-94" + gradientUnits="userSpaceOnUse" + x1="9.7186213" + y1="10.650711" + x2="4.2890759" + y2="5.4211845" /> + <linearGradient + id="linearGradient3841"> + <stop + style="stop-color:#343434;stop-opacity:1;" + offset="0" + id="stop3843" /> + <stop + style="stop-color:#4e4e4e;stop-opacity:1;" + offset="1" + id="stop3845" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3833" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + x1="3.7275834" + y1="4.7668619" + x2="10.390128" + y2="11.172829" /> + <linearGradient + id="linearGradient3833"> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="0" + id="stop3835" /> + <stop + style="stop-color:#101010;stop-opacity:1;" + offset="1" + id="stop3837" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3899" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + x1="2.5985894" + y1="3.4402163" + x2="8.5663729" + y2="9.9657307" /> + <linearGradient + id="linearGradient3899"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3901" /> + <stop + style="stop-color:#000000;stop-opacity:0.26347306;" + offset="1" + id="stop3903" /> + </linearGradient> + <linearGradient + y2="9.9657307" + x2="8.5663729" + y1="3.4402163" + x1="2.5985894" + gradientUnits="userSpaceOnUse" + id="linearGradient3890" + xlink:href="#linearGradient3899" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3803" + id="linearGradient3933" + gradientUnits="userSpaceOnUse" + x1="1.2077098" + y1="1020.3622" + x2="12.79229" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-3-4" + id="linearGradient3935" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(4.4814189,0,0,1.0978733,-22.129227,-99.866355)" + x1="5" + y1="1020.3622" + x2="8" + y2="1020.3622" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-3-4-8" + id="linearGradient3937" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.6058668,0,0,1.064742,-16.438136,-66.11017)" + x1="5.3975587" + y1="1020.4137" + x2="7.707315" + y2="1020.4137" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3762-5-04-3-4-8" + id="linearGradient3834" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.7399481,0,0,1.0718946,-63.84394,-71.304806)" + x1="5.3975587" + y1="1020.4137" + x2="7.707315" + y2="1020.4137" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3843" + id="linearGradient3850" + x1="0" + y1="1020.3622" + x2="2" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0112732,0,0,1,-0.02254552,-5.2343748e-6)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3844" + id="linearGradient3851" + x1="10" + y1="1020.3622" + x2="14" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2350796,0,0,1,-18.385278,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3845" + id="linearGradient3854" + x1="0" + y1="1020.3622" + x2="14" + y2="1020.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0016827,0,0,1.0162252,0.4882217,-16.555563)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.08" + inkscape:cx="-9.1187254" + inkscape:cy="29.319629" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1013" + inkscape:window-height="839" + inkscape:window-x="480" + inkscape:window-y="56" + inkscape:window-maximized="0" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3069" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-988.36218)"> + <rect + style="fill:url(#linearGradient3854);fill-opacity:1;stroke:none" + id="rect3753-8-7-4-3-7" + width="13" + height="63.999996" + x="1" + y="988.36218" + rx="0" + ry="0" + inkscape:export-filename="/home/jo-shva/trough.png" + inkscape:export-xdpi="93.567406" + inkscape:export-ydpi="93.567406" /> + <rect + style="fill:#b2b2b2;stroke:none;fill-opacity:1" + id="rect3845" + width="1" + height="64" + x="0" + y="988.36218" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/scroll/trough-vertical.svg b/themes/Mint-X/gtk-2.0/images/scroll/trough-vertical.svg new file mode 100644 index 00000000..67467c61 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/scroll/trough-vertical.svg @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="30" + height="30" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="trough-vertical.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3795"> + <stop + style="stop-color:#000000;stop-opacity:0.30075186;" + offset="0" + id="stop3797" /> + <stop + style="stop-color:#000000;stop-opacity:0.21804512;" + offset="1" + id="stop3799" /> + </linearGradient> + <linearGradient + id="linearGradient3768"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3770" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.80000001;" + offset="1" + id="stop3772" /> + </linearGradient> + <linearGradient + id="linearGradient3758"> + <stop + style="stop-color:#b2b2b2;stop-opacity:1;" + offset="0" + id="stop3760" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop3762" /> + </linearGradient> + <linearGradient + id="linearGradient3788"> + <stop + style="stop-color:#000000;stop-opacity:0.05;" + offset="0" + id="stop3790" /> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="1" + id="stop3792" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3795" + id="linearGradient3801" + x1="0" + y1="15" + x2="30" + y2="15" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="12.221083" + inkscape:cy="15.852905" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1295" + inkscape:window-height="732" + inkscape:window-x="123" + inkscape:window-y="89" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1022.3622)"> + <rect + style="fill:url(#linearGradient3801);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3785" + width="30" + height="30" + x="0" + y="0" + transform="translate(0,1022.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/separators/separator-vertical.svg b/themes/Mint-X/gtk-2.0/images/separators/separator-vertical.svg new file mode 100644 index 00000000..bfea3063 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/separators/separator-vertical.svg @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="2" + height="21" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="separator.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="27.580455" + inkscape:cx="9.6112131" + inkscape:cy="10.33847" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1221" + inkscape:window-height="793" + inkscape:window-x="433" + inkscape:window-y="195" + inkscape:window-maximized="0" + guidetolerance="10000" + objecttolerance="10000" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3792" + empspacing="10" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,11)"> + <rect + style="fill:#ffffff;fill-opacity:0.35;stroke:none" + id="rect3796" + width="21" + height="1" + x="-10" + y="1" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + style="fill:#000000;fill-opacity:0.07999998;stroke:none" + id="rect2986" + width="21" + height="1" + x="-10" + y="0" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/separators/separator.svg b/themes/Mint-X/gtk-2.0/images/separators/separator.svg new file mode 100644 index 00000000..ac887e75 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/separators/separator.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="21" + height="2" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="separator.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="27.580455" + inkscape:cx="9.6112131" + inkscape:cy="2.0771874" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1221" + inkscape:window-height="793" + inkscape:window-x="433" + inkscape:window-y="195" + inkscape:window-maximized="0" + guidetolerance="10000" + objecttolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid3792" + empspacing="10" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-8)"> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:0.34999999;stroke:none" + id="rect3796" + width="21" + height="1" + x="0" + y="9" /> + <rect + style="fill:#000000;fill-opacity:0.08;stroke:none" + id="rect2986" + width="21" + height="1" + x="0" + y="8" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/separators/toolbar-separator-vertical.svg b/themes/Mint-X/gtk-2.0/images/separators/toolbar-separator-vertical.svg new file mode 100644 index 00000000..a6a0ca3f --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/separators/toolbar-separator-vertical.svg @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="2" + height="21" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="separator-vertical.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="27.580455" + inkscape:cx="3.5743294" + inkscape:cy="10.33847" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1221" + inkscape:window-height="793" + inkscape:window-x="433" + inkscape:window-y="195" + inkscape:window-maximized="0" + guidetolerance="10000" + objecttolerance="10000" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3792" + empspacing="10" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,11)"> + <rect + style="fill:#ffffff;fill-opacity:0.35;stroke:none" + id="rect3796" + width="21" + height="1" + x="-10" + y="1" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + style="fill:#000000;fill-opacity:0.2;stroke:none" + id="rect2986" + width="21" + height="1" + x="-10" + y="0" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/separators/toolbar-separator.svg b/themes/Mint-X/gtk-2.0/images/separators/toolbar-separator.svg new file mode 100644 index 00000000..b0bb22e0 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/separators/toolbar-separator.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="21" + height="2" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="separator.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#d6d6d6" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="27.580455" + inkscape:cx="3.5743294" + inkscape:cy="2.0771874" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1221" + inkscape:window-height="793" + inkscape:window-x="433" + inkscape:window-y="195" + inkscape:window-maximized="0" + guidetolerance="10000" + objecttolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid3792" + empspacing="10" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-8)"> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:0.34999999;stroke:none" + id="rect3796" + width="21" + height="1" + x="0" + y="9" /> + <rect + style="fill:#000000;fill-opacity:0.2;stroke:none" + id="rect2986" + width="21" + height="1" + x="0" + y="8" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/toolbars/inline-toolbar.svg b/themes/Mint-X/gtk-2.0/images/toolbars/inline-toolbar.svg new file mode 120000 index 00000000..4232e434 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/toolbars/inline-toolbar.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/images/toolbars/inline-toolbar.svg
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/images/toolbars/toolbar-vertical.svg b/themes/Mint-X/gtk-2.0/images/toolbars/toolbar-vertical.svg new file mode 120000 index 00000000..d7441209 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/toolbars/toolbar-vertical.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/images/toolbars/toolbar-vertical.svg
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/images/toolbars/toolbar.svg b/themes/Mint-X/gtk-2.0/images/toolbars/toolbar.svg new file mode 120000 index 00000000..679df5d5 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/toolbars/toolbar.svg @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/images/toolbars/toolbar.svg
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/images/treeview/iconview-selected.svg b/themes/Mint-X/gtk-2.0/images/treeview/iconview-selected.svg new file mode 100644 index 00000000..989aee8a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/treeview/iconview-selected.svg @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="iconview-selected.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3779"> + <stop + style="stop-color:#000000;stop-opacity:0.15000001;" + offset="0" + id="stop3781" /> + <stop + style="stop-color:#000000;stop-opacity:0.25;" + offset="1" + id="stop3783" /> + </linearGradient> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#abcc89;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#85a465;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="8" + y1="0" + x2="8" + y2="16" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3779" + id="linearGradient3785" + x1="8" + y1="0" + x2="8" + y2="16" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9375,0,0,0.93750109,0.5,1036.8622)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.678384" + inkscape:cx="8.0829591" + inkscape:cy="7.5066903" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1421" + inkscape:window-height="798" + inkscape:window-x="280" + inkscape:window-y="176" + inkscape:window-maximized="0" + inkscape:snap-global="false"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;stroke:none" + id="rect3755" + width="16" + height="16" + x="0" + y="0" + transform="translate(0,1036.3622)" + rx="3" + ry="3" /> + <rect + ry="2.5" + rx="2.5" + y="1036.8622" + x="0.5" + height="15.000017" + width="15" + id="rect3777" + style="fill:none;stroke:url(#linearGradient3785);stroke-width:1" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/treeview/progress-bar.svg b/themes/Mint-X/gtk-2.0/images/treeview/progress-bar.svg new file mode 100644 index 00000000..1e2df89b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/treeview/progress-bar.svg @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="progress-bar.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3786"> + <stop + style="stop-color:#a7a7a7;stop-opacity:1;" + offset="0" + id="stop3788" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3790" /> + </linearGradient> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#a5c288;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#95b376;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="8" + y1="1036.3622" + x2="8" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1.4619048e-7,6.6644822e-5)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="16.087285" + inkscape:cy="7.649886" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="986" + inkscape:window-height="622" + inkscape:window-x="735" + inkscape:window-y="152" + inkscape:window-maximized="0" + inkscape:snap-global="true"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;stroke:#808080;stroke-width:0.99999988;stroke-opacity:1" + id="rect3755" + width="15" + height="15.000017" + x="0.49999994" + y="1036.8622" + rx="2" + ry="1.9999998" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/treeview/progress-trough.svg b/themes/Mint-X/gtk-2.0/images/treeview/progress-trough.svg new file mode 100644 index 00000000..000be707 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/treeview/progress-trough.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="progress-trough.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#d8d8d8;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#f0f0f0;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="8" + y1="1036.3622" + x2="8" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-4.904762e-8,-3.687639e-5)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="16.029797" + inkscape:cy="8.4668186" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="986" + inkscape:window-height="622" + inkscape:window-x="710" + inkscape:window-y="171" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;stroke:#a7a7a7;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="rect3755" + width="15" + height="15.000017" + x="0.5" + y="1036.8622" + rx="2" + ry="1.9999999" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/images/treeview/row-selected.svg b/themes/Mint-X/gtk-2.0/images/treeview/row-selected.svg new file mode 100644 index 00000000..f62e7c1b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/images/treeview/row-selected.svg @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="row-selected.svg"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#9ab87c;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#85a465;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="8" + y1="0" + x2="8" + y2="16" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="4.4752754" + inkscape:cy="11.764188" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:window-width="1421" + inkscape:window-height="798" + inkscape:window-x="60" + inkscape:window-y="166" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid3753" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <rect + style="opacity:1;fill:url(#linearGradient3763);stroke:none;fill-opacity:1" + id="rect3755" + width="16" + height="16" + x="0" + y="0" + transform="translate(0,1036.3622)" /> + <rect + style="fill:#8c8c8c;stroke:none;fill-opacity:1" + id="rect3784" + width="16" + height="1" + x="0" + y="0" + transform="translate(0,1036.3622)" /> + <rect + style="fill:#8c8c8c;fill-opacity:1;stroke:none" + id="rect3786" + width="16" + height="1" + x="0" + y="15" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/themes/Mint-X/gtk-2.0/styles/bars.rc b/themes/Mint-X/gtk-2.0/styles/bars.rc new file mode 120000 index 00000000..b75d75a8 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/bars.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/bars.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/buttons.rc b/themes/Mint-X/gtk-2.0/styles/buttons.rc new file mode 120000 index 00000000..2a71ace3 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/buttons.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/buttons.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/check-radio.rc b/themes/Mint-X/gtk-2.0/styles/check-radio.rc new file mode 120000 index 00000000..c618bf5b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/check-radio.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/check-radio.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/chrome.rc b/themes/Mint-X/gtk-2.0/styles/chrome.rc new file mode 120000 index 00000000..32cc8508 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/chrome.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/entry.rc b/themes/Mint-X/gtk-2.0/styles/entry.rc new file mode 120000 index 00000000..22f6aed5 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/entry.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/entry.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/file-manager.rc b/themes/Mint-X/gtk-2.0/styles/file-manager.rc new file mode 120000 index 00000000..7c7a7f7d --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/file-manager.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/file-manager.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/frames.rc b/themes/Mint-X/gtk-2.0/styles/frames.rc new file mode 120000 index 00000000..226da50b --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/frames.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/frames.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/handlebox.rc b/themes/Mint-X/gtk-2.0/styles/handlebox.rc new file mode 120000 index 00000000..2908d58a --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/handlebox.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/handlebox.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/inkscape.rc b/themes/Mint-X/gtk-2.0/styles/inkscape.rc new file mode 120000 index 00000000..3169efcd --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/inkscape.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/label-icon.rc b/themes/Mint-X/gtk-2.0/styles/label-icon.rc new file mode 120000 index 00000000..e84b70c0 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/label-icon.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/label-icon.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/menus.rc b/themes/Mint-X/gtk-2.0/styles/menus.rc new file mode 120000 index 00000000..8a7400a9 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/menus.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/menus.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/mintmenu.rc b/themes/Mint-X/gtk-2.0/styles/mintmenu.rc new file mode 120000 index 00000000..6c73e243 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/mintmenu.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/mintmenu.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/notebook.rc b/themes/Mint-X/gtk-2.0/styles/notebook.rc new file mode 120000 index 00000000..cdb05785 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/notebook.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/notebook.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/panel.rc b/themes/Mint-X/gtk-2.0/styles/panel.rc new file mode 120000 index 00000000..55cc939d --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/panel.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/panel.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/scrolled-window.rc b/themes/Mint-X/gtk-2.0/styles/scrolled-window.rc new file mode 120000 index 00000000..bdbb1e18 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/scrolled-window.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/scrolled-window.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/separators.rc b/themes/Mint-X/gtk-2.0/styles/separators.rc new file mode 120000 index 00000000..4b255614 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/separators.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/separators.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/sliders.rc b/themes/Mint-X/gtk-2.0/styles/sliders.rc new file mode 120000 index 00000000..b54aa3ce --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/sliders.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/sliders.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/synaptic.rc b/themes/Mint-X/gtk-2.0/styles/synaptic.rc new file mode 120000 index 00000000..48f2ee21 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/synaptic.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/synaptic.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/terminal.rc b/themes/Mint-X/gtk-2.0/styles/terminal.rc new file mode 120000 index 00000000..9825b916 --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/terminal.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/terminal.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/text-editor.rc b/themes/Mint-X/gtk-2.0/styles/text-editor.rc new file mode 120000 index 00000000..60096cdb --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/text-editor.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/text-editor.rc
\ No newline at end of file diff --git a/themes/Mint-X/gtk-2.0/styles/views.rc b/themes/Mint-X/gtk-2.0/styles/views.rc new file mode 120000 index 00000000..ff4be45f --- /dev/null +++ b/themes/Mint-X/gtk-2.0/styles/views.rc @@ -0,0 +1 @@ +/usr/share/themes/Mint-X-Aqua/gtk-2.0/styles/views.rc
\ No newline at end of file |
