diff options
138 files changed, 20256 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cb25c692..33c1dc69 100644 --- a/configure.ac +++ b/configure.ac @@ -203,6 +203,12 @@ desktop-themes/ContrastLow/Makefile desktop-themes/ContrastLowLargePrint/Makefile desktop-themes/ContrastLowLargePrint/index.theme.in desktop-themes/Fog/Makefile +desktop-themes/GreenLaguna/Makefile +desktop-themes/GreenLaguna/gtk-2.0/Makefile +desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile +desktop-themes/GreenLaguna/gtk-3.0/Makefile +desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile +desktop-themes/GreenLaguna/metacity-1/Makefile marco-themes/Makefile gtk-themes/Makefile gtk-themes/AlaDelta/Makefile diff --git a/desktop-themes/GreenLaguna/Makefile.am b/desktop-themes/GreenLaguna/Makefile.am new file mode 100644 index 00000000..50b74985 --- /dev/null +++ b/desktop-themes/GreenLaguna/Makefile.am @@ -0,0 +1,26 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME) + +theme_DATA = index.theme \ + README + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = \ + gtk-2.0 \ + gtk-3.0 \ + metacity-1 + +DIST_SUBDIRS = \ + gtk-2.0 \ + gtk-3.0 \ + metacity-1 + +CLEANFILES = index.theme + +index.theme: index.theme.in + $(AM_V_GEN)sed \ + -e s!\@BACKGROUND_DIR\@!$(datadir)/pixmaps/backgrounds/mate/desktop! \ + < $< > $@ + diff --git a/desktop-themes/GreenLaguna/README b/desktop-themes/GreenLaguna/README new file mode 100644 index 00000000..e7fbd2f9 --- /dev/null +++ b/desktop-themes/GreenLaguna/README @@ -0,0 +1,14 @@ +There may be a minor readability issue in Epiphany. To fix it: + +(1) Select "Use custom stylesheet" in "Preferences > Font & Style"; and + +(2) Create '~/.config/epiphany/user-stylesheet.css' as: + +select { + border-radius: 0 !important; + border-color: transparent !important; +} + +input { + color: #000 !important; +} diff --git a/desktop-themes/GreenLaguna/gtk-2.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-2.0/Makefile.am new file mode 100644 index 00000000..69480fbf --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-2.0/Makefile.am @@ -0,0 +1,12 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-2.0 + +theme_DATA = gtkrc \ + bg.png + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = Styles + +DIST_SUBDIRS = Styles diff --git a/desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile.am b/desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile.am new file mode 100644 index 00000000..3c3c7a7b --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-2.0/Styles/Makefile.am @@ -0,0 +1,8 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-2.0/Styles + +theme_DATA = \ + caja.rc + +EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc b/desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc new file mode 100644 index 00000000..d679867f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc @@ -0,0 +1,74 @@ +########################################## +# CAJA +########################################## +gtk_color_scheme = "fg_color:#101010\nbg_color:#E9EFE7" + +style "caja-handle" +{ + GtkPaned::handle-size = 0 + xthickness = 0 + ythickness = 0 + base[NORMAL] = @bg_color +} + +style "caja-sidebar" +{ + + text[NORMAL] = @fg_color + base[NORMAL] = @bg_color + font_name = "Regular" + + GtkTreeView::odd_row_color = @bg_color + GtkTreeView::even_row_color = @bg_color + + # padding from the left edge + GtkTreeView::horizontal_separator = 15 + xthickness = 0 + ythickness = 0 +} + +style "caja-extra-view" +{ + + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @bg_color +} + + +style "caja-view" +{ + xthickness = 0 + ythickness = 0 + bg[NORMAL] = "#F1F7EF" + base[NORMAL] = "#F1F7EF" + +} +style "caja-statusbar" +{ + xthickness = 4 + ythickness = 1 +} +style "caja-window-base" +{ + #bg[NORMAL] = @bg_color + +} + +style "caja-location" { + + bg[NORMAL] = mix (0.60, shade (1.05, "#E9EFE7"), "#E9EFE7") +} + + +# CAJA +widget_class "*Caja*Window*" style "caja-window-base" +widget_class "*Caja*Places*Sidebar*" style "caja-sidebar" +widget_class "*Caja*View*" style "caja-view" +widget "*Caja*Splitter" style "caja-handle" +widget_class "*Caja*Statusbar*" style "caja-statusbar" +# For Elementay Caja +widget_class "*Caja*GtkToolbar*" style "murrine-togglebutton" + +widget "*.caja-extra-view-widget" style : highest "caja-location" diff --git a/desktop-themes/GreenLaguna/gtk-2.0/bg.png b/desktop-themes/GreenLaguna/gtk-2.0/bg.png Binary files differnew file mode 100644 index 00000000..4531fa0b --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-2.0/bg.png diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc new file mode 100644 index 00000000..ab845a42 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -0,0 +1,536 @@ +######################################### +# GreenLaguna # +# # +# Created by Wolfgaang Ulbrich # +# # +# [email protected] # +# # +# Based on Murrine # +######################################### + +gtk_color_scheme = "bg_color:#E9EFE7\nbg_active_color:#70816A" #bg_active_color: #e1d9d1 + +gtk-auto-mnemonics = 1 # press alt for underline + + +style "murrine-default" +{ + GtkScale ::slider-length = 28 + GtkScale ::trough-side-details = 1 # 0 = thin slider, >0 = thick slider + + GtkButton ::child-displacement-x = 0 + GtkButton ::child-displacement-y = 0 + GtkButton ::default-border = { 0, 0, 0, 0 } + + GtkExpander ::expander_size = 16 # expander arrow size + + GtkMenuItem :: arrow-scaling = 0.7 # scale of menu arrow + #GtkMenuItem :: horizontal-padding = 6 # padding to left and + # right of the menu item; + # is also related to + # panel + + # these remove bar separators + GtkMenuBar ::shadow_type = GTK_SHADOW_NONE + #GtkToolbar ::shadow_type = GTK_SHADOW_NONE + + GtkPaned ::handle_size = 6 + + GtkRange ::trough_border = 0 + #GtkRange ::slider_width = 15 + GtkRange::trough-under-steppers = 0 # round scroll bar + #GtkRange ::stepper_size = 15 + + GtkScrollbar ::min_slider_length = 36 + GtkScrollbar ::activate-slider = 1 + GtkCheckButton ::indicator_size = 14 + GtkMenuBar ::internal-padding = 0 + GtkTreeView ::expander_size = 14 + #GtkTreeView ::vertical-separator = 0 + #GtkTreeView ::indent-expanders = 1 + + # GtkToolbar ::button-relief = GTK_RELIEF_NORMAL + # GtkScrollbar ::has-secondary-forward-stepper = 1 + # GtkScrollbar ::has-secondary-backward-stepper = 1 + + xthickness = 1 + ythickness = 1 + + GtkTreeView::odd_row_color = "#EFF5ED" + GtkTreeView::even_row_color = "#F8FAF7" + + GtkEntry::progress-border = {2, 2, 2, 2} + # A workaround for gecko (and possibly other appliations): + GtkEntry::state-hint = 0 + GtkEntry::honors-transparent-bg-hint = 1 + + fg[NORMAL] = "#101010" + fg[PRELIGHT] = "#000000" + fg[ACTIVE] = "#000000" + fg[SELECTED] = "#ffffff" + fg[INSENSITIVE] = "#ADB3AB" + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = "#F1F5F0" + bg[ACTIVE] = "#D5E1D1" + bg[SELECTED] = @bg_active_color # scaler trough, pressed buttons + bg[INSENSITIVE] = "#E5EBE3" + + base[NORMAL] = "#ffffff" + base[PRELIGHT] = "#ffffff" + base[ACTIVE] = shade (1.22, @bg_active_color) + base[SELECTED] = @bg_active_color # selected text + base[INSENSITIVE] = "#E5EBE3" + + text[NORMAL] = "#000000" + text[PRELIGHT] = "#000000" + text[ACTIVE] = "#FFFFFF" + text[SELECTED] = "#FFFFFF" + text[INSENSITIVE] = "#ADB3AB" + + engine "murrine" + { + #rgba = FALSE + focus_color = "#ADC6A6" + glazestyle = 4 + #contrast = 0.5 + highlight_shade = 1.0 + glow_shade = 1.0 + gradient_shades = {1.06, 1.06, 0.94, 0.94} + arrowstyle = 1 # triangular arrows + menustyle = 0 # without vertical bar + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient + roundness = 3 + separatorstyle = 1 # smooth separator + sliderstyle = 1 # handles + border_shades = { 1.3, 1.0 } # gradient on entry borders + prelight_shade = 0.95 # shade level for scrollbar's slider, comboboxstyle, and prelight state with gradient_colors + #spinbuttonstyle = 1 # with separator + trough_shades = { 0.88, 2.0 } # gradient on trough of GtkScrollbar and GtkProgressbar + colorize_scrollbar = FALSE + scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider + expanderstyle = 2 # expander button with +/- + } +} + +style "menu" +{ + bg[NORMAL] = shade (0.4, @bg_color) + fg[NORMAL] = "#ffffff" + text[NORMAL] = "#ffffff" + + engine "pixmap" # just for similarity to the GTK3 theme + { + image + { + function = BOX + file = "bg.png" + stretch = TRUE + } + } +} + +style "menuitem" +{ + fg[PRELIGHT] = "#000000" + bg[SELECTED] = shade (1.08, @bg_color) + + xthickness = 2 + ythickness = 3 + + engine "murrine" + { + #rgba = TRUE + menuitemstyle = 1 + border_shades = {0.6, 0.3} + glow_shade = 2.0 + gradient_shades = {1.0, 0.9, 0.6, 0.4} + } +} + +style "menubar-menuitem" +{ + fg[PRELIGHT] = "#ffffff" + bg[SELECTED] = shade (0.57, @bg_color) + + xthickness = 2 + ythickness = 3 + + engine "murrine" + { + #rgba = TRUE + roundness = 2 + menuitemstyle = 0 + border_shades = { 1.5, 1.5 } + #glow_shade = 2.0 + gradient_shades = {1.0, 1.0, 1.0, 1.0} #{1.0, 1.0, 0.77, 0.77} + } +} + +style "misc-sep" +{ + xthickness = 2 + ythickness = 2 + + engine "murrine" + { + separatorstyle = 1 + } +} + +style "murrine-button" +{ + #xthickness = 3 + #ythickness = 3 + + bg[NORMAL] = shade (0.9, @bg_color) #1.0 + bg[PRELIGHT] = shade (1.0, @bg_color) + #bg[SELECTED] = shade (1.0, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[ACTIVE] = "#000000" + fg[PRELIGHT] = "#000000" + text[PRELIGHT] = "#000000" + + engine "murrine" + { + glow_shade = 1.20 + lightborder_shade = 1.06 + gradient_shades = {1.2, 1.2, 0.93, 0.93} + contrast = 0.8 + } +} + +style "murrine-togglebutton" +{ + bg[ACTIVE] = "#ADC6A6" + bg[PRELIGHT] = "#ADC6A6" +} + +style "murrine-menubar" +{ + #xthickness = 3 + #ythickness = 0 + #bg[NORMAL] = @bg_color + engine "murrine" + { + #contrast = 0.5 + } +} + +style "murrine-toolbar" +{ + xthickness = 3 + #ythickness = 0 + #bg[NORMAL] = @bg_color + engine "murrine" + { + gradient_shades = {0.8, 0.9, 1.0, 1.06} + contrast = 0.0 + } +} + +style "murrine-progressbar" +{ + xthickness = 0 + ythickness = 0 + bg[SELECTED] = "#C3C5C3" # sets the progressbar color + + engine "murrine" + { + glazestyle = 1 + highlight_shade = 1.1 + glow_shade = 2.0 + gradient_shades = {3.0, 1.0, 1.0, 3.0} + progressbarstyle = 1 # 0 = nothing, 1 = striped, 2 = cells + contrast = 1.130 # Darken unfilled progressbar background + roundness = 12 + #animation = TRUE + } +} + +style "murrine-scale" +{ + bg[NORMAL] = shade (0.95, @bg_color) + bg[PRELIGHT] = shade (1.1, @bg_color) + bg[INSENSITIVE] = shade (0.99, @bg_color) + + engine "murrine" + { + gradient_shades = {1.2,1.0,1.0,0.9} + sliderstyle = 1 # 0 = nothing added, 1 = handles + contrast = 1.130 + glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 0 # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) + highlight_shade = 1.02 # set highlight amount for buttons or widgets + roundness = 6 + } +} + +style "scrollbar" +{ + GtkScrollbar::slider-width = 11 + + bg[NORMAL] = shade (1.0, @bg_color) + bg[PRELIGHT] = shade (1.05, @bg_color) + bg[ACTIVE] = shade (1.05, @bg_color) + bg[INSENSITIVE] = shade (0.99, @bg_color) + + engine "murrine" + { + #rgba = FALSE + border_shades = {0.8, 0.8} # draw a gradient on the border. + border_colors = { @bg_color, @bg_color } + #contrast = 1.0 + glow_shade = 1.14 # sets glow amount for buttons or widgets + glowstyle = 0 # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) + highlight_shade = 1.0 # set highlight amount for buttons or widgets + lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets + gradient_shades = {1.1, 1.0, 0.93, 0.87} + roundness = 8 + trough_shades = {1.0, 1.0} #{0.77, 2.0} + contrast = 0.0 + } +} + +style "hscrollbar" +{ +} + +style "vscrollbar" +{ +} + +style "murrine-radiocheck" +{ + bg[SELECTED] = shade (0.8, @bg_color) + bg[PRELIGHT] = shade (0.94, @bg_color) + bg[ACTIVE] = shade (0.7, @bg_color) # for Synaptic + fg[ACTIVE] = "#000000" # for Synaptic + fg[PRELIGHT] = "#000000" # for Synaptic + + engine "murrine" + { + #glow_shade = 2.0 + #gradient_shades = {1.2, 1.2, 0.7, 0.7} # affects Synaptic buttons! + } +} + +style "murrine-handle" +{ + engine "murrine" + { + # The gradient shades should be the same as for the toolbar + gradient_shades = {0.8, 0.9, 1.0, 1.06} + contrast = 0.0 + } +} +style "murrine-wide" +{ + xthickness = 2 + ythickness = 2 +} + +style "metacity-frame" +{ + bg[SELECTED] = "#99D986" +} +style "murrine-tasklist" +{ + xthickness = 5 + ythickness = 3 +} + +style "murrine-tooltips" +{ + xthickness = 4 + ythickness = 4 + bg[NORMAL] = { 1.0,1.0,0.75 } +} + +style "misc-panel" +{ + engine "murrine" + { + rgba = FALSE + roundness=3 + } + + bg[NORMAL] = "#C2D0BD" # for the (dark) Ambiance background + bg[PRELIGHT] = "#AEC6A6" #for the (dark) Ambiance background + bg[SELECTED] = shade (0.6, @bg_color) # to be compatible with menus + fg[NORMAL] = "#000000" # for light panel +# fg[NORMAL] = "#FFFFFF" # for dark panel + #fg[PRELIGHT] = "#FFFFFF" + +# font_name = "Bitstream Charter Bold 9" + xthickness = 2 + ythickness = 2 +} + +style "entry" +{ + xthickness = 3 + ythickness = 3 + engine "murrine" + { + border_shades = {1.5, 1.2} + focus_color = shade (0.48, @bg_color) + contrast = 0.8 + } +} + +style "comboboxentry" +{ + ythickness = 3 + xthickness = 3 + + #fg[ACTIVE] = "#FFFFFF" + text[PRELIGHT] = "#FFFFFF" + + engine "murrine" + { + #rgba = FALSE + border_shades = {1.5, 1.2} + focus_color = shade (0.48, @bg_color) + contrast = 0.8 + } +} + +style "spinbutton" +{ + xthickness = 4 + + engine "murrine" + { + #rgba = FALSE + } +} + +style "murrine-notebook" +{ + #bg[ACTIVE] = "#D0C9C2" + #bg[NORMAL] = "#f5f2ef" + #bg[SELECTED] = @bg_color + + bg[NORMAL] = shade (1.0, @bg_color) # selected tab entire + bg[ACTIVE] = shade (0.87, @bg_color) # unselected tab + + xthickness = 3 + ythickness = 3 + + GtkNotebook::tab-overlap = -1 + GtkNotebook::tab-roundness = 0 + + engine "murrine" + { + glazestyle = 1 + highlight_shade = 1.0 + glow_shade = 2.0 + gradient_shades = {1.5, 1.5, 0.8, 0.8} + roundness=5 + #contrast = 1.1 + #lightborder_shade = 1.5 + } +} + +style "treeview-header" +{ + xthickness = 2 + ythickness = 1 + + engine "murrine" + { + #contrast = 0.8 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#A3B39E" #@fg_color + ChromeGtkFrame::inactive-frame-color = "#A3B39E" #lighter(@fg_color) + + ChromeGtkFrame::frame-gradient-size = 10 + ChromeGtkFrame::frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = @bg_color + ChromeGtkFrame::scrollbar-slider-prelight-color = "#B8C5B4" #@bg_active_color + ChromeGtkFrame::scrollbar-slider-normal-color = "#A3B39E" +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" +######################################## +# Common +######### +class "GtkWidget" style "murrine-default" +class "GtkFrame" style "murrine-wide" +class "MetaFrames" style "metacity-frame" +class "GtkWindow" style "metacity-frame" +class "GtkProgressBar" style "murrine-progressbar" +class "GtkScale" style "murrine-scale" +class "GtkHandleBox" style "murrine-handle" +class "GtkRange" style "murrine-wide" +class "GtkEntry" style "entry" +class "GtkSpinButton" style "spinbutton" +widget_class "*<GtkMenu>*" style "menu" +class "GtkToolbar" style "murrine-toolbar" +class "GtkMenuBar" style "murrine-menubar" +class "GtkNotebook" style "murrine-notebook" +class "GtkScrollbar" style "scrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkRadioButton" style:highest "murrine-radiocheck" +class "GtkCheckButton" style:highest "murrine-radiocheck" + +widget_class "*<GtkMenuItem>*" style "menuitem" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem" +######################################## +# Tooltips +########### +widget_class "*.tooltips.*.GtkToggleButton" style "murrine-tasklist" +widget "gtk-tooltips" style "murrine-tooltips" +widget "gtk-tooltip" style "murrine-tooltips" +######################################## +# panel +######## +class "Panel" style "misc-panel" +class "*Separator*" style "misc-sep" +# This is suitable for dark panels: +widget "*PanelApplet*" style "misc-panel" +widget_class "*PanelWidget*" style "misc-panel" +widget "*fast-user-switch-applet*" style "misc-panel" +######################################## +# Combo +######### +widget_class "*<GtkComboBoxEntry>*" style:highest "comboboxentry" +widget_class "*<GtkCombo>*" style:highest "comboboxentry" +widget_class "*<GtkComboBox>*" style "comboboxentry" +######################################## +# Buttons +########## +# All buttons: +widget_class "*<GtkButton>" style "murrine-button" +# High contrast for toggle buttons and their labels: +widget_class "*.<GtkToggleButton>*" style "murrine-togglebutton" +# No high contrast for combo boxes, their labels and their arrows: +widget_class "*<GtkComboBox>.*" style "murrine-button" +# No high contrast for toggle buttons, their labels and arrows on toolbars: +widget_class "*<GtkToolbar>.*" style "murrine-button" +widget_class "*.<GtkRadioButton>.<GtkLabel>" style "murrine-radiocheck" +widget_class "*.<GtkCheckButton>.<GtkLabel>" style "murrine-radiocheck" +######################################## +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview-header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview-header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview-header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header" + +# Workarounds for Evolution (taken from Ambiance) +widget_class "*.ETable.ECanvas" style "treeview-header" +widget_class "*.ETree.ECanvas" style "treeview-header" + +include "Styles/caja.rc" diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am new file mode 100644 index 00000000..b7758113 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am @@ -0,0 +1,19 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0 + +theme_DATA = \ + gtk \ + gtk.css \ + gtk-main.css \ + gtk-main-common.css \ + gtk-widgets.css \ + gtk-widgets-assets.css \ + settings.ini + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = assets + +DIST_SUBDIRS = assets + diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am new file mode 100644 index 00000000..3a7c3d62 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am @@ -0,0 +1,113 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/assets + +theme_DATA = \ + button-active-border-dark1.svg \ + button-active-border-dark.svg \ + button-active-border.svg \ + button-border-dark1.svg \ + button-border-dark.svg \ + button-border.svg \ + button-default-active-border-dark.svg \ + button-default-active-border.svg \ + button-default-border-dark.svg \ + button-default-border.svg \ + checkbox-checked-dark.svg \ + checkbox-checked-insensitive-dark.svg \ + checkbox-checked-insensitive.svg \ + checkbox-checked-lessdark.svg \ + checkbox-checked.svg \ + checkbox-menuitem-checked-insensitive.svg \ + checkbox-menuitem-checked-prelight.svg \ + checkbox-menuitem-checked.svg \ + checkbox-menuitem-mixed-insensitive.svg \ + checkbox-menuitem-mixed-prelight.svg \ + checkbox-menuitem-mixed.svg \ + checkbox-mixed-dark.svg \ + checkbox-mixed-insensitive-dark.svg \ + checkbox-mixed-insensitive.svg \ + checkbox-mixed-lessdark.svg \ + checkbox-mixed.svg \ + checkbox-unchecked-dark.svg \ + checkbox-unchecked-insensitive-dark.svg \ + checkbox-unchecked-insensitive.svg \ + checkbox-unchecked-lessdark.svg \ + checkbox-unchecked.svg \ + entry-border-normal-dark.svg \ + entry-border-normal.svg \ + grid-selection-checked.svg \ + grid-selection-unchecked.svg \ + menu-border-dark.svg \ + menu-border.svg \ + notebook-pane-separator-grip-dark-hover.svg \ + notebook-pane-separator-grip-dark.svg \ + notebook-pane-separator-grip-dark-vertical-hover.svg \ + notebook-pane-separator-grip-dark-vertical.svg \ + pane-separator-grip-dark-hover.svg \ + pane-separator-grip-dark.svg \ + pane-separator-grip-dark-vertical-hover.svg \ + pane-separator-grip-dark-vertical.svg \ + pane-separator-grip-hover.svg \ + pane-separator-grip.svg \ + pane-separator-grip-vertical-hover.svg \ + pane-separator-grip-vertical.svg \ + primary-toolbar-button-active-border-dark.svg \ + radio-menuitem-checked-insensitive.svg \ + radio-menuitem-checked-prelight.svg \ + radio-menuitem-checked.svg \ + radio-menuitem-mixed-insensitive.svg \ + radio-menuitem-mixed-prelight.svg \ + radio-menuitem-mixed.svg \ + radio-mixed-dark.svg \ + radio-mixed-insensitive-dark.svg \ + radio-mixed-insensitive.svg \ + radio-mixed-lessdark.svg \ + radio-mixed.svg \ + radio-selected-dark.svg \ + radio-selected-insensitive-dark.svg \ + radio-selected-insensitive.svg \ + radio-selected-lessdark.svg \ + radio-selected.svg \ + radio-unselected-dark.svg \ + radio-unselected-insensitive-dark.svg \ + radio-unselected-insensitive.svg \ + radio-unselected-lessdark.svg \ + radio-unselected.svg \ + scale-slider-horizontal-dark.svg \ + scale-slider-horizontal-insensitive-dark.svg \ + scale-slider-horizontal-insensitive.svg \ + scale-slider-horizontal.svg \ + scale-slider-marks-above-horizontal-dark.svg \ + scale-slider-marks-above-horizontal-insensitive-dark.svg \ + scale-slider-marks-above-horizontal-insensitive.svg \ + scale-slider-marks-above-horizontal.svg \ + scale-slider-marks-above-vertical-dark.svg \ + scale-slider-marks-above-vertical-insensitive-dark.svg \ + scale-slider-marks-above-vertical-insensitive.svg \ + scale-slider-marks-above-vertical.svg \ + scale-slider-marks-below-horizontal-dark.svg \ + scale-slider-marks-below-horizontal-insensitive-dark.svg \ + scale-slider-marks-below-horizontal-insensitive.svg \ + scale-slider-marks-below-horizontal.svg \ + scale-slider-marks-below-vertical-dark.svg \ + scale-slider-marks-below-vertical-insensitive-dark.svg \ + scale-slider-marks-below-vertical-insensitive.svg \ + scale-slider-marks-below-vertical.svg \ + scale-slider-vertical-dark.svg \ + scale-slider-vertical-insensitive-dark.svg \ + scale-slider-vertical-insensitive.svg \ + scale-slider-vertical.svg \ + sidebar-radio-checked-dark.svg \ + sidebar-radio-prelight.svg \ + sidebar-radio-selected-dark.svg \ + sidebar-radio-selected-prelight.svg \ + switch-slider-grip-dark.svg \ + switch-slider-grip.svg \ + switch-trough-border-active.svg \ + toolbar-button-border.svg \ + treeview-border-dark.svg \ + treeview-focus-border-dark.svg + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark.svg new file mode 100644 index 00000000..cbf61887 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark.svg @@ -0,0 +1,92 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-active-border-dark.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#3c3c3c;stop-opacity:1;" /> + <stop + style="stop-color:#464646;stop-opacity:1;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="2.9802322e-08" + y1="8" + x2="16" + y2="8" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.357231" + inkscape:cx="1.7987573" + inkscape:cy="7.5034823" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1143" + inkscape:window-height="839" + inkscape:window-x="123" + inkscape:window-y="196" + inkscape:window-maximized="0" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark1.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark1.svg new file mode 100644 index 00000000..283d3984 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark1.svg @@ -0,0 +1,92 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-active-border-dark1.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#464646;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#464646;stop-opacity:1;" /> + <stop + style="stop-color:#505050;stop-opacity:1;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="2.9802322e-08" + y1="8" + x2="16" + y2="8" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.357231" + inkscape:cx="2.427684" + inkscape:cy="7.5034823" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1143" + inkscape:window-height="839" + inkscape:window-x="123" + inkscape:window-y="196" + inkscape:window-maximized="0" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border.svg new file mode 100644 index 00000000..eda77928 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-active-border.svg @@ -0,0 +1,93 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-active-border.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#d2d2d2;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#ababab;stop-opacity:1;" /> + <stop + style="stop-color:#b4aaa0;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760" + id="linearGradient3766" + x1="2.9802322e-08" + y1="16" + x2="2.9802322e-08" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.086455" + inkscape:cx="-3.7298819" + inkscape:cy="8.7791051" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="848" + inkscape:window-height="689" + inkscape:window-x="532" + inkscape:window-y="316" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient3766);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border-dark.svg new file mode 100644 index 00000000..dd1a3efd --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border-dark.svg @@ -0,0 +1,101 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-border-dark.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#232323;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + style="stop-color:#323232;stop-opacity:1;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="2.9802322e-08" + y1="8" + x2="16" + y2="8" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#494949" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="-4.25" + inkscape:cy="8.6823441" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1089" + inkscape:window-height="772" + inkscape:window-x="418" + inkscape:window-y="202" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + showborder="true"> + <inkscape:grid + type="xygrid" + id="grid3116" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="-15.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border-dark1.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border-dark1.svg new file mode 100644 index 00000000..d1babb5f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border-dark1.svg @@ -0,0 +1,101 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-border-dark1.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#323232;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + style="stop-color:#464646;stop-opacity:1;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="2.9802322e-08" + y1="8" + x2="16" + y2="8" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#494949" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-11.310292" + inkscape:cy="5.3417806" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="905" + inkscape:window-height="620" + inkscape:window-x="660" + inkscape:window-y="272" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + showborder="true"> + <inkscape:grid + type="xygrid" + id="grid3116" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata33227"> + <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"> + <rect + ry="2.5000005" + rx="2.5000005" + y="0.5" + x="-15.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border.svg new file mode 100644 index 00000000..118d12f3 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-border.svg @@ -0,0 +1,93 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-border.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#9a9692;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#ababab;stop-opacity:1;" /> + <stop + style="stop-color:#c8c6c4;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760" + id="linearGradient3766" + x1="2.9802322e-08" + y1="16" + x2="2.9802322e-08" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="5.9495018" + inkscape:cy="4.7426064" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="860" + inkscape:window-height="732" + inkscape:window-x="702" + inkscape:window-y="221" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient3766);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-active-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-active-border-dark.svg new file mode 100644 index 00000000..3c510695 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-active-border-dark.svg @@ -0,0 +1,93 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-default-active-border-dark.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + id="stop3762" + offset="0.75114173" + style="stop-color:#aaaaaa;stop-opacity:1;" /> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="5.0061774" + y1="8.9020138" + x2="14.827382" + y2="1.0544924" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.99998621,0,0,0.99998621,1.09e-4,-15.99989)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.172911" + inkscape:cx="6.8074901" + inkscape:cy="9.7450004" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="849" + inkscape:window-height="744" + inkscape:window-x="242" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="-15.499897" + x="0.500103" + height="14.999794" + width="14.999794" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:1.00020635;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-active-border.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-active-border.svg new file mode 100644 index 00000000..873160c4 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-active-border.svg @@ -0,0 +1,89 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-default-active-border.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + style="stop-color:#464646;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760" + id="linearGradient3766" + x1="2.9802322e-08" + y1="16" + x2="2.9802322e-08" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.678616" + inkscape:cx="5.9367863" + inkscape:cy="8.7791051" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="685" + inkscape:window-height="565" + inkscape:window-x="540" + inkscape:window-y="288" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient3766);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-border-dark.svg new file mode 100644 index 00000000..dfee1e5b --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-border-dark.svg @@ -0,0 +1,93 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-default-border-dark.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#505050;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + id="stop3762" + offset="0.75114173" + style="stop-color:#aaaaaa;stop-opacity:1;" /> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="5.0061774" + y1="8.9020138" + x2="14.827382" + y2="1.0544924" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.99998621,0,0,0.99998621,-15.999891,1.0988204e-4)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.172911" + inkscape:cx="7.2404508" + inkscape:cy="9.7450004" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="849" + inkscape:window-height="744" + inkscape:window-x="242" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.500103" + x="-15.499897" + height="14.999794" + width="14.999794" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:1.00020635000000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-border.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-border.svg new file mode 100644 index 00000000..c63e5b55 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/button-default-border.svg @@ -0,0 +1,89 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="button-default-border.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#464646;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760" + id="linearGradient3766" + x1="2.9802322e-08" + y1="16" + x2="2.9802322e-08" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.172911" + inkscape:cx="7.6412569" + inkscape:cy="8.7791051" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="772" + inkscape:window-height="672" + inkscape:window-x="410" + inkscape:window-y="193" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient3766);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-dark.svg new file mode 100644 index 00000000..d00c8d4e --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-dark.svg @@ -0,0 +1,172 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-checked-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#505050;stop-opacity:1;" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient3789" + gradientUnits="userSpaceOnUse" + x1="-404.00546" + y1="-283.01849" + x2="-404.00546" + y2="-273.8486" + gradientTransform="matrix(1.090528,0,0,1.090528,446.57928,-739.72262)" /> + <linearGradient + id="linearGradient3923"> + <stop + id="stop3925" + offset="0" + style="stop-color:#404040;stop-opacity:1;" /> + <stop + id="stop3927" + offset="1" + style="stop-color:#878787;stop-opacity:1;" /> + </linearGradient> + <inkscape:path-effect + is_visible="true" + id="path-effect3931" + effect="spiro" /> + <linearGradient + id="linearGradient3933" + inkscape:collect="always"> + <stop + id="stop3935" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3937" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3933" + id="radialGradient3003" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.92617425,-0.37709581,0.67215474,1.65086,-5.1345454,1034.1666)" + cx="9.34375" + cy="8.6651993" + fx="9.34375" + fy="8.6651993" + r="4.109375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="linearGradient3008" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1568.9929,840.9997)" + x1="1582.125" + y1="201.98718" + x2="1580.8438" + y2="199.26843" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="28.12" + inkscape:cx="5.4084474" + inkscape:cy="7.3227019" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1094" + inkscape:window-height="801" + inkscape:window-x="456" + inkscape:window-y="240" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.7563943" + rx="1.7563943" + y="-1050.3728" + x="0" + height="12.021177" + width="12.042" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsccccsccccccccccccc" + id="path24115" + d="m 12.491101,1038.5743 -5.9527003,5.4952 -1.5385,-1.7075 c -0.5675,-0.6816 -1.6986,-0.074 -2.1043,0.8424 -0.3576,0.8077 -0.263,2.1051 0.2918,2.7201 l 2.3824,2.5312 c 0.3844,0.4761 1.1988,0.5355 1.7814,-0.031 l 6.9309003,-6.6701 c 0.8412,-0.897 0.6398,-2.2313 0.2214,-2.8846 -0.4925,-0.769 -1.4327,-0.7826 -2.0124,-0.2955 z m 0.1111,0.9402 1.1079,1.4103 -6.9220003,6.4375 -0.5937,0 -2.1875,-2.1875 0.1563,-1.4532 0.5312,-0.2343 1.4687,1.2187 0.3438,0.3438 0.2002,0.25 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3008);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccc" + id="path24119" + d="m 12.712701,1039.3503 -6.2213003,5.6908 -1.675,-1.7502 c -0.2927,-0.2624 -0.7322,2e-4 -0.8428,0.3317 l 0.028,1.5428 1.818,1.8656 7.9844003,-7.5312 c -0.2564,-0.4613 -0.6632,-0.4824 -1.0915,-0.1495 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#d2d2d2;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccc" + id="path24117" + d="m 13.804001,1039.4998 -7.3077003,6.8643 -2.5348,-2.7847 c 0,0 -0.5675,0.907 0.019,1.5866 l 2.1532,2.2536 c 0.1546,0.1768 0.4665,0.1222 0.6654,-0.01 l 6.9002003,-6.4719 c 0.5082,-0.5082 0.1094,-1.4375 0.1094,-1.4375 l 2e-4,0 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + style="opacity:0.25514407;fill:none;stroke:url(#radialGradient3003);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 6.46875,1047.0497 7.21875,-6.7344" + id="path3929" + inkscape:path-effect="#path-effect3931" + inkscape:original-d="m 6.46875,1047.0497 7.21875,-6.7344" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg new file mode 100644 index 00000000..0bc65b88 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg @@ -0,0 +1,235 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-unchecked-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient8394" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133" + inkscape:collect="always"> + <stop + id="stop24135" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-1" + id="linearGradient8394-1" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" + gradientTransform="translate(0,-20)" /> + <linearGradient + id="linearGradient24133-1" + inkscape:collect="always"> + <stop + id="stop24135-6" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-2" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-9" + id="linearGradient8394-11" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133-9" + inkscape:collect="always"> + <stop + id="stop24135-1" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-3" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-9" + id="linearGradient4677-3" + gradientUnits="userSpaceOnUse" + x1="-403.46503" + y1="-280.60101" + x2="-403.46503" + y2="-273.35056" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3859-9"> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="0" + id="stop3861-9" /> + <stop + style="stop-color:#151515;stop-opacity:1" + offset="1" + id="stop3863-5" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="7.4845183" + inkscape:cy="6.6249627" + inkscape:document-units="px" + inkscape:current-layer="layer1-3" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1373" + inkscape:window-height="1035" + inkscape:window-x="1667" + inkscape:window-y="103" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1.7396303e-6,0.02325995)" + id="layer1-3" + inkscape:label="Layer 1"> + <g + style="enable-background:new" + id="g16853-5" + transform="translate(410.00739,765.00002)" /> + <g + transform="translate(-3.0064634e-6,-0.03618995)" + id="layer1-96" + inkscape:label="Layer 1" + style="stroke:#717171;stroke-opacity:1"> + <g + transform="translate(410.00739,765.05452)" + id="g16895" + style="opacity:0.5;stroke:#717171;stroke-opacity:1;enable-background:new"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:none;stroke:#717171;stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16897" + width="11.042357" + height="11.023263" + x="-409.50739" + y="-284.86218" + rx="1.6105907" + ry="1.6105907" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccc" + d="m -406.2425,278.07061 2.7047,3.5 6.3577,-7" + style="fill:none;stroke:#717171;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;enable-background:new" + id="path16899" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive.svg new file mode 100644 index 00000000..0bc02155 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive.svg @@ -0,0 +1,105 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-checked-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient10332-5-8"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5-6" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-8" + id="linearGradient3770" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-213.97676,-1248.2184)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="2.2631674" + inkscape:cy="8.4772276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="981" + inkscape:window-height="899" + inkscape:window-x="256" + inkscape:window-y="75" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + transform="scale(1,-1)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient3770);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16897" + width="11.042357" + height="11.023263" + x="0.50000477" + y="-1049.9167" + rx="1.6105907" + ry="1.6105907" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccc" + d="m 3.76489,1043.1251 2.7047,3.5 6.3577,-7" + style="opacity:0.50000000000000000;fill:none;stroke:#a2a2a2;stroke-width:2.50000000000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;enable-background:new" + id="path16899" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-lessdark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-lessdark.svg new file mode 100644 index 00000000..dbfc33aa --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-lessdark.svg @@ -0,0 +1,172 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-checked-lessdark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#6e6e6e;stop-opacity:1;" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient3789" + gradientUnits="userSpaceOnUse" + x1="-404.00546" + y1="-283.01849" + x2="-404.00546" + y2="-273.8486" + gradientTransform="matrix(1.090528,0,0,1.090528,446.57928,-739.72262)" /> + <linearGradient + id="linearGradient3923"> + <stop + id="stop3925" + offset="0" + style="stop-color:#404040;stop-opacity:1;" /> + <stop + id="stop3927" + offset="1" + style="stop-color:#878787;stop-opacity:1;" /> + </linearGradient> + <inkscape:path-effect + is_visible="true" + id="path-effect3931" + effect="spiro" /> + <linearGradient + id="linearGradient3933" + inkscape:collect="always"> + <stop + id="stop3935" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3937" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3933" + id="radialGradient3003" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.92617425,-0.37709581,0.67215474,1.65086,-5.1345454,1034.1666)" + cx="9.34375" + cy="8.6651993" + fx="9.34375" + fy="8.6651993" + r="4.109375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="linearGradient3008" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1568.9929,840.9997)" + x1="1582.125" + y1="201.98718" + x2="1580.8438" + y2="199.26843" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="28.12" + inkscape:cx="11.285206" + inkscape:cy="7.3227019" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1094" + inkscape:window-height="801" + inkscape:window-x="112" + inkscape:window-y="232" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.7563943" + rx="1.7563943" + y="-1050.3728" + x="0" + height="12.021177" + width="12.042" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsccccsccccccccccccc" + id="path24115" + d="m 12.491101,1038.5743 -5.9527003,5.4952 -1.5385,-1.7075 c -0.5675,-0.6816 -1.6986,-0.074 -2.1043,0.8424 -0.3576,0.8077 -0.263,2.1051 0.2918,2.7201 l 2.3824,2.5312 c 0.3844,0.4761 1.1988,0.5355 1.7814,-0.031 l 6.9309003,-6.6701 c 0.8412,-0.897 0.6398,-2.2313 0.2214,-2.8846 -0.4925,-0.769 -1.4327,-0.7826 -2.0124,-0.2955 z m 0.1111,0.9402 1.1079,1.4103 -6.9220003,6.4375 -0.5937,0 -2.1875,-2.1875 0.1563,-1.4532 0.5312,-0.2343 1.4687,1.2187 0.3438,0.3438 0.2002,0.25 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3008);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccc" + id="path24119" + d="m 12.712701,1039.3503 -6.2213003,5.6908 -1.675,-1.7502 c -0.2927,-0.2624 -0.7322,2e-4 -0.8428,0.3317 l 0.028,1.5428 1.818,1.8656 7.9844003,-7.5312 c -0.2564,-0.4613 -0.6632,-0.4824 -1.0915,-0.1495 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#d2d2d2;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccc" + id="path24117" + d="m 13.804001,1039.4998 -7.3077003,6.8643 -2.5348,-2.7847 c 0,0 -0.5675,0.907 0.019,1.5866 l 2.1532,2.2536 c 0.1546,0.1768 0.4665,0.1222 0.6654,-0.01 l 6.9002003,-6.4719 c 0.5082,-0.5082 0.1094,-1.4375 0.1094,-1.4375 l 2e-4,0 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + style="opacity:0.25514407;fill:none;stroke:url(#radialGradient3003);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 6.46875,1047.0497 7.21875,-6.7344" + id="path3929" + inkscape:path-effect="#path-effect3931" + inkscape:original-d="m 6.46875,1047.0497 7.21875,-6.7344" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked.svg new file mode 100644 index 00000000..432cb8e8 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-checked.svg @@ -0,0 +1,159 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-checked.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient24133"> + <stop + id="stop24135" + offset="0" + style="stop-color:#4c3620;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#9e856c;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient10354-2"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bbbbbb;stop-opacity:1;" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient3006" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" + gradientTransform="translate(-1568.9928,841.00002)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient3772" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1199.9852,-843.95845)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient3774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-213.97676,-1248.1639)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="1.749184" + inkscape:cy="6.4696744" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1264" + inkscape:window-height="914" + inkscape:window-x="351" + inkscape:window-y="46" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.6105907" + rx="1.6105907" + y="-1049.8622" + x="0.50000477" + height="11.023263" + width="11.042357" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3774);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <path + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3006);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" + d="M 12.4912,1038.5745 6.5385,1044.0698 5,1042.3622 c -0.5675,-0.6815 -1.6986,-0.074 -2.1043,0.8425 -0.3576,0.8077 -0.263,2.105 0.2918,2.72 l 2.3824,2.5313 c 0.3844,0.476 1.1988,0.5354 1.7814,-0.031 l 6.9309,-6.6702 c 0.8412,-0.8969 0.6398,-2.2312 0.2214,-2.8846 -0.4925,-0.769 -1.4327,-0.7826 -2.0124,-0.2954 z m 0.1111,0.9402 1.1079,1.4103 -6.922,6.4375 -0.5937,0 -2.1875,-2.1875 0.1563,-1.4531 0.5312,-0.2344 1.4687,1.2188 0.3438,0.3437 0.2002,0.25 z" + id="path24115" + sodipodi:nodetypes="cccsccccsccccccccccccc" + inkscape:connector-curvature="0" /> + <path + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#baada0;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" + d="m 12.7128,1039.3506 -6.2213,5.6907 -1.675,-1.7501 c -0.2927,-0.2625 -0.7322,1e-4 -0.8428,0.3316 l 0.028,1.5429 1.818,1.8656 7.9844,-7.5313 c -0.2564,-0.4612 -0.6632,-0.4823 -1.0915,-0.1494 z" + id="path24119" + sodipodi:nodetypes="cccccccc" + inkscape:connector-curvature="0" /> + <path + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#977a5c;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" + d="m 13.8041,1039.5 -7.3077,6.8643 -2.5348,-2.7846 c 0,0 -0.5675,0.9069 0.019,1.5865 l 2.1532,2.2537 c 0.1546,0.1767 0.4665,0.1221 0.6654,-0.01 l 6.9002,-6.4719 c 0.5082,-0.5083 0.1094,-1.4375 0.1094,-1.4375 l 2e-4,0 z" + id="path24117" + sodipodi:nodetypes="cccccccccc" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg new file mode 100644 index 00000000..7517df28 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg @@ -0,0 +1,71 @@ +<?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="12" + height="12" + id="svg26761" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-menuitem-checked-prelight.svg"> + <defs + id="defs26763" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-7.3168318" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + type="xygrid" + id="grid2983" /> + </sodipodi:namedview> + <metadata + id="metadata26766"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <path + sodipodi:nodetypes="ccc" + d="M 1,10.285715 3.9948567,13.5 11,6" + style="fill:none;stroke:#a2a2a2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new;opacity:0.5" + id="path6301-5" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg new file mode 100644 index 00000000..91b8c7ad --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg @@ -0,0 +1,71 @@ +<?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="12" + height="12" + id="svg26761" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-menuitem-checked.svg"> + <defs + id="defs26763" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-7.3168318" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + type="xygrid" + id="grid2983" /> + </sodipodi:namedview> + <metadata + id="metadata26766"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <path + sodipodi:nodetypes="ccc" + d="M 1,10.285715 3.9948567,13.5 11,6" + style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + id="path6301-5" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked.svg new file mode 100644 index 00000000..ccfbd9ab --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked.svg @@ -0,0 +1,71 @@ +<?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="12" + height="12" + id="svg26761" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-menuitem-checked.svg"> + <defs + id="defs26763" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-7.3168318" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + type="xygrid" + id="grid2983" /> + </sodipodi:namedview> + <metadata + id="metadata26766"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <path + sodipodi:nodetypes="ccc" + d="M 1,10.285715 3.9948567,13.5 11,6" + style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + id="path6301-5" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg new file mode 100644 index 00000000..45c64597 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.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="12" + height="12" + id="svg26761" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-menuitem-mixed.svg"> + <defs + id="defs26763" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-4.9680489" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata26766"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <rect + style="color:#000000;fill:#a2a2a2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5" + id="rect5494" + width="12" + height="2" + x="8.8817842e-16" + y="9" + rx="2.034965" + ry="1" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg new file mode 100644 index 00000000..063024cd --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.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="12" + height="12" + id="svg26761" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-menuitem-mixed-insensitive.svg"> + <defs + id="defs26763" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-4.9680489" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata26766"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <rect + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:1" + id="rect5494" + width="12" + height="2" + x="8.8817842e-16" + y="9" + rx="2.034965" + ry="1" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed.svg new file mode 100644 index 00000000..90cd6e3b --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed.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="12" + height="12" + id="svg26761" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-menuitem-mixed.svg"> + <defs + id="defs26763" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-4.9680489" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata26766"> + <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,-4)"> + <rect + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="12" + height="2" + x="8.8817842e-16" + y="9" + rx="2.034965" + ry="1" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-dark.svg new file mode 100644 index 00000000..d4ec4121 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-dark.svg @@ -0,0 +1,139 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-unchecked-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#505050;stop-opacity:1;" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient3789" + gradientUnits="userSpaceOnUse" + x1="-404.00546" + y1="-283.01849" + x2="-404.00546" + y2="-273.8486" + gradientTransform="matrix(1.090528,0,0,1.090528,446.57928,-739.72262)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4529" + id="linearGradient14037" + gradientUnits="userSpaceOnUse" + x1="6.8551636" + y1="6.6672974" + x2="7.1051636" + y2="9.8606262" + gradientTransform="translate(-2.5003107e-4,1036.386)" /> + <linearGradient + id="linearGradient4529"> + <stop + style="stop-color:#808080;stop-opacity:1;" + offset="0" + id="stop4531" /> + <stop + style="stop-color:#4a4a4a;stop-opacity:1;" + offset="1" + id="stop4533" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="28.12" + inkscape:cx="5.3731421" + inkscape:cy="7.3227019" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1094" + inkscape:window-height="801" + inkscape:window-x="857" + inkscape:window-y="306" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.7563943" + rx="1.7563943" + y="-1050.3728" + x="0" + height="12.021177" + width="12.042" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <g + id="layer1-0" + inkscape:label="Layer 1" + transform="translate(-1.8119811e-8,-3.6328125e-5)"> + <rect + style="color:#000000;fill:#949494;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient14037);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:113.35856395;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1.531" + y="1042.886" + rx="1.515625" + ry="1.515625" /> + <path + style="opacity:0.50431064;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 2.531,1043.9485 6.9374997,0" + id="path5496" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg new file mode 100644 index 00000000..461f72c5 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg @@ -0,0 +1,238 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-checked-insensitive-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient8394" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133" + inkscape:collect="always"> + <stop + id="stop24135" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-1" + id="linearGradient8394-1" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" + gradientTransform="translate(0,-20)" /> + <linearGradient + id="linearGradient24133-1" + inkscape:collect="always"> + <stop + id="stop24135-6" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-2" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-9" + id="linearGradient8394-11" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133-9" + inkscape:collect="always"> + <stop + id="stop24135-1" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-3" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-9" + id="linearGradient4677-3" + gradientUnits="userSpaceOnUse" + x1="-403.46503" + y1="-280.60101" + x2="-403.46503" + y2="-273.35056" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3859-9"> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="0" + id="stop3861-9" /> + <stop + style="stop-color:#151515;stop-opacity:1" + offset="1" + id="stop3863-5" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="1.8282683" + inkscape:cy="6.6249627" + inkscape:document-units="px" + inkscape:current-layer="layer1-3" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1278" + inkscape:window-height="964" + inkscape:window-x="23" + inkscape:window-y="18" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1.7396303e-6,0.02325995)" + id="layer1-3" + inkscape:label="Layer 1"> + <g + style="enable-background:new" + id="g16853-5" + transform="translate(410.00739,765.00002)" /> + <g + transform="translate(-3.0064634e-6,-0.03618995)" + id="layer1-96" + inkscape:label="Layer 1" + style="stroke:#717171;stroke-opacity:1"> + <g + transform="translate(410.00739,765.05452)" + id="g16895" + style="opacity:0.5;stroke:#717171;stroke-opacity:1;enable-background:new"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:none;stroke:#717171;stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16897" + width="11.042357" + height="11.023263" + x="-409.50739" + y="-284.86218" + rx="1.6105907" + ry="1.6105907" /> + </g> + </g> + <rect + style="opacity:0.50000000000000000;color:#000000;fill:#717171;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="2" + x="1.5000018" + y="1043.339" + rx="1.515625" + ry="1" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive.svg new file mode 100644 index 00000000..7e1036de --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive.svg @@ -0,0 +1,111 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-mixed-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient3779" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-213.97676,-1248.1639)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="2.1900238" + inkscape:cy="6.8389924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="972" + inkscape:window-height="767" + inkscape:window-x="547" + inkscape:window-y="152" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.6105907" + rx="1.6105907" + y="-1049.8622" + x="0.50000477" + height="11.023263" + width="11.042357" + id="rect6506" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient3779);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + style="color:#000000;fill:#a2a2a2;fill-opacity:1;fill-rule:nonzero;stroke:#a2a2a2;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;stroke-opacity:1;opacity:0.50000000000000000" + id="rect5494" + width="8.9375" + height="3.03125" + x="1.53125" + y="6.5" + rx="1.515625" + ry="1.515625" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-lessdark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-lessdark.svg new file mode 100644 index 00000000..dbb44e6a --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-lessdark.svg @@ -0,0 +1,139 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-mixed-lessdark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#6e6e6e;stop-opacity:1;" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient3789" + gradientUnits="userSpaceOnUse" + x1="-404.00546" + y1="-283.01849" + x2="-404.00546" + y2="-273.8486" + gradientTransform="matrix(1.090528,0,0,1.090528,446.57928,-739.72262)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4529" + id="linearGradient14037" + gradientUnits="userSpaceOnUse" + x1="6.8551636" + y1="6.6672974" + x2="7.1051636" + y2="9.8606262" + gradientTransform="translate(-2.5003107e-4,1036.386)" /> + <linearGradient + id="linearGradient4529"> + <stop + style="stop-color:#808080;stop-opacity:1;" + offset="0" + id="stop4531" /> + <stop + style="stop-color:#4a4a4a;stop-opacity:1;" + offset="1" + id="stop4533" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="28.12" + inkscape:cx="-0.24563457" + inkscape:cy="7.3227019" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1094" + inkscape:window-height="801" + inkscape:window-x="179" + inkscape:window-y="242" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.7563943" + rx="1.7563943" + y="-1050.3728" + x="0" + height="12.021177" + width="12.042" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <g + id="layer1-0" + inkscape:label="Layer 1" + transform="translate(-1.8119811e-8,-3.6328125e-5)"> + <rect + style="color:#000000;fill:#949494;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient14037);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:113.35856395;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1.531" + y="1042.886" + rx="1.515625" + ry="1.515625" /> + <path + style="opacity:0.50431064;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 2.531,1043.9485 6.9374997,0" + id="path5496" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed.svg new file mode 100644 index 00000000..f51e2e69 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed.svg @@ -0,0 +1,158 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-mixed.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient7346"> + <stop + style="stop-color:#9e856c;stop-opacity:1;" + offset="0" + id="stop7348" /> + <stop + style="stop-color:#4c3620;stop-opacity:1;" + offset="1" + id="stop7350" /> + </linearGradient> + <linearGradient + id="linearGradient10354-2"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bbbbbb;stop-opacity:1;" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7346" + id="linearGradient7352" + x1="5.65625" + y1="6.390625" + x2="5.65625" + y2="9.828125" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient3782" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1199.9852,-843.95845)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient3784" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-213.97676,-1248.1639)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="9.2168975" + inkscape:cy="-0.35917975" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1373" + inkscape:window-height="1022" + inkscape:window-x="160" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.6105907" + rx="1.6105907" + y="-1049.8622" + x="0.50000477" + height="11.023263" + width="11.042357" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3782);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3784);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <rect + style="color:#000000;fill:#977a5c;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7352);stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1.53125" + y="6.5" + rx="1.515625" + ry="1.515625" + transform="translate(0,1036.3622)" /> + <path + style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;opacity:0.50431034" + d="m 2.53125,7.5625 6.9375,0" + id="path5496" + inkscape:connector-curvature="0" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-dark.svg new file mode 100644 index 00000000..67b2fe31 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-dark.svg @@ -0,0 +1,99 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-unchecked-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#505050;stop-opacity:1;" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient3789" + gradientUnits="userSpaceOnUse" + x1="-404.00546" + y1="-283.01849" + x2="-404.00546" + y2="-273.8486" + gradientTransform="matrix(1.090528,0,0,1.090528,446.57928,-739.72262)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="28.12" + inkscape:cx="5.3020183" + inkscape:cy="7.3227019" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1094" + inkscape:window-height="801" + inkscape:window-x="565" + inkscape:window-y="227" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.7563943" + rx="1.7563943" + y="-1050.3728" + x="0" + height="12.021177" + width="12.042" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg new file mode 100644 index 00000000..982c5660 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg @@ -0,0 +1,208 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-checked-insensitive-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient8394" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133" + inkscape:collect="always"> + <stop + id="stop24135" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-1" + id="linearGradient8394-1" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" + gradientTransform="translate(0,-20)" /> + <linearGradient + id="linearGradient24133-1" + inkscape:collect="always"> + <stop + id="stop24135-6" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-2" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-9" + id="linearGradient8394-11" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133-9" + inkscape:collect="always"> + <stop + id="stop24135-1" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-3" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="7.4845183" + inkscape:cy="6.6249627" + inkscape:document-units="px" + inkscape:current-layer="layer1-96" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1373" + inkscape:window-height="1035" + inkscape:window-x="1667" + inkscape:window-y="103" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1.7396303e-6,0.02325995)" + id="layer1-3" + inkscape:label="Layer 1"> + <g + style="enable-background:new" + id="g16853-5" + transform="translate(410.00739,765.00002)" /> + <g + transform="translate(-3.0064634e-6,-0.03618995)" + id="layer1-96" + inkscape:label="Layer 1" + style="stroke:#717171;stroke-opacity:1"> + <g + transform="translate(410.00739,765.05452)" + id="g16895" + style="opacity:0.5;stroke:#717171;stroke-opacity:1;enable-background:new"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:none;stroke:#717171;stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16897" + width="11.042357" + height="11.023263" + x="-409.50739" + y="-284.86218" + rx="1.6105907" + ry="1.6105907" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive.svg new file mode 100644 index 00000000..36d2a144 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive.svg @@ -0,0 +1,99 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-unchecked-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient10332-5-8"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5-6" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-8" + id="linearGradient3766" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-213.97676,-1248.2184)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="2.2631674" + inkscape:cy="8.4772276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="981" + inkscape:window-height="899" + inkscape:window-x="86" + inkscape:window-y="62" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + transform="scale(1,-1)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient3766);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect16897" + width="11.042357" + height="11.023263" + x="0.50000477" + y="-1049.9167" + rx="1.6105907" + ry="1.6105907" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-lessdark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-lessdark.svg new file mode 100644 index 00000000..b0ba71fb --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-lessdark.svg @@ -0,0 +1,99 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-unchecked-lessdark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859"> + <stop + style="stop-color:#6e6e6e;stop-opacity:1;" + offset="0" + id="stop3861" /> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="1" + id="stop3863" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3859" + id="linearGradient3789" + gradientUnits="userSpaceOnUse" + x1="-404.00546" + y1="-283.01849" + x2="-404.00546" + y2="-273.8486" + gradientTransform="matrix(1.090528,0,0,1.090528,446.57928,-739.72262)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="28.12" + inkscape:cx="8.1377518" + inkscape:cy="7.3227019" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1094" + inkscape:window-height="801" + inkscape:window-x="527" + inkscape:window-y="243" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.7563943" + rx="1.7563943" + y="-1050.3728" + x="0" + height="12.021177" + width="12.042" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked.svg new file mode 100644 index 00000000..525172fd --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked.svg @@ -0,0 +1,120 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="checkbox-unchecked.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient10354-2"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bbbbbb;stop-opacity:1;" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient3768" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1199.9852,-843.95845)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient3770" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-213.97676,-1248.1639)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="2.2631674" + inkscape:cy="8.4772276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="981" + inkscape:window-height="899" + inkscape:window-x="33" + inkscape:window-y="125" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + ry="1.6105907" + rx="1.6105907" + y="-1049.8622" + x="0.50000477" + height="11.023263" + width="11.042357" + id="rect6506" + style="color:#000000;fill:url(#linearGradient3768);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3770);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/entry-border-normal-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/entry-border-normal-dark.svg new file mode 100644 index 00000000..646f882d --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/entry-border-normal-dark.svg @@ -0,0 +1,92 @@ +<?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="16px" + height="16px" + id="svg11633" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="entry-border-normal-dark.svg"> + <defs + id="defs11635"> + <linearGradient + id="linearGradient3751"> + <stop + style="stop-color:#2d2d2d;stop-opacity:1;" + offset="0" + id="stop3753" /> + <stop + style="stop-color:#525258;stop-opacity:1;" + offset="1" + id="stop3755" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3751" + id="linearGradient3757" + x1="0.49999997" + y1="-0.5" + x2="0.49999997" + y2="-15.5" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="26.24" + inkscape:cx="10.506099" + inkscape:cy="8.1522251" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1065" + inkscape:window-height="814" + inkscape:window-x="301" + inkscape:window-y="155" + inkscape:window-maximized="0" + inkscape:object-nodes="true" /> + <metadata + id="metadata11638"> + <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"> + <rect + transform="scale(1,-1)" + ry="3" + rx="3" + y="-15.5" + x="0.49999997" + height="15" + width="15.000001" + id="rect5760" + style="fill:none;stroke:url(#linearGradient3757);stroke-width:0.99999988;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" + inkscape:export-filename="/home/cosimoc/Sources/Checkouts/gnome-themes-standard/themes/Adwaita/gtk-3.0/assets/entry-normal-border.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/entry-border-normal.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/entry-border-normal.svg new file mode 100644 index 00000000..69c7e723 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/entry-border-normal.svg @@ -0,0 +1,102 @@ +<?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="16px" + height="16px" + id="svg11633" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="entry-border-normal.svg"> + <defs + id="defs11635"> + <linearGradient + id="linearGradient3770"> + <stop + id="stop3772" + offset="0" + style="stop-color:#d6d6d6;stop-opacity:1;" /> + <stop + style="stop-color:#a5a5a5;stop-opacity:1;" + offset="0.5" + id="stop3784" /> + <stop + style="stop-color:#a5a5a5;stop-opacity:1;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3770" + id="linearGradient12211" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.05703423,0,0,0.60000002,-14.528518,-168.41733)" + x1="254.73331" + y1="254.02887" + x2="254.73331" + y2="280.69553" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.554482" + inkscape:cx="3.7959159" + inkscape:cy="7.542469" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="779" + inkscape:window-height="639" + inkscape:window-x="682" + inkscape:window-y="267" + inkscape:window-maximized="0" + inkscape:object-paths="true" + inkscape:snap-center="true" + inkscape:snap-object-midpoints="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="false" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata11638"> + <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"> + <rect + transform="scale(1,-1)" + ry="3" + rx="3" + y="-15.5" + x="0.49999997" + height="15" + width="15.000001" + id="rect5760" + style="fill:none;stroke:url(#linearGradient12211);stroke-width:0.99999988;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" + inkscape:export-filename="/home/cosimoc/Sources/Checkouts/gnome-themes-standard/themes/Adwaita/gtk-3.0/assets/entry-normal-border.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/grid-selection-checked.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/grid-selection-checked.svg new file mode 100644 index 00000000..e4b971c4 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/grid-selection-checked.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="40" + height="40" + id="svg5038" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="grid-selection-checked.svg"> + <defs + id="defs5040"> + <inkscape:path-effect + is_visible="true" + id="path-effect3795" + effect="spiro" /> + <linearGradient + id="linearGradient5872"> + <stop + style="stop-color:#4c3620;stop-opacity:1;" + offset="0" + id="stop5874" /> + <stop + style="stop-color:#9e856c;stop-opacity:1;" + offset="1" + id="stop5876" /> + </linearGradient> + <inkscape:path-effect + effect="spiro" + id="path-effect5837" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect5884" + is_visible="true" /> + <linearGradient + id="linearGradient10354-2-9-1"> + <stop + id="stop10356-2-8-2" + offset="0" + style="stop-color:#bbbbbb;stop-opacity:1;" /> + <stop + id="stop10358-2-6-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient10332-5-3-3"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5-3-1" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29-3-4" /> + </linearGradient> + <linearGradient + id="linearGradient85841-7-0"> + <stop + style="stop-color:#242424;stop-opacity:1" + offset="0" + id="stop85843-4-8" /> + <stop + id="stop85845-0-5" + offset="0.63381755" + style="stop-color:#101010;stop-opacity:1;" /> + <stop + style="stop-color:#262626;stop-opacity:1" + offset="1" + id="stop85847-7-3" /> + </linearGradient> + <linearGradient + y2="1106.5294" + x2="808" + y1="1040.7369" + x1="806.39526" + gradientTransform="matrix(0.04849388,0,0,0.53398858,-4.8290974,-542.54487)" + gradientUnits="userSpaceOnUse" + id="linearGradient5036" + xlink:href="#linearGradient85841-7-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2-9-1" + id="linearGradient3786" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0481319,0,0,2.0481319,-2450.0341,382.436)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-3-3" + id="linearGradient3788" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7397079,0,0,1.7366989,-430.55876,-445.43016)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5872" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + x1="205.84143" + y1="246.7094" + x2="206.74803" + y2="231.24142" + gradientTransform="matrix(1.025641,0,0,1.025641,-189.74359,-219.69231)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7" + inkscape:cx="6.7142857" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="947" + inkscape:window-height="626" + inkscape:window-x="90" + inkscape:window-y="210" + inkscape:window-maximized="0" /> + <metadata + id="metadata5043"> + <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)"> + <rect + ry="7.1794877" + rx="7.1794877" + style="opacity:0.75;color:#000000;fill:url(#linearGradient5036);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect85718-2-9" + width="40" + height="40" + x="0" + y="8" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + ry="1.6518879" + rx="1.6518879" + y="-39.282043" + x="8.7179413" + height="22.577097" + width="22.616205" + id="rect6506-6" + style="color:#000000;fill:url(#linearGradient3786);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3788);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <path + style="fill:none;stroke:url(#linearGradient3793);stroke-width:5.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 13.846148,26.46153 5.384616,5.384615 14.230769,-14.230769" + id="path5835" + inkscape:path-effect="#path-effect3795" + inkscape:original-d="m 13.846148,26.46153 5.384616,5.384615 14.230769,-14.230769" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + inkscape:original-d="m 13.846148,26.46153 5.384616,5.384615 14.230769,-14.230769" + inkscape:path-effect="#path-effect5837" + id="path5880" + d="m 13.846148,26.46153 5.384616,5.384615 14.230769,-14.230769" + style="fill:none;stroke:#977a5c;stroke-width:2.99999976000000013;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + style="fill:none;stroke:#baada0;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 13.044866,26.910248 c -0.115894,-0.103484 -0.203215,-0.238634 -0.249991,-0.386797 -0.04678,-0.148163 -0.05286,-0.308876 -0.01795,-0.460274 0.03491,-0.151399 0.110627,-0.29299 0.216075,-0.4071 0.105448,-0.114109 0.240139,-0.200487 0.386909,-0.251465 0.146771,-0.05098 0.305101,-0.06669 0.45961,-0.05034 0.154509,0.01635 0.304931,0.06438 0.443731,0.134202 0.277601,0.139638 0.501475,0.364349 0.716748,0.588444 l 3.910256,4.070512 13.589743,-12.980769 c 0.153422,-0.146547 0.310117,-0.292779 0.493657,-0.399208 0.18354,-0.10643 0.394231,-0.171346 0.606278,-0.164271 0.212047,0.0071 0.422165,0.08788 0.579058,0.230702 0.156894,0.142823 0.257866,0.345759 0.276135,0.557136" + id="path5882" + inkscape:path-effect="#path-effect5884" + inkscape:original-d="m 13.044866,26.910248 c 0.672862,-0.574944 1.446616,-1.362687 1.955129,-0.833333 l 3.910256,4.070512 13.589743,-12.980769 c 0.705128,-0.705128 1.955128,0.224359 1.955128,0.224359" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/grid-selection-unchecked.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/grid-selection-unchecked.svg new file mode 100644 index 00000000..d6887944 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/grid-selection-unchecked.svg @@ -0,0 +1,153 @@ +<?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="40" + height="40" + id="svg5038" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="grid-selection-unchecked.svg"> + <defs + id="defs5040"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2-9-1-7" + id="linearGradient15341-5-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0481327,0,0,2.0481327,-2450.0351,382.43617)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2-9-1-7"> + <stop + id="stop10356-2-8-2-9" + offset="0" + style="stop-color:#bbbbbb;stop-opacity:1;" /> + <stop + id="stop10358-2-6-2-3" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-3-3-8" + id="linearGradient15343-1-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.7397086,0,0,1.7366996,-430.55893,-445.43032)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + id="linearGradient10332-5-3-3-8"> + <stop + style="stop-color:#d3d3d3;stop-opacity:1;" + offset="0" + id="stop10334-5-3-1-4" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1;" + offset="1" + id="stop10336-29-3-4-0" /> + </linearGradient> + <linearGradient + id="linearGradient85841-7-0-9"> + <stop + style="stop-color:#242424;stop-opacity:1" + offset="0" + id="stop85843-4-8-3" /> + <stop + id="stop85845-0-5-1" + offset="0.63381755" + style="stop-color:#101010;stop-opacity:1;" /> + <stop + style="stop-color:#262626;stop-opacity:1" + offset="1" + id="stop85847-7-3-3" /> + </linearGradient> + <linearGradient + y2="1106.5294" + x2="808" + y1="1040.7369" + x1="806.39526" + gradientTransform="matrix(0.0484939,0,0,0.5339888,-4.8290988,-542.54512)" + gradientUnits="userSpaceOnUse" + id="linearGradient5153" + xlink:href="#linearGradient85841-7-0-9" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7" + inkscape:cx="-50.000001" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata5043"> + <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)"> + <rect + ry="7.179491" + rx="7.179491" + style="opacity:0.75;color:#000000;fill:url(#linearGradient5153);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect85718-2-9-0" + width="40.000019" + height="40.000019" + x="0" + y="7.9999809" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-off.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + ry="1.6518886" + rx="1.6518886" + y="-39.282047" + x="8.7179489" + height="22.577105" + width="22.616215" + id="rect6506-6-8" + style="color:#000000;fill:url(#linearGradient15341-5-8);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient15343-1-8);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-off.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/menu-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/menu-border-dark.svg new file mode 100644 index 00000000..8873d8bc --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/menu-border-dark.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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="menu-border-dark.svg"> + <defs + id="defs33224"> + <linearGradient + inkscape:collect="always" + id="linearGradient3888"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3890" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3892" /> + </linearGradient> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + id="stop3769" + offset="0.07500393" + style="stop-color:#3c3c3c;stop-opacity:1;" /> + <stop + style="stop-color:#3d3d3d;stop-opacity:0.01176471;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + id="linearGradient4410-4-9-7-9"> + <stop + style="stop-color:#535156;stop-opacity:1;" + offset="0" + id="stop4412-6-7-4-4" /> + <stop + style="stop-color:#333333;stop-opacity:1;" + offset="1" + id="stop4414-9-8-8-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5378-2-93" + id="linearGradient17869" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59659086,0,0,0.59090912,-423.94512,-57.054903)" + x1="220" + y1="304" + x2="220" + y2="336.06244" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5378-2-93"> + <stop + style="stop-color:#f4f6f4;stop-opacity:1" + offset="0" + id="stop5380-6-3" /> + <stop + style="stop-color:#d7dad7;stop-opacity:1" + offset="1" + id="stop5382-06-2" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4410-4-9-7-9" + id="linearGradient34952" + x1="7.9695358" + y1="0.96953601" + x2="7.9695358" + y2="14.937024" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="2.9802322e-08" + y1="2.9802322e-08" + x2="8.4427948" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3888" + id="linearGradient3894" + x1="-15" + y1="8" + x2="2.0614948" + y2="7.9043283" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(16,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#494949" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627416" + inkscape:cx="4.7692738" + inkscape:cy="10.04433" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1142" + inkscape:window-height="743" + inkscape:window-x="659" + inkscape:window-y="158" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + showborder="false" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid3116" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata33227"> + <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"> + <rect + ry="2.5000005" + rx="2.5000005" + y="0.5" + x="-15.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:0.99999994000000003;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/menu-border.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/menu-border.svg new file mode 100644 index 00000000..f065500b --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/menu-border.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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="menu-border.svg"> + <defs + id="defs33224"> + <linearGradient + inkscape:collect="always" + id="linearGradient3888"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3890" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3892" /> + </linearGradient> + <linearGradient + id="linearGradient7928"> + <stop + style="stop-color:#4d463f;stop-opacity:1;" + offset="0" + id="stop7930" /> + <stop + id="stop3769" + offset="0.07500393" + style="stop-color:#4d463f;stop-opacity:1;" /> + <stop + style="stop-color:#4d463f;stop-opacity:0.01176471;" + offset="1" + id="stop7932" /> + </linearGradient> + <linearGradient + id="linearGradient4410-4-9-7-9"> + <stop + style="stop-color:#535156;stop-opacity:1;" + offset="0" + id="stop4412-6-7-4-4" /> + <stop + style="stop-color:#333333;stop-opacity:1;" + offset="1" + id="stop4414-9-8-8-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5378-2-93" + id="linearGradient17869" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.59659086,0,0,0.59090912,-423.94512,-57.054903)" + x1="220" + y1="304" + x2="220" + y2="336.06244" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5378-2-93"> + <stop + style="stop-color:#f4f6f4;stop-opacity:1" + offset="0" + id="stop5380-6-3" /> + <stop + style="stop-color:#d7dad7;stop-opacity:1" + offset="1" + id="stop5382-06-2" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4410-4-9-7-9" + id="linearGradient34952" + x1="7.9695358" + y1="0.96953601" + x2="7.9695358" + y2="14.937024" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7928" + id="linearGradient7934" + x1="2.9802322e-08" + y1="2.9802322e-08" + x2="8.4427948" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-16,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3888" + id="linearGradient3894" + x1="-15" + y1="8" + x2="2.0614948" + y2="7.9043283" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(16,0)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#494949" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627416" + inkscape:cx="5.1962324" + inkscape:cy="10.04433" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1142" + inkscape:window-height="743" + inkscape:window-x="387" + inkscape:window-y="155" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + showborder="false" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid3116" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata33227"> + <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"> + <rect + ry="2.5000005" + rx="2.5000005" + y="0.5" + x="-15.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient7934);stroke-width:0.99999994000000003;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-hover.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-hover.svg new file mode 100644 index 00000000..d1fff678 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-hover.svg @@ -0,0 +1,89 @@ +<?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="4" + height="32" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="notebook-pane-separator-grip-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#a0a0a0;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#252525;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,0,-5.3333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-21.477515" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="13" + inkscape:window-y="168" + 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,16)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="0" + y="-16" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical-hover.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical-hover.svg new file mode 100644 index 00000000..0ee95e17 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical-hover.svg @@ -0,0 +1,90 @@ +<?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="32" + height="4" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="notebook-pane-separator-grip-vertical-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#a0a0a0;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#252525;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,12,-21.333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-9.1726582" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="14" + inkscape:window-y="167" + 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,-12)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="12" + y="-32" + rx="2" + ry="2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical.svg new file mode 100644 index 00000000..f17fea72 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical.svg @@ -0,0 +1,90 @@ +<?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="32" + height="4" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="notebook-pane-separator-grip-vertical.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#898989;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#252525;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,12,-21.333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="4.7927013" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="14" + inkscape:window-y="167" + 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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-12)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none;opacity:0.5" + id="rect2987" + width="4" + height="32" + x="12" + y="-32" + rx="2" + ry="2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark.svg new file mode 100644 index 00000000..50d2e0ba --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark.svg @@ -0,0 +1,89 @@ +<?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="4" + height="32" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="notebook-pane-separator-grip-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#898989;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#252525;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,0,-5.3333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-21.477515" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="14" + inkscape:window-y="167" + 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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,16)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none;opacity:0.5" + id="rect2987" + width="4" + height="32" + x="0" + y="-16" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-hover.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-hover.svg new file mode 100644 index 00000000..fdd185b1 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-hover.svg @@ -0,0 +1,89 @@ +<?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="4" + height="32" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#959597;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,0,-5.3333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-35.442875" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="13" + inkscape:window-y="168" + 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,16)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="0" + y="-16" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical-hover.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical-hover.svg new file mode 100644 index 00000000..a5867667 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical-hover.svg @@ -0,0 +1,90 @@ +<?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="32" + height="4" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-vertical-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#959597;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,12,-21.333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-19.503234" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="180" + inkscape:window-y="77" + 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,-12)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="12" + y="-32" + rx="2" + ry="2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical.svg new file mode 100644 index 00000000..6ded5561 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical.svg @@ -0,0 +1,90 @@ +<?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="32" + height="4" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-vertical-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#76767a;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,12,-21.333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-26.495216" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="180" + inkscape:window-y="77" + 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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-12)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none;opacity:0.5" + id="rect2987" + width="4" + height="32" + x="12" + y="-32" + rx="2" + ry="2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark.svg new file mode 100644 index 00000000..cdcb3efe --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark.svg @@ -0,0 +1,89 @@ +<?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="4" + height="32" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#76767a;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,0,-5.3333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-21.477515" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="13" + inkscape:window-y="168" + 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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,16)"> + <rect + style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none;opacity:0.5" + id="rect2987" + width="4" + height="32" + x="0" + y="-16" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-hover.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-hover.svg new file mode 100644 index 00000000..8915e433 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-hover.svg @@ -0,0 +1,89 @@ +<?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="4" + height="32" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#b7a593;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,0,-5.3333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-35.442875" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="262" + inkscape:window-y="183" + 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,16)"> + <rect + style="opacity:1;fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="0" + y="-16" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg new file mode 100644 index 00000000..d57214b6 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg @@ -0,0 +1,90 @@ +<?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="32" + height="4" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-vertical-hover.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#b7a593;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,12,-21.333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="6.5917657" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="178" + inkscape:window-y="78" + 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,-12)"> + <rect + style="opacity:1;fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="12" + y="-32" + rx="2" + ry="2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical.svg new file mode 100644 index 00000000..ac3e9ed8 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical.svg @@ -0,0 +1,90 @@ +<?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="32" + height="4" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip-vertical.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#ab9681;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,12,-21.333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-26.495216" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="177" + inkscape:window-y="79" + 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,-12)"> + <rect + style="opacity:0.5;fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="12" + y="-32" + rx="2" + ry="2" + transform="matrix(0,1,-1,0,0,0)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip.svg new file mode 100644 index 00000000..087ed230 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip.svg @@ -0,0 +1,89 @@ +<?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="4" + height="32" + id="svg32934" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="pane-separator-grip.svg"> + <defs + id="defs32936"> + <linearGradient + id="linearGradient3757"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3759" /> + <stop + style="stop-color:#ab9681;stop-opacity:1;" + offset="1" + id="stop3761" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3757" + id="linearGradient3763" + x1="0" + y1="4" + x2="2" + y2="4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,1.3333333,0,-5.3333333)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="-21.477515" + inkscape:cy="11.379732" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1228" + inkscape:window-height="797" + inkscape:window-x="262" + inkscape:window-y="183" + 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,16)"> + <rect + style="opacity:0.5;fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect2987" + width="4" + height="32" + x="0" + y="-16" + rx="2" + ry="2" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg new file mode 100644 index 00000000..59918f13 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg @@ -0,0 +1,102 @@ +<?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="16px" + height="16px" + id="svg7586" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="primary-toolbar-button-active-border-dark.svg"> + <defs + id="defs7588"> + <linearGradient + id="linearGradient4741"> + <stop + style="stop-color:#0f0f0f;stop-opacity:1;" + offset="0" + id="stop4743" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#3a3a3c;stop-opacity:1;" /> + <stop + style="stop-color:#454547;stop-opacity:1;" + offset="0.80000001" + id="stop3756" /> + <stop + style="stop-color:#1e1e1e;stop-opacity:1;" + offset="1" + id="stop4745" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(0.44016358,0,0,0.42857143,69.402815,-24.012363)" + y2="56.028847" + x2="-157.67505" + y1="18.695513" + x1="-157.67505" + gradientUnits="userSpaceOnUse" + id="linearGradient7584" + xlink:href="#linearGradient4741" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="23.909048" + inkscape:cx="5.3573667" + inkscape:cy="9.1829945" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1195" + inkscape:window-height="739" + inkscape:window-x="135" + inkscape:window-y="113" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" /> + <metadata + id="metadata7591"> + <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"> + <rect + style="color:#000000;fill:none;stroke:url(#linearGradient7584);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4713" + width="15" + height="15" + x="0.5" + y="-15.5" + rx="3" + ry="3" + transform="scale(1,-1)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg new file mode 100644 index 00000000..5e1d3c2f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg @@ -0,0 +1,75 @@ +<?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="12" + height="12" + id="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-menuitem-checked.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-14.479703" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#a2a2a2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.77643096,0,0,0.47986074,-507.19608,-112.89654)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-prelight.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-prelight.svg new file mode 100644 index 00000000..bb028c73 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-prelight.svg @@ -0,0 +1,75 @@ +<?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="12" + height="12" + id="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-menuitem-checked.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-14.479703" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.77643096,0,0,0.47986074,-507.19608,-112.89654)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked.svg new file mode 100644 index 00000000..3aa044a2 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked.svg @@ -0,0 +1,75 @@ +<?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="12" + height="12" + id="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-menuitem-checked.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-7.3168318" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata27357"> + <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,-4)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 a 4.5078058,7.2937827 0 1 1 -9.01561,0 4.5078058,7.2937827 0 1 1 9.01561,0 z" + transform="matrix(0.77643096,0,0,0.47986074,-507.19608,-112.89654)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg new file mode 100644 index 00000000..c4fc6c0e --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-insensitive.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="12" + height="12" + id="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-menuitem-mixed.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-13.77401" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <rect + style="color:#000000;fill:#a2a2a2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5" + id="rect5494" + width="6" + height="2" + x="3" + y="9" + rx="1.0174824" + ry="1" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg new file mode 100644 index 00000000..2c2ad1ad --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-prelight.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="12" + height="12" + id="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-menuitem-mixed.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-20.936881" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-4)"> + <rect + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="6" + height="2" + x="3" + y="9" + rx="1.0174824" + ry="1" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed.svg new file mode 100644 index 00000000..0ffe2190 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed.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="12" + height="12" + id="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-menuitem-mixed.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-13.77401" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2983" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata27357"> + <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,-4)"> + <rect + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="6" + height="2" + x="3" + y="9" + rx="1.0174824" + ry="1" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-dark.svg new file mode 100644 index 00000000..9769cd7e --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-dark.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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-unselected-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859-5-9"> + <stop + style="stop-color:#5a5a5a;stop-opacity:1;" + offset="0" + id="stop3861-2-2" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3863-6-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-5-9" + id="radialGradient3828" + cx="660.96808" + cy="257.48871" + fx="660.96808" + fy="257.48871" + r="4.948884" + gradientTransform="matrix(2.3822813,1.2990799e-5,-4.4866673e-6,2.154055,-913.64268,-296.22025)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5170" + id="linearGradient15258" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1033.0318,266.02372)" + x1="6.8551636" + y1="6.6672974" + x2="7.1051636" + y2="9.8606262" /> + <linearGradient + id="linearGradient5170"> + <stop + style="stop-color:#808080;stop-opacity:1;" + offset="0" + id="stop5172" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop5174" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="3.0372732" + inkscape:cy="7.2986073" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="738" + inkscape:window-x="585" + inkscape:window-y="223" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88215655000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.5528619,0,0,0.95972092,12.607854,29.207043)" /> + <g + transform="translate(1031,-770.36221)" + id="layer1-9" + inkscape:label="Layer 1"> + <g + style="display:inline;enable-background:new" + id="g6305-1" + transform="translate(-1031,770.36221)"> + <rect + style="color:#000000;fill:#949494;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient15258);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:113.35856395;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1034.563" + y="272.52374" + rx="1.515625" + ry="1.515625" /> + <path + style="opacity:0.50431064;fill:none;stroke:#ffffff;stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" + d="m 1035.563,273.58622 6.9375,0" + id="path5496" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive-dark.svg new file mode 100644 index 00000000..530d226d --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive-dark.svg @@ -0,0 +1,242 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected-insensitive-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-0.71194906" + inkscape:cy="8.5766833" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="23" + inkscape:window-y="95" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <g + style="opacity:0.5;display:inline;enable-background:new" + id="g16917" + transform="translate(3.7481965e-5,-1.1707725e-5)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:none;stroke:#717171;stroke-width:0.88215655;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" /> + </g> + <rect + style="opacity:0.50000000000000000;color:#000000;fill:#717171;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="2" + x="1034.5" + y="273" + rx="1.515625" + ry="1" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive.svg new file mode 100644 index 00000000..30de97d5 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive.svg @@ -0,0 +1,145 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-mixed-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f8f8f;stop-opacity:1;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-2.8471061" + inkscape:cy="1.1177501" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="465" + inkscape:window-y="96" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6307" + style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655000000004;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;opacity:0.50000000000000000" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6313" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.2201064,0,0,0.75406683,232.54855,81.662583)" /> + <rect + style="color:#000000;fill:#a2a2a2;fill-opacity:1;fill-rule:nonzero;stroke:#a2a2a2;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;stroke-opacity:1;opacity:0.50000000000000000" + id="rect5494" + width="8.9375" + height="3.03125" + x="1034.5312" + y="272.5" + rx="1.515625" + ry="1.515625" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-lessdark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-lessdark.svg new file mode 100644 index 00000000..d6c46af8 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed-lessdark.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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-mixed-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859-5-9"> + <stop + style="stop-color:#6e6e6e;stop-opacity:1;" + offset="0" + id="stop3861-2-2" /> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="1" + id="stop3863-6-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-5-9" + id="radialGradient3828" + cx="660.96808" + cy="257.48871" + fx="660.96808" + fy="257.48871" + r="4.948884" + gradientTransform="matrix(2.3822813,1.2990799e-5,-4.4866673e-6,2.154055,-913.64268,-296.22025)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5170" + id="linearGradient15258" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(1033.0318,266.02372)" + x1="6.8551636" + y1="6.6672974" + x2="7.1051636" + y2="9.8606262" /> + <linearGradient + id="linearGradient5170"> + <stop + style="stop-color:#808080;stop-opacity:1;" + offset="0" + id="stop5172" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + offset="1" + id="stop5174" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="4.3565443" + inkscape:cy="7.2986073" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="738" + inkscape:window-x="72" + inkscape:window-y="216" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88215655000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.5528619,0,0,0.95972092,12.607854,29.207043)" /> + <g + transform="translate(1031,-770.36221)" + id="layer1-9" + inkscape:label="Layer 1"> + <g + style="display:inline;enable-background:new" + id="g6305-1" + transform="translate(-1031,770.36221)"> + <rect + style="color:#000000;fill:#949494;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient15258);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:113.35856395;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1034.563" + y="272.52374" + rx="1.515625" + ry="1.515625" /> + <path + style="opacity:0.50431064;fill:none;stroke:#ffffff;stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" + d="m 1035.563,273.58622 6.9375,0" + id="path5496" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed.svg new file mode 100644 index 00000000..5891fb6d --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-mixed.svg @@ -0,0 +1,191 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-mixed.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f8f8f;stop-opacity:1;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient7346"> + <stop + style="stop-color:#9e856c;stop-opacity:1;" + offset="0" + id="stop7348" /> + <stop + style="stop-color:#4c3620;stop-opacity:1;" + offset="1" + id="stop7350" /> + </linearGradient> + <linearGradient + gradientTransform="translate(1033.0001,265.99998)" + y2="9.828125" + x2="5.65625" + y1="6.390625" + x1="5.65625" + gradientUnits="userSpaceOnUse" + id="linearGradient119" + xlink:href="#linearGradient7346" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="4.3565443" + inkscape:cy="1.1177501" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="282" + inkscape:window-y="91" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6307" + style="color:#000000;fill:url(#linearGradient8358);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6313" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.2201064,0,0,0.75406683,232.54855,81.662583)" /> + <rect + style="color:#000000;fill:#977a5c;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient119);stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1034.5312" + y="272.5" + rx="1.515625" + ry="1.515625" /> + <path + style="opacity:0.50431064;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 1035.5313,273.56248 6.9375,0" + id="path5496" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-dark.svg new file mode 100644 index 00000000..8fefeb19 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-dark.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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859-5-9"> + <stop + style="stop-color:#464646;stop-opacity:1;" + offset="0" + id="stop3861-2-2" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3863-6-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-5-9" + id="radialGradient3828" + cx="660.96808" + cy="257.48871" + fx="660.96808" + fy="257.48871" + r="4.948884" + gradientTransform="matrix(2.3822813,1.2990799e-5,-4.4866673e-6,2.154055,-913.64268,-296.22025)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0-9" + id="radialGradient6814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0-9" + inkscape:collect="always"> + <stop + id="stop12694-4-1-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2-3" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9-9"> + <stop + id="stop11555-5-9-8-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11553-0-7-9-9" + id="linearGradient8366-2" + gradientUnits="userSpaceOnUse" + x1="660.16144" + y1="246.69635" + x2="660.27411" + y2="260.70532" /> + <linearGradient + id="linearGradient4655"> + <stop + id="stop4657" + offset="0" + style="stop-color:#808080;stop-opacity:1;" /> + <stop + id="stop4659" + offset="1" + style="stop-color:#464646;stop-opacity:1;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="262.36063" + x2="661.60516" + y1="251.4173" + x1="661.60516" + id="linearGradient4661" + xlink:href="#linearGradient4655" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="4.3565443" + inkscape:cy="7.2986073" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="738" + inkscape:window-x="585" + inkscape:window-y="224" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88215655000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.5528619,0,0,0.95972092,12.607854,29.207043)" /> + <g + transform="translate(1031,-770.36218)" + id="layer1-2" + inkscape:label="Layer 1"> + <g + style="display:inline;enable-background:new" + id="g6305-6" + transform="translate(-1031,770.36221)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4661);stroke-width:1.27423298;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:144.44521581;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6309" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.99826332,0,0,0.61696032,379.17983,116.63389)" /> + <path + sodipodi:type="arc" + style="opacity:0.18930042;fill:none;stroke:url(#linearGradient8366-2);stroke-width:1.63832664;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6311" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.77641414,0,0,-0.47985006,525.815,396.39381)" /> + <path + transform="matrix(1.2570829,0,0,1.1611638,205.44174,-43.522082)" + d="m 665.47584,271.75009 c 0,0.9397 -1.06847,1.70148 -2.38648,1.70148 -1.31802,0 -2.38649,-0.76178 -2.38649,-1.70148 0,-0.9397 1.06847,-1.70147 2.38649,-1.70147 1.31801,0 2.38648,0.76177 2.38648,1.70147 z" + sodipodi:ry="1.7014757" + sodipodi:rx="2.3864853" + sodipodi:cy="271.75009" + sodipodi:cx="663.08936" + id="path6315" + style="opacity:0.7854251;color:#000000;fill:url(#radialGradient6814);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive-dark.svg new file mode 100644 index 00000000..5e5768a1 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive-dark.svg @@ -0,0 +1,243 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-0.71194906" + inkscape:cy="8.5766833" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <g + style="opacity:0.5;display:inline;enable-background:new" + id="g16917" + transform="translate(3.7481965e-5,-1.1707725e-5)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:none;stroke:#717171;stroke-width:0.88215655;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" /> + <path + transform="matrix(0.77479411,0,0,0.47884882,526.8858,151.86156)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path16921" + style="color:#000000;fill:#717171;fill-opacity:1;fill-rule:nonzero;stroke:#717171;stroke-width:1.64175230000000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive.svg new file mode 100644 index 00000000..befba21c --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive.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: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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5-2" + id="linearGradient8392" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5-2"> + <stop + id="stop12417-2-8-0-7" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9-3" + offset="1" + style="stop-color:#8f8f8f;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="0.39290529" + inkscape:cy="8.5766833" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="738" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.921307,46.692189)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path16919" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient8392);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.50000000000000000;color:#000000;fill:#8f8f8f;fill-opacity:1;fill-rule:nonzero;stroke:#8f8f8f;stroke-width:1.64175235999999991;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:144.44521581000000765;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path16921" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.77479411,0,0,0.47884882,526.88584,151.86155)" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-lessdark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-lessdark.svg new file mode 100644 index 00000000..15ed41e4 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected-lessdark.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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected-lessdark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859-5-9"> + <stop + style="stop-color:#505050;stop-opacity:1;" + offset="0" + id="stop3861-2-2" /> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="1" + id="stop3863-6-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-5-9" + id="radialGradient3828" + cx="660.96808" + cy="257.48871" + fx="660.96808" + fy="257.48871" + r="4.948884" + gradientTransform="matrix(2.3822813,1.2990799e-5,-4.4866673e-6,2.154055,-913.64268,-296.22025)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0-9" + id="radialGradient6814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0-9" + inkscape:collect="always"> + <stop + id="stop12694-4-1-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2-3" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9-9"> + <stop + id="stop11555-5-9-8-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11553-0-7-9-9" + id="linearGradient8366-2" + gradientUnits="userSpaceOnUse" + x1="660.16144" + y1="246.69635" + x2="660.27411" + y2="260.70532" /> + <linearGradient + id="linearGradient4655"> + <stop + id="stop4657" + offset="0" + style="stop-color:#808080;stop-opacity:1;" /> + <stop + id="stop4659" + offset="1" + style="stop-color:#464646;stop-opacity:1;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="262.36063" + x2="661.60516" + y1="251.4173" + x1="661.60516" + id="linearGradient4661" + xlink:href="#linearGradient4655" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="4.3565443" + inkscape:cy="7.2986073" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="738" + inkscape:window-x="585" + inkscape:window-y="224" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88215655000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.5528619,0,0,0.95972092,12.607854,29.207043)" /> + <g + transform="translate(1031,-770.36218)" + id="layer1-2" + inkscape:label="Layer 1"> + <g + style="display:inline;enable-background:new" + id="g6305-6" + transform="translate(-1031,770.36221)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4661);stroke-width:1.27423298;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:144.44521581;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6309" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.99826332,0,0,0.61696032,379.17983,116.63389)" /> + <path + sodipodi:type="arc" + style="opacity:0.18930042;fill:none;stroke:url(#linearGradient8366-2);stroke-width:1.63832664;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6311" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.77641414,0,0,-0.47985006,525.815,396.39381)" /> + <path + transform="matrix(1.2570829,0,0,1.1611638,205.44174,-43.522082)" + d="m 665.47584,271.75009 c 0,0.9397 -1.06847,1.70148 -2.38648,1.70148 -1.31802,0 -2.38649,-0.76178 -2.38649,-1.70148 0,-0.9397 1.06847,-1.70147 2.38649,-1.70147 1.31801,0 2.38648,0.76177 2.38648,1.70147 z" + sodipodi:ry="1.7014757" + sodipodi:rx="2.3864853" + sodipodi:cy="271.75009" + sodipodi:cx="663.08936" + id="path6315" + style="opacity:0.7854251;color:#000000;fill:url(#radialGradient6814);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected.svg new file mode 100644 index 00000000..f37bd4a6 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-selected.svg @@ -0,0 +1,264 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f8f8f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11623-4-5-4" + id="linearGradient8362" + gradientUnits="userSpaceOnUse" + x1="661.04559" + y1="251.6946" + x2="661.04559" + y2="258.26358" /> + <linearGradient + id="linearGradient11623-4-5-4"> + <stop + id="stop11625-5-6-0" + offset="0" + style="stop-color:#9e856c;stop-opacity:1;" /> + <stop + id="stop11627-4-4-9" + offset="1" + style="stop-color:#a98c6f;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12387-1-5" + id="linearGradient8364" + gradientUnits="userSpaceOnUse" + x1="662.26074" + y1="251.66537" + x2="662.26074" + y2="259.77792" /> + <linearGradient + id="linearGradient12387-1-5"> + <stop + id="stop12389-7-2" + offset="0" + style="stop-color:#9e856c;stop-opacity:1;" /> + <stop + id="stop12391-1-4" + offset="1" + style="stop-color:#4c3620;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11553-0-7-9" + id="linearGradient8366" + gradientUnits="userSpaceOnUse" + x1="660.16144" + y1="246.69635" + x2="660.27411" + y2="260.70532" /> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="2.3864853" + fy="269.82831" + fx="663.01904" + cy="269.82831" + cx="663.01904" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + gradientUnits="userSpaceOnUse" + id="radialGradient5029" + xlink:href="#linearGradient12692-5-0" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="2.442627" + inkscape:cy="7.9303526" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="360" + inkscape:window-y="96" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + sodipodi:type="arc" + style="color:#000000;fill:url(#linearGradient8358);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,-945.07873,817.05441)" /> + <path + transform="matrix(0.99826332,0,0,0.61696032,-651.82021,886.99611)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6309" + style="color:#000000;fill:url(#linearGradient8362);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8364);stroke-width:1.27423298;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:144.44521581;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + transform="matrix(0.77641414,0,0,-0.47985006,-505.18504,1166.756)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6311" + style="opacity:0.55465585;fill:none;stroke:url(#linearGradient8366);stroke-width:1.63832664;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + sodipodi:type="arc" /> + <path + transform="matrix(1.2201064,0,0,0.75406683,-798.45145,852.02479)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6313" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.7854251;color:#000000;fill:url(#radialGradient5029);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6315" + sodipodi:cx="663.08936" + sodipodi:cy="271.75009" + sodipodi:rx="2.3864853" + sodipodi:ry="1.7014757" + d="m 665.47584,271.75009 c 0,0.9397 -1.06847,1.70148 -2.38648,1.70148 -1.31802,0 -2.38649,-0.76178 -2.38649,-1.70148 0,-0.9397 1.06847,-1.70147 2.38649,-1.70147 1.31801,0 2.38648,0.76177 2.38648,1.70147 z" + transform="matrix(1.2570829,0,0,1.1611638,-825.5583,726.84014)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-dark.svg new file mode 100644 index 00000000..651b6320 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-dark.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: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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-unselected-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859-5-9"> + <stop + style="stop-color:#5a5a5a;stop-opacity:1;" + offset="0" + id="stop3861-2-2" /> + <stop + style="stop-color:#141414;stop-opacity:1;" + offset="1" + id="stop3863-6-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-5-9" + id="radialGradient3828" + cx="660.96808" + cy="257.48871" + fx="660.96808" + fy="257.48871" + r="4.948884" + gradientTransform="matrix(2.3822813,1.2990799e-5,-4.4866673e-6,2.154055,-913.64268,-296.22025)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="2.9488849" + inkscape:cy="7.2986073" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="738" + inkscape:window-x="585" + inkscape:window-y="223" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88215655000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.5528619,0,0,0.95972092,12.607854,29.207043)" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive-dark.svg new file mode 100644 index 00000000..c7ca7dd4 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive-dark.svg @@ -0,0 +1,233 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-selected-insensitive-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-0.71194906" + inkscape:cy="8.5766833" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <g + style="opacity:0.5;display:inline;enable-background:new" + id="g16917" + transform="translate(3.7481965e-5,-1.1707725e-5)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:none;stroke:#717171;stroke-width:0.88215655;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" /> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive.svg new file mode 100644 index 00000000..e05e3ee2 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive.svg @@ -0,0 +1,105 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-unselected-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5-2" + id="linearGradient8392" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5-2"> + <stop + id="stop12417-2-8-0-7" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9-3" + offset="1" + style="stop-color:#8f8f8f;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="0.39290529" + inkscape:cy="8.5324892" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="738" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.921307,46.692189)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path16919" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient8392);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-lessdark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-lessdark.svg new file mode 100644 index 00000000..4994c0d4 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected-lessdark.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: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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-unselected-dark.svg"> + <defs + id="defs816"> + <linearGradient + id="linearGradient3859-5-9"> + <stop + style="stop-color:#6e6e6e;stop-opacity:1;" + offset="0" + id="stop3861-2-2" /> + <stop + style="stop-color:#282828;stop-opacity:1;" + offset="1" + id="stop3863-6-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3859-5-9" + id="radialGradient3828" + cx="660.96808" + cy="257.48871" + fx="660.96808" + fy="257.48871" + r="4.948884" + gradientTransform="matrix(2.3822813,1.2990799e-5,-4.4866673e-6,2.154055,-913.64268,-296.22025)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="4.3565443" + inkscape:cy="7.2986073" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="738" + inkscape:window-x="18" + inkscape:window-y="221" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88215655000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6307" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.5528619,0,0,0.95972092,12.607854,29.207043)" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected.svg new file mode 100644 index 00000000..9adcb74e --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/radio-unselected.svg @@ -0,0 +1,156 @@ +<?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="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="radio-unselected.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d3d3;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f8f8f;stop-opacity:1;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="5.2653958" + inkscape:cy="10.001974" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="738" + inkscape:window-y="24" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6307" + style="color:#000000;fill:url(#linearGradient8358);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6313" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.2201064,0,0,0.75406683,232.54855,81.662583)" /> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-dark.svg new file mode 100644 index 00000000..2a18efe6 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-dark.svg @@ -0,0 +1,120 @@ +<?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="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-horizontal-dark.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3766"> + <stop + style="stop-color:#323232;stop-opacity:1;" + offset="0" + id="stop3768" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3770" /> + </linearGradient> + <linearGradient + id="linearGradient2992"> + <stop + id="stop2994" + offset="0" + style="stop-color:#919195;stop-opacity:1;" /> + <stop + id="stop2996" + offset="1" + style="stop-color:#141414;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3766" + id="linearGradient3772" + x1="313.21307" + y1="287.8754" + x2="313.21307" + y2="295.23563" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2992" + id="radialGradient3773" + cx="311.8652" + cy="286.84698" + fx="311.8652" + fy="286.84698" + r="7.3333335" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.00470928,1.0938015,-1.3701255,-0.00589896,706.86005,-53.106113)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#454545" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-0.5852654" + inkscape:cy="11.377613" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1379" + inkscape:window-height="702" + inkscape:window-x="344" + inkscape:window-y="167" + inkscape:window-maximized="0" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid4218" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <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,-12)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3773);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3772);stroke-width:0.91666669000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + transform="matrix(1.0909091,0,0,1.0909091,-332.77273,-294.63637)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg new file mode 100644 index 00000000..47696a57 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.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="16" + height="20" + id="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-horizontal-insensitive-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient12415-4-1-5-2"> + <stop + id="stop12417-2-8-0-7" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9-3" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#4c4c4c" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="15.069135" + inkscape:cx="-10.039573" + inkscape:cy="10.591469" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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,-1032.3622)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <g + style="opacity:1;display:inline;enable-background:new;fill:#393939;fill-opacity:1" + id="g16917" + transform="matrix(1.153842,0,0,1.1538439,-159.84182,-44.153221)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#393939;stroke:#5f5f5f;stroke-width:0.76453793000000003;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;fill-opacity:1" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" /> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg new file mode 100644 index 00000000..70ef0565 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg @@ -0,0 +1,132 @@ +<?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="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-horizontal-insensitive.svg"> + <defs + id="defs5982"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + id="linearGradient4714-2"> + <stop + style="stop-color:#efebe7;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#d8dad6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#b7bab2;stop-opacity:1;" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="479.59644" + x2="118.02593" + y1="479.63715" + x1="104.2766" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="-4.1765566" + inkscape:cy="9.3331276" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5985"> + <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,-12)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#linearGradient6007);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6009);stroke-width:0.91666669000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:1" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + transform="matrix(1.0909091,0,0,1.0909091,-332.77273,-294.63637)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal.svg new file mode 100644 index 00000000..307f098d --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal.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: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="20" + id="svg5980" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-horizontal.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient4714-2"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#c1b4a7;stop-opacity:1;" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#c8c8c8;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="478.93765" + x2="103.8054" + y1="478.67224" + x1="118.02586" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="radialGradient3765" + cx="312.23819" + cy="294.33878" + fx="312.23819" + fy="294.33878" + r="7.3332973" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.6174756,0.02594123,-0.02482814,-1.5480734,824.72056,733.80318)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="7.8036049" + inkscape:cy="9.3331276" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1285" + inkscape:window-height="907" + inkscape:window-x="111" + inkscape:window-y="64" + inkscape:window-maximized="0" + inkscape:object-paths="false" + inkscape:snap-nodes="false" + inkscape:snap-global="false" + inkscape:snap-grids="false" + inkscape:snap-to-guides="false" /> + <metadata + id="metadata5985"> + <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,-12)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3765);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6009);stroke-width:0.91659462000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:1" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + transform="matrix(1.0909144,0,0,1.0909144,-332.77439,-294.6379)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg new file mode 100644 index 00000000..e9a87dcd --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg @@ -0,0 +1,243 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-horizontal-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#121212;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-28.562317" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,12.500022 1.042601,0.01742 7.0627815,8.932969 0,7.816348 C 15.500001,30.503974 14.54,31.5 13.347534,31.5 l -10.6950674,0 C 1.4600001,31.5 0.5,30.503974 0.5,29.266758 l 0,-7.816348 6.8946185,-8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg new file mode 100644 index 00000000..e1da37b5 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg @@ -0,0 +1,234 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-horizontal-insensitive-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-32.491659" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="741" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:#222222;fill-opacity:1;stroke:#4a4a4a;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,12.500022 1.042601,0.01742 7.0627815,8.932969 0,7.816348 C 15.500001,30.503974 14.54,31.5 13.347534,31.5 l -10.6950674,0 C 1.4600001,31.5 0.5,30.503974 0.5,29.266758 l 0,-7.816348 6.8946185,-8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg new file mode 100644 index 00000000..321374ba --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg @@ -0,0 +1,254 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-horizontal-insensitive.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#efebe7;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#d8dad6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#b7bab2;stop-opacity:1;" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="239.04605" + x2="56.745953" + y1="222.03404" + x1="56.668213" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-12.39843" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new;opacity:1" + d="m 7.3946185,12.500022 1.042601,0.01742 7.0627815,8.932969 0,7.816348 C 15.500001,30.503974 14.54,31.5 13.347534,31.5 l -10.6950674,0 C 1.4600001,31.5 0.5,30.503974 0.5,29.266758 l 0,-7.816348 6.8946185,-8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg new file mode 100644 index 00000000..cb4ffc89 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg @@ -0,0 +1,108 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-horizontal.svg"> + <defs + id="defs5437"> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#c1b4a7;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#c8c8c8;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="239.04889" + x2="56.921925" + y1="222.03404" + x1="56.785561" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="221.03404" + x2="56.785561" + y1="238.04889" + x1="56.921925" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.672167" + inkscape:cx="6.3580889" + inkscape:cy="11.188915" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1326" + inkscape:window-height="937" + inkscape:window-x="229" + inkscape:window-y="109" + inkscape:window-maximized="0" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,12.500022 1.042601,0.01742 7.0627815,8.932969 0,7.816348 C 15.500001,30.503974 14.54,31.5 13.347534,31.5 l -10.6950674,0 C 1.4600001,31.5 0.5,30.503974 0.5,29.266758 l 0,-7.816348 6.8946185,-8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg new file mode 100644 index 00000000..88304a4f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg @@ -0,0 +1,223 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-vertical-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#121212;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-14.363102" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 0.500023,24.605381 0.01742,-1.042601 8.932969,-7.062781 7.816348,0 c 1.237215,0 2.233241,0.960001 2.233241,2.152467 l 0,10.695067 C 19.500001,30.54 18.503975,31.5 17.266759,31.5 L 9.450411,31.5 0.5,24.605381 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg new file mode 100644 index 00000000..2db7c5b1 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg @@ -0,0 +1,234 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-vertical-insensitive-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-20.681552" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="741" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:#222222;fill-opacity:1;stroke:#4a4a4a;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 0.500023,24.605381 0.01742,-1.042601 8.932969,-7.062781 7.816348,0 c 1.237215,0 2.233241,0.960001 2.233241,2.152467 l 0,10.695067 C 19.500001,30.54 18.503975,31.5 17.266759,31.5 L 9.450411,31.5 0.5,24.605381 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg new file mode 100644 index 00000000..9c8e4f77 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg @@ -0,0 +1,254 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-vertical-insensitive.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#efebe7;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#d8dad6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#b7bab2;stop-opacity:1;" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="238.94728" + x2="55.192921" + y1="225.61627" + x1="54.925682" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,282.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-12.39843" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new;opacity:1" + d="m 0.500023,24.605381 0.01742,-1.042601 8.932969,-7.062781 7.816348,0 c 1.237215,0 2.233241,0.960001 2.233241,2.152467 l 0,10.695067 C 19.500001,30.54 18.503975,31.5 17.266759,31.5 L 9.450411,31.5 0.5,24.605381 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical.svg new file mode 100644 index 00000000..11993d35 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical.svg @@ -0,0 +1,108 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-above-vertical.svg"> + <defs + id="defs5437"> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#c1b4a7;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#c8c8c8;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="238.94728" + x2="55.192921" + y1="225.61627" + x1="54.925682" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="224.61627" + x2="54.925682" + y1="237.94728" + x1="55.192921" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,282.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-40.439648" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 0.500023,24.605381 0.01742,-1.042601 8.932969,-7.062781 7.816348,0 c 1.237215,0 2.233241,0.960001 2.233241,2.152467 l 0,10.695067 C 19.500001,30.54 18.503975,31.5 17.266759,31.5 L 9.450411,31.5 0.5,24.605381 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg new file mode 100644 index 00000000..078dae34 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg @@ -0,0 +1,243 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-horizontal-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-235.42788)" + gradientUnits="userSpaceOnUse" + id="linearGradient5895" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,1.1166211,68.706283,-234.31126)" + gradientUnits="userSpaceOnUse" + id="linearGradient5897" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#121212;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-14.363102" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,31.499977 1.042601,-0.01742 7.0627815,-8.932969 0,-7.816348 c 0,-1.237215 -0.960001,-2.233241 -2.152467,-2.233241 l -10.6950674,0 C 1.4600001,12.499999 0.5,13.496025 0.5,14.733241 l 0,7.816348 L 7.3946185,31.5 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg new file mode 100644 index 00000000..99831557 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg @@ -0,0 +1,171 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-horizontal-insensitive-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,-0.94925851,-52.535717,243.03898)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,-0.94925851,-52.535717,242.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-3" + id="linearGradient5347" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,520.40146)" + x1="58.908607" + y1="230.58507" + x2="58.908607" + y2="234.58507" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722" + id="linearGradient5349" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,520.40146)" + x1="56.908607" + y1="239.58507" + x2="56.908607" + y2="226.58507" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-32.491659" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="741" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:#222222;fill-opacity:1;stroke:#4a4a4a;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,31.499978 1.042601,-0.01742 7.0627815,-8.932969 0,-7.816348 C 15.500001,13.496026 14.54,12.5 13.347534,12.5 l -10.6950674,0 c -1.1924665,0 -2.15246658,0.996026 -2.15246658,2.233242 l 0,7.816348 6.89461848,8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg new file mode 100644 index 00000000..501df42f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg @@ -0,0 +1,191 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-horizontal-insensitive.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,-0.94925851,-52.535717,243.03898)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,-0.94925851,-52.535717,242.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-3" + id="linearGradient5347" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,520.40146)" + x1="58.908607" + y1="230.58507" + x2="58.908607" + y2="234.58507" /> + <linearGradient + id="linearGradient4714-3"> + <stop + style="stop-color:#efebe7;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722" + id="linearGradient5349" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,520.40146)" + x1="56.908607" + y1="239.58507" + x2="56.908607" + y2="226.58507" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#d8dad6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#b7bab2;stop-opacity:1;" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="239.04965" + x2="56.917145" + y1="222.04462" + x1="56.977207" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-12.39843" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient5845);fill-opacity:1;stroke:url(#linearGradient5847);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new;opacity:1" + d="m 7.3946185,31.499978 1.042601,-0.01742 7.0627815,-8.932969 0,-7.816348 C 15.500001,13.496026 14.54,12.5 13.347534,12.5 l -10.6950674,0 c -1.1924665,0 -2.15246658,0.996026 -2.15246658,2.233242 l 0,7.816348 6.89461848,8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg new file mode 100644 index 00000000..16e159e0 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg @@ -0,0 +1,108 @@ +<?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="20" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-horizontal.svg"> + <defs + id="defs5437"> + <linearGradient + id="linearGradient4714-3"> + <stop + style="stop-color:#c1b4a7;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#c8c8c8;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="239.04965" + x2="57.122505" + y1="222.04462" + x1="56.977207" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + y2="221.04462" + x2="56.977207" + y1="238.04965" + x1="57.122505" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.672167" + inkscape:cx="0.63176429" + inkscape:cy="11.895135" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="447" + inkscape:window-height="439" + inkscape:window-x="431" + inkscape:window-y="247" + inkscape:window-maximized="0" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-12)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient5845);fill-opacity:1;stroke:url(#linearGradient5847);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 7.3946185,31.499978 1.042601,-0.01742 7.0627815,-8.932969 0,-7.816348 C 15.500001,13.496026 14.54,12.5 13.347534,12.5 l -10.6950674,0 c -1.1924665,0 -2.15246658,0.996026 -2.15246658,2.233242 l 0,7.816348 6.89461848,8.950411 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg new file mode 100644 index 00000000..c430fdbb --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg @@ -0,0 +1,223 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-vertical-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#121212;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#3c3c3c;stop-opacity:1;" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-14.363102" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:#707070;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 19.499978,24.605381 -0.01742,-1.042601 -8.932969,-7.062781 -7.816348,0 C 1.496026,16.499999 0.5,17.46 0.5,18.652466 l 0,10.695067 C 0.5,30.54 1.496026,31.5 2.733242,31.5 l 7.816348,0 8.950411,-6.894619 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg new file mode 100644 index 00000000..33d1828e --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg @@ -0,0 +1,214 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-vertical-insensitive-dark.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-8" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="33.937498" + inkscape:cx="10.000001" + inkscape:cy="8.0000005" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="741" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:#222222;fill-opacity:1;stroke:#4a4a4a;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 19.499978,24.605381 -0.01742,-1.042601 -8.932969,-7.062781 -7.816348,0 C 1.496026,16.499999 0.5,17.46 0.5,18.652466 l 0,10.695067 C 0.5,30.54 1.496026,31.5 2.733242,31.5 l 7.816348,0 8.950411,-6.894619 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg new file mode 100644 index 00000000..24235247 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg @@ -0,0 +1,234 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-vertical-insensitive.svg"> + <defs + id="defs5437"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714" + id="linearGradient6699" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,32)" + x1="58.159458" + y1="238.5242" + x2="58.159458" + y2="232.577" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient6701" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(924,33)" + x1="55.625" + y1="225.28017" + x2="55.625" + y2="239.23399" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724-6" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726-6" /> + </linearGradient> + <linearGradient + y2="232.577" + x2="58.159458" + y1="238.5242" + x1="58.159458" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-199.03897)" + gradientUnits="userSpaceOnUse" + id="linearGradient5431" + xlink:href="#linearGradient4714" + inkscape:collect="always" /> + <linearGradient + y2="239.23399" + x2="55.625" + y1="225.28017" + x1="55.625" + gradientTransform="matrix(1.0714286,0,0,0.94925851,-52.535717,-198.08972)" + gradientUnits="userSpaceOnUse" + id="linearGradient5433" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845" + xlink:href="#linearGradient4714-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4714-3"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop4716-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847" + xlink:href="#linearGradient4722" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop4724" /> + <stop + style="stop-color:#7b8073;stop-opacity:1" + offset="1" + id="stop4726" /> + </linearGradient> + <linearGradient + y2="234.58507" + x2="58.908607" + y1="230.58507" + x1="58.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,279.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient5845-6" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#efebe7;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,278.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient5847-8" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#d8dad6;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#b7bab2;stop-opacity:1;" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="239.04965" + x2="61.149002" + y1="225.61627" + x1="61.149002" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="226.58507" + x2="56.908607" + y1="239.58507" + x1="56.908607" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,282.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-12.39843" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new;opacity:1" + d="m 19.499978,24.605381 -0.01742,-1.042601 -8.932969,-7.062781 -7.816348,0 C 1.496026,16.499999 0.5,17.46 0.5,18.652466 l 0,10.695067 C 0.5,30.54 1.496026,31.5 2.733242,31.5 l 7.816348,0 8.950411,-6.894619 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical.svg new file mode 100644 index 00000000..0ce1beb8 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical.svg @@ -0,0 +1,108 @@ +<?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="20" + height="16" + id="svg5435" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-marks-below-vertical.svg"> + <defs + id="defs5437"> + <linearGradient + id="linearGradient4714-3-9"> + <stop + style="stop-color:#c1b4a7;stop-opacity:1;" + offset="0" + id="stop4716-9-7" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-6-5" /> + </linearGradient> + <linearGradient + id="linearGradient4722-2"> + <stop + style="stop-color:#c8c8c8;stop-opacity:1;" + offset="0" + id="stop4724-8" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop4726-8" /> + </linearGradient> + <linearGradient + y2="239.04965" + x2="61.149002" + y1="225.61627" + x1="61.149002" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,283.42789)" + gradientUnits="userSpaceOnUse" + id="linearGradient6797" + xlink:href="#linearGradient4714-3-9" + inkscape:collect="always" /> + <linearGradient + y2="224.61627" + x2="61.149002" + y1="238.04965" + x1="61.149002" + gradientTransform="matrix(-1.0762333,0,0,-1.1166211,68.706284,282.31127)" + gradientUnits="userSpaceOnUse" + id="linearGradient6799" + xlink:href="#linearGradient4722-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="-40.618254" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5440"> + <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,-16)"> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient6797);fill-opacity:1;stroke:url(#linearGradient6799);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + d="m 19.499978,24.605381 -0.01742,-1.042601 -8.932969,-7.062781 -7.816348,0 C 1.496026,16.499999 0.5,17.46 0.5,18.652466 l 0,10.695067 C 0.5,30.54 1.496026,31.5 2.733242,31.5 l 7.816348,0 8.950411,-6.894619 z" + id="path5960" + sodipodi:nodetypes="cccccccccc" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-dark.svg new file mode 100644 index 00000000..91058b67 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-dark.svg @@ -0,0 +1,120 @@ +<?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="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-vertical-dark.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient3766"> + <stop + style="stop-color:#323232;stop-opacity:1;" + offset="0" + id="stop3768" /> + <stop + style="stop-color:#111111;stop-opacity:1;" + offset="1" + id="stop3770" /> + </linearGradient> + <linearGradient + id="linearGradient2992"> + <stop + id="stop2994" + offset="0" + style="stop-color:#919195;stop-opacity:1;" /> + <stop + id="stop2996" + offset="1" + style="stop-color:#141414;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3766" + id="linearGradient3772" + x1="313.21307" + y1="287.8754" + x2="313.21307" + y2="295.23563" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2992" + id="radialGradient3773" + cx="311.8652" + cy="286.84698" + fx="311.8652" + fy="286.84698" + r="7.3333335" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.00470928,1.0938015,-1.3701255,-0.00589896,706.86005,-53.106113)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#454545" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="1.992156" + inkscape:cy="11.377613" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1379" + inkscape:window-height="702" + inkscape:window-x="464" + inkscape:window-y="105" + inkscape:window-maximized="0" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid4218" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata5985"> + <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,-16)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3773);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3772);stroke-width:0.91666669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-292.63637)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg new file mode 100644 index 00000000..53718e32 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg @@ -0,0 +1,158 @@ +<?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="20" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-vertical-insensitive-dark.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="30" + inkscape:cx="4.318842" + inkscape:cy="8.5342841" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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 + sodipodi:type="arc" + style="color:#000000;fill:#393939;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.76453793000000003;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.6637751,0,0,1.0282707,-1089.7023,782.0845)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive.svg new file mode 100644 index 00000000..5086e220 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive.svg @@ -0,0 +1,132 @@ +<?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="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-vertical-insensitive.svg"> + <defs + id="defs5982"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="linearGradient5304-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + x1="108.59611" + y1="477.02258" + x2="113.8317" + y2="477.02258" /> + <linearGradient + id="linearGradient4714-2"> + <stop + style="stop-color:#efebe7;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4722-3" + id="linearGradient5306-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + x1="116.15861" + y1="479.89758" + x2="107.97111" + y2="479.89758" /> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#d8dad6;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#b7bab2;stop-opacity:1;" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="479.59644" + x2="118.02593" + y1="479.63715" + x1="104.2766" + gradientTransform="matrix(0,-1,1,0,-167.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6007" + xlink:href="#linearGradient4714-2" + inkscape:collect="always" /> + <linearGradient + y2="479.89758" + x2="107.97111" + y1="479.89758" + x1="116.15861" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="-4.0873908" + inkscape:cy="9.3331276" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:object-paths="true" /> + <metadata + id="metadata5985"> + <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,-16)"> + <path + sodipodi:type="arc" + style="opacity:1;color:#000000;fill:url(#linearGradient6007);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6009);stroke-width:0.91666669000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + transform="matrix(1.0909091,0,0,1.0909091,-330.77273,-292.63637)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical.svg new file mode 100644 index 00000000..1a900b33 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical.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: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="20" + height="16" + id="svg5980" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="scale-slider-vertical.svg"> + <defs + id="defs5982"> + <linearGradient + id="linearGradient4714-2"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4716-4" /> + <stop + style="stop-color:#c1b4a7;stop-opacity:1;" + offset="1" + id="stop4718-5" /> + </linearGradient> + <linearGradient + id="linearGradient4722-3"> + <stop + style="stop-color:#c8c8c8;stop-opacity:1;" + offset="0" + id="stop4724-2" /> + <stop + style="stop-color:#8c8c8c;stop-opacity:1;" + offset="1" + id="stop4726-2" /> + </linearGradient> + <linearGradient + y2="478.93765" + x2="103.8054" + y1="478.67224" + x1="118.02586" + gradientTransform="matrix(0,-1,1,0,-166.30724,401.40146)" + gradientUnits="userSpaceOnUse" + id="linearGradient6009" + xlink:href="#linearGradient4722-3" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4714-2" + id="radialGradient3765" + cx="312.23819" + cy="294.33878" + fx="312.23819" + fy="294.33878" + r="7.3332973" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.8849731,0.00364976,-0.00299781,-1.5482696,901.818,740.82117)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.430113" + inkscape:cx="7.8036049" + inkscape:cy="9.3331276" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1285" + inkscape:window-height="907" + inkscape:window-x="167" + inkscape:window-y="95" + inkscape:window-maximized="0" + inkscape:object-paths="false" + inkscape:snap-nodes="false" + inkscape:snap-global="false" + inkscape:snap-grids="false" + inkscape:snap-to-guides="false" /> + <metadata + id="metadata5985"> + <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,-16)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#radialGradient3765);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6009);stroke-width:0.91659462;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5387" + sodipodi:cx="312.375" + sodipodi:cy="290.25" + sodipodi:rx="6.875" + sodipodi:ry="6.875" + d="m 319.25,290.25 c 0,3.79696 -3.07804,6.875 -6.875,6.875 -3.79696,0 -6.875,-3.07804 -6.875,-6.875 0,-3.79696 3.07804,-6.875 6.875,-6.875 3.79696,0 6.875,3.07804 6.875,6.875 z" + transform="matrix(1.0909144,0,0,1.0909144,-330.77439,-292.6379)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-checked-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-checked-dark.svg new file mode 100644 index 00000000..b4986d7c --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-checked-dark.svg @@ -0,0 +1,66 @@ +<?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="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="sidebar-radio-checked-dark.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-16.461881" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="742" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 a 4.5078058,7.2937827 0 1 1 -9.01561,0 4.5078058,7.2937827 0 1 1 9.01561,0 z" + transform="matrix(0.88734967,0,0,0.54841228,-578.5098,-131.88177)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-prelight.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-prelight.svg new file mode 100644 index 00000000..812624ad --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-prelight.svg @@ -0,0 +1,66 @@ +<?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="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="sidebar-radio-checked-selected.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-8.3079209" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="741" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#aaa8ac;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 a 4.5078058,7.2937827 0 1 1 -9.01561,0 4.5078058,7.2937827 0 1 1 9.01561,0 z" + transform="matrix(0.88734967,0,0,0.54841228,-578.5098,-131.88177)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-dark.svg new file mode 100644 index 00000000..ec3c6f55 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-dark.svg @@ -0,0 +1,66 @@ +<?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="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="sidebar-radio-selected.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-16.461881" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="742" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 a 4.5078058,7.2937827 0 1 1 -9.01561,0 4.5078058,7.2937827 0 1 1 9.01561,0 z" + transform="matrix(0.88734967,0,0,0.54841228,-578.5098,-131.88177)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-prelight.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-prelight.svg new file mode 100644 index 00000000..9fa228b0 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-prelight.svg @@ -0,0 +1,66 @@ +<?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="svg27352" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="sidebar-radio-selected.svg"> + <defs + id="defs27354" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="7.0809381" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="741" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata27357"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="color:#000000;fill:#a3c3e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.27423298000000007;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path5784-4" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 a 4.5078058,7.2937827 0 1 1 -9.01561,0 4.5078058,7.2937827 0 1 1 9.01561,0 z" + transform="matrix(0.88734967,0,0,0.54841228,-578.5098,-131.88177)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip-dark.svg new file mode 100644 index 00000000..40ebb629 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip-dark.svg @@ -0,0 +1,84 @@ +<?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="10" + height="8" + id="svg4584" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="switch-slider-grip.svg"> + <defs + id="defs4586" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="0.065593882" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="810" + inkscape:window-height="656" + inkscape:window-x="590" + inkscape:window-y="265" + inkscape:window-maximized="0" /> + <metadata + id="metadata4589"> + <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)"> + <rect + ry="1" + rx="1" + y="8.0356436" + x="0" + height="8" + width="2" + id="rect62941" + style="fill:#adadad;fill-opacity:1;stroke:none;display:inline" /> + <rect + ry="1" + rx="1" + y="8.0356436" + x="4" + height="8" + width="2" + id="rect62943" + style="fill:#adadad;fill-opacity:1;stroke:none;display:inline" /> + <rect + ry="1" + rx="1" + y="8.0356436" + x="8" + height="8" + width="2" + id="rect62945" + style="fill:#adadad;fill-opacity:1;stroke:none;display:inline" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip.svg new file mode 100644 index 00000000..b332c60d --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip.svg @@ -0,0 +1,84 @@ +<?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="10" + height="8" + id="svg4584" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="switch-slider-grip.svg"> + <defs + id="defs4586" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="22.197802" + inkscape:cx="-5.8586661" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1352" + inkscape:window-height="656" + inkscape:window-x="124" + inkscape:window-y="330" + inkscape:window-maximized="0" /> + <metadata + id="metadata4589"> + <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)"> + <rect + ry="1" + rx="1" + y="8.0356436" + x="0" + height="8" + width="2" + id="rect62941" + style="fill:#9b8f83;fill-opacity:1;stroke:none;display:inline" /> + <rect + ry="1" + rx="1" + y="8.0356436" + x="4" + height="8" + width="2" + id="rect62943" + style="fill:#9b8f83;fill-opacity:1;stroke:none;display:inline" /> + <rect + ry="1" + rx="1" + y="8.0356436" + x="8" + height="8" + width="2" + id="rect62945" + style="fill:#9b8f83;fill-opacity:1;stroke:none;display:inline" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-trough-border-active.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-trough-border-active.svg new file mode 100644 index 00000000..26f0f8b1 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/switch-trough-border-active.svg @@ -0,0 +1,98 @@ +<?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="16px" + height="16px" + id="svg18840" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="switch-trough-border-active.svg"> + <defs + id="defs18842"> + <linearGradient + id="linearGradient4751-5"> + <stop + style="stop-color:#5b534b;stop-opacity:1;" + offset="0" + id="stop4753-8" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#5b534b;stop-opacity:1;" /> + <stop + style="stop-color:#cb8c52;stop-opacity:1;" + offset="1" + id="stop4755-7" /> + </linearGradient> + <linearGradient + y2="233.96217" + x2="-52.504131" + y1="230.76218" + x1="-52.504131" + gradientTransform="matrix(0.16689819,0,0,5.0000044,8.7628444,-1153.8119)" + gradientUnits="userSpaceOnUse" + id="linearGradient21386" + xlink:href="#linearGradient4751-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.837729" + inkscape:cx="5.4649623" + inkscape:cy="8.000964" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1147" + inkscape:window-height="877" + inkscape:window-x="346" + inkscape:window-y="166" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata18845"> + <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"> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/hbons/layer4.png" + style="fill:none;stroke:url(#linearGradient21386);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" + id="rect6679" + width="15" + height="15" + x="-15.5" + y="0.5000003" + rx="3" + ry="3" + transform="scale(-1,1)" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/toolbar-button-border.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/toolbar-button-border.svg new file mode 100644 index 00000000..30bbc34f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/toolbar-button-border.svg @@ -0,0 +1,93 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="toolbar-button-border.svg"> + <defs + id="defs33224"> + <linearGradient + id="linearGradient3760"> + <stop + style="stop-color:#c3bab1;stop-opacity:1;" + offset="0" + id="stop3762" /> + <stop + id="stop3755" + offset="0.5" + style="stop-color:#c8c8c8;stop-opacity:1;" /> + <stop + style="stop-color:#dcdcdc;stop-opacity:1;" + offset="1" + id="stop3764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3760" + id="linearGradient3766" + x1="2.9802322e-08" + y1="16" + x2="2.9802322e-08" + y2="2.9802322e-08" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.678616" + inkscape:cx="14.491089" + inkscape:cy="8.7791051" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="723" + inkscape:window-height="646" + inkscape:window-x="715" + inkscape:window-y="254" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" /> + <metadata + id="metadata33227"> + <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"> + <rect + ry="3" + rx="3" + y="0.5" + x="0.5" + height="15" + width="15" + id="rect17861" + style="color:#000000;fill:none;stroke:url(#linearGradient3766);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/treeview-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/treeview-border-dark.svg new file mode 100644 index 00000000..cbd774b1 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/treeview-border-dark.svg @@ -0,0 +1,76 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="treeview-focus-border-dark.svg"> + <defs + id="defs33224" /> + <sodipodi:namedview + id="base" + pagecolor="#494949" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-11.951106" + inkscape:cy="2.3334873" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid3116" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata33227"> + <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 + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="fill:#38383a;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="rect6042" + width="1" + height="16" + x="15" + y="-16" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/treeview-focus-border-dark.svg b/desktop-themes/GreenLaguna/gtk-3.0/assets/treeview-focus-border-dark.svg new file mode 100644 index 00000000..0dee2ae3 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/treeview-focus-border-dark.svg @@ -0,0 +1,76 @@ +<?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="16px" + height="16px" + id="svg33222" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="treeview-focus-border-dark.svg"> + <defs + id="defs33224" /> + <sodipodi:namedview + id="base" + pagecolor="#494949" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="-12.039494" + inkscape:cy="2.3334873" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1920" + inkscape:window-height="1025" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + inkscape:showpageshadow="false" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid3116" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata33227"> + <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"> + <rect + transform="matrix(0,1,-1,0,0,0)" + style="fill:#38383a;fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="rect6042" + width="1" + height="16" + x="0" + y="-16" /> + </g> +</svg> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk b/desktop-themes/GreenLaguna/gtk-3.0/gtk new file mode 100644 index 00000000..8eefa297 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/gnomishbeige"> + <file>gtk-main.css</file> + <file>gtk-main-common.css</file> + <file>gtk-widgets.css</file> + <file preprocess="to-pixdata">assets/menu-border.svg</file> + <file preprocess="to-pixdata">assets/pane-separator-grip.svg</file> + <file preprocess="to-pixdata">assets/pane-separator-grip-vertical.svg</file> + <file preprocess="to-pixdata">assets/pane-separator-grip-hover.svg</file> + <file preprocess="to-pixdata">assets/pane-separator-grip-vertical-hover.svg</file> + <file preprocess="to-pixdata">assets/switch-slider-grip.svg</file> + <file preprocess="to-pixdata">assets/grid-selection-unchecked.svg</file> + <file preprocess="to-pixdata">assets/grid-selection-checked.svg</file> + <file>gtk-widgets-assets.css</file> + <file preprocess="to-pixdata">assets/entry-border-normal.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-horizontal.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-horizontal-insensitive.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-vertical.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-vertical-insensitive.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-below-horizontal.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-below-horizontal-insensitive.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-below-vertical.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-below-vertical-insensitive.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-above-horizontal.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-above-horizontal-insensitive.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-above-vertical.svg</file> + <file preprocess="to-pixdata">assets/scale-slider-marks-above-vertical-insensitive.svg</file> + <file preprocess="to-pixdata">assets/button-border.svg</file> + <file preprocess="to-pixdata">assets/button-active-border.svg</file> + <file preprocess="to-pixdata">assets/button-default-border.svg</file> + <file preprocess="to-pixdata">assets/button-default-active-border.svg</file> + <file preprocess="to-pixdata">assets/toolbar-button-border.svg</file> + <file preprocess="to-pixdata">assets/switch-trough-border-active.svg</file> + <file preprocess="to-pixdata">assets/radio-menuitem-checked.svg</file> + <file preprocess="to-pixdata">assets/radio-menuitem-checked-prelight.svg</file> + <file preprocess="to-pixdata">assets/radio-menuitem-checked-insensitive.svg</file> + <file preprocess="to-pixdata">assets/radio-menuitem-mixed.svg</file> + <file preprocess="to-pixdata">assets/radio-menuitem-mixed-prelight.svg</file> + <file preprocess="to-pixdata">assets/radio-menuitem-mixed-insensitive.svg</file> + <file preprocess="to-pixdata">assets/checkbox-menuitem-checked.svg</file> + <file preprocess="to-pixdata">assets/checkbox-menuitem-checked-prelight.svg</file> + <file preprocess="to-pixdata">assets/checkbox-menuitem-checked-insensitive.svg</file> + <file preprocess="to-pixdata">assets/checkbox-menuitem-mixed.svg</file> + <file preprocess="to-pixdata">assets/checkbox-menuitem-mixed-prelight.svg</file> + <file preprocess="to-pixdata">assets/checkbox-menuitem-mixed-insensitive.svg</file> + <file preprocess="to-pixdata">assets/checkbox-unchecked.svg</file> + <file preprocess="to-pixdata">assets/checkbox-unchecked-insensitive.svg</file> + <file preprocess="to-pixdata">assets/checkbox-checked.svg</file> + <file preprocess="to-pixdata">assets/checkbox-checked-insensitive.svg</file> + <file preprocess="to-pixdata">assets/checkbox-mixed.svg</file> + <file preprocess="to-pixdata">assets/checkbox-mixed-insensitive.svg</file> + <file preprocess="to-pixdata">assets/radio-unselected.svg</file> + <file preprocess="to-pixdata">assets/radio-unselected-insensitive.svg</file> + <file preprocess="to-pixdata">assets/radio-selected.svg</file> + <file preprocess="to-pixdata">assets/radio-selected-insensitive.svg</file> + <file preprocess="to-pixdata">assets/radio-mixed.svg</file> + <file preprocess="to-pixdata">assets/radio-mixed-insensitive.svg</file> + </gresource> +</gresources> diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main-common.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main-common.css new file mode 100644 index 00000000..bdd3d626 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main-common.css @@ -0,0 +1,58 @@ +/* Common color scheme */ + +@define-color os_chrome_bg_color black; +@define-color os_chrome_fg_color #ccc; +@define-color os_chrome_selected_bg_color #333; +@define-color os_chrome_selected_fg_color white; + +@define-color chrome_bg_color #1e1a17; +@define-color chrome_fg_color #fff; + +@define-color app_notification_a #aeaeae; +@define-color app_notification_b #d1d1d1; +@define-color app_notification_c #d8d8d8; +@define-color app_notification_border #949494; + +@define-color content_view_bg #f1f1f1; + +/******* + * OSD * + *******/ +@define-color osd_highlight #ffffff; +@define-color osd_lowlight #525252; +@define-color osd_base #212526; + +@define-color osd_fg #ededed; +@define-color osd_bg alpha(@osd_base, 0.80); + +@define-color osd_text_shadow alpha(black, 0.75); + +@define-color osd_toolbar_bg_a alpha(@osd_base, 0.80); +@define-color osd_toolbar_bg_b alpha(#101010, 0.80); +@define-color osd_toolbar_bg_c alpha(shade(@osd_base, 1.02), 0.80); + +@define-color osd_button_bg_a alpha(@osd_highlight, 0.16); +@define-color osd_button_bg_b alpha(@osd_lowlight, 0.05); +@define-color osd_button_bg_c alpha(@osd_highlight, 0.12); + +@define-color osd_button_bg_insensitive alpha(@osd_highlight, 0.25); +@define-color osd_button_bg_insensitive_active alpha(@osd_highlight, 0.16); + +@define-color osd_button_bg_hover_a alpha(@osd_highlight, 0.28); +@define-color osd_button_bg_hover_b alpha(@osd_lowlight, 0.14); +@define-color osd_button_bg_hover_c alpha(@osd_highlight, 0.14); + +@define-color osd_button_bg_active_a alpha(@osd_lowlight, 0.18); +@define-color osd_button_bg_active_b alpha(@osd_highlight, 0.23); +@define-color osd_button_bg_active_c alpha(@osd_lowlight, 0.17); + +@define-color osd_button_fg shade(@osd_fg, 0.80); +@define-color osd_button_fg_hover shade(@osd_fg, 0.96); +@define-color osd_button_fg_active shade(@osd_fg, 1.10); +@define-color osd_button_fg_insensitive shade(@osd_fg, 0.70); + +@define-color osd_button_border alpha(@osd_highlight, 0.40); +@define-color osd_button_inset shade(@osd_fg, 0.67); +@define-color osd_button_shadow alpha(black, 0.35); + +@define-color osd_trough_bg alpha(@osd_button_fg, 0.10); diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css new file mode 100644 index 00000000..420d7ebd --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-main.css @@ -0,0 +1,101 @@ +/* Default color scheme */ + +@define-color base_color #E9EFE7; /* used by some apps */ +@define-color bg_color #E9EFE7; +@define-color text_color #000000; +@define-color fg_color #000000; +@define-color selected_bg_color #70816A; +@define-color selected_fg_color #ffffff; + +@define-color tooltip_bg_color #000000; /*#343434;*/ +@define-color tooltip_fg_color #ffffff; + +@define-color theme_base_color @base_color; +@define-color theme_bg_color @bg_color; +@define-color theme_text_color @text_color; +@define-color theme_fg_color @fg_color; +@define-color theme_selected_bg_color @selected_bg_color; /* = shade(@bg_color, 0.5)*/ +@define-color theme_selected_fg_color @selected_fg_color; + +@define-color theme_tooltip_bg_color @tooltip_bg_color; +@define-color theme_tooltip_fg_color @tooltip_fg_color; + +@define-color theme_main_color #ffffff; + +@define-color keyboard_focus_border shade(@bg_color, 0.8); + +@define-color button_gradient_color_a shade(@theme_bg_color, 1.4); +@define-color button_gradient_color_b #bab2aa; /*shade(@theme_bg_color, 0.75);*/ +@define-color button_border #AAABA9; + +@define-color button_hover_gradient_color_a shade(@theme_bg_color, 1.1); +@define-color button_hover_gradient_color_b shade(@theme_bg_color, 0.9); + +@define-color insensitive_bg_color #E0E6DE; +@define-color insensitive_fg_color #AAABA9; +@define-color insensitive_border_color alpha(#ababab, 0.5); + +@define-color trough_bg_color_a #C8CCC7; +@define-color trough_bg_color_b #E2E4E1; + +@define-color active_switch_bg_color_a #57704F; +@define-color active_switch_bg_color_b #70CB52; /*#BB9B7D*/ + +@define-color switch_slider_color @button_gradient_color_b; +@define-color switch_slider_border #5D8051; + +@define-color progressbar_background_a #ffffff; +@define-color progressbar_background_b #BEC8BB; +@define-color progressbar_border #a1a1a1; +@define-color progressbar_pattern #A0A19F; + +@define-color scale_fill_a #A1AF9C; +@define-color scale_fill_b #70816A; + +/*@define-color menu_color #655b56;*/ +@define-color menu_controls_color #ffffff; + +@define-color highlighted_border #8E8F8E; +@define-color internal_element_color #898A89; + +@define-color notebook_border alpha(@frame_color, 0.6); /*#aeaaa6;*/ +@define-color notebook_active_tab_border alpha(@frame_color, 0.6); /*#a6a29e; #9b9b9b;*/ +/*@define-color notebook_selected_tab_color #a38972;*/ + +@define-color toolbar_gradient_base #D4DFD1; + +@define-color treeview_odd_row #F8FAF7; +@define-color treeview_even_row @bg_color; + +@define-color expander_row_selected_color #DFF0D9; /*#acccee*/ + +@define-color borders #AAABA9; + +@define-color link_color #4a90d9; +@define-color frame_color #9FA09E; +@define-color inactive_frame_color #cacaca; +@define-color warning_color #f57900; +@define-color error_color #cc0000; +@define-color success_color #4e9a06; + +@define-color info_fg_color rgb (51, 51, 38); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (51, 35, 12); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (255, 255, 255); +@define-color question_bg_color rgb (13, 92, 179); +@define-color error_fg_color rgb (255, 255, 255); +@define-color error_bg_color rgb (191, 44, 44); + +@define-color focus_border shade(@bg_color, 0.7); + +@define-color theme_unfocused_base_color shade(@insensitive_bg_color, 1.015); + +@define-color wm_a shade(@theme_bg_color, 1.3); +@define-color wm_b @theme_bg_color; +@define-color wm_util shade(@theme_bg_color, 1.2); +@define-color wm_unfocus shade(@theme_bg_color, 1.05); + +@import url("gtk-main-common.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-assets.css"); diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css new file mode 100644 index 00000000..0f40565c --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css @@ -0,0 +1,231 @@ +.entry, +.toolbar.entry { + border-image: url("assets/entry-border-normal.svg") 3 / 3px stretch; +} + +GtkScale.slider, +GtkScale.slider.horizontal { + background-image: url("assets/scale-slider-horizontal.svg"); +} + +GtkScale.slider:insensitive, +GtkScale.slider.horizontal:insensitive { + background-image: url("assets/scale-slider-horizontal-insensitive.svg"); +} + +GtkScale.slider.vertical { + background-image: url("assets/scale-slider-vertical.svg"); +} + +GtkScale.slider.vertical:insensitive { + background-image: url("assets/scale-slider-vertical-insensitive.svg"); +} + +GtkScale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/scale-slider-marks-below-horizontal.svg"); +} + +GtkScale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/scale-slider-marks-below-horizontal-insensitive.svg"); +} + +GtkScale.scale-has-marks-below.slider.vertical { + background-image: url("assets/scale-slider-marks-below-vertical.svg"); +} + +GtkScale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/scale-slider-marks-below-vertical-insensitive.svg"); +} + +GtkScale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/scale-slider-marks-above-horizontal.svg"); +} + +GtkScale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/scale-slider-marks-above-horizontal-insensitive.svg"); +} + +GtkScale.scale-has-marks-above.slider.vertical { + background-image: url("assets/scale-slider-marks-above-vertical.svg"); +} + +GtkScale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/scale-slider-marks-above-vertical-insensitive.svg"); +} + +.cursor-handle.top { + background-image: url("assets/scale-slider-marks-above-horizontal-dark.svg"); +} + +.cursor-handle.bottom { + background-image: url("assets/scale-slider-marks-below-horizontal-dark.svg"); +} + +.button { + border-image: url("assets/button-border.svg") 3 / 3px stretch; +} + +.button:active, +.button:hover:active { + border-image: url("assets/button-active-border.svg") 3 / 3px stretch; +} + +.button.default { + border-image: url("assets/button-default-border.svg") 3 / 3px stretch; +} + +.button.default:active { + border-image: url("assets/button-default-active-border.svg") 3 / 3px stretch; +} + +.toolbar .button:active, +.primary-toolbar .button:active, +.primary-toolbar .toolbar .button:active, +.primary-toolbar.toolbar .button:active, +.toolbar GtkComboBox .button, +.primary-toolbar .toolbar GtkComboBox .button, +.primary-toolbar.toolbar GtkComboBox .button/*, +.toolbar .button:active:hover, +.primary-toolbar .toolbar .button:active:hover, +.primary-toolbar.toolbar .button:active:hover, +.primary-toolbar .toolbar GtkComboBox .button:hover, +.primary-toolbar.toolbar GtkComboBox .button:hover*/ { + border-image: url("assets/toolbar-button-border.svg") 3 / 3px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-border-active.svg") 3 / 3px stretch; +} + +/************************* + * Check and Radio items * + *************************/ + +.menuitem.radio:active { + background-image: url("assets/radio-menuitem-checked.svg"); +} + +.menuitem.radio:active:hover { + background-image: url("assets/radio-menuitem-checked-prelight.svg"); +} + +.menuitem.radio:active:insensitive { + background-image: url("assets/radio-menuitem-checked-insensitive.svg"); +} + +.menuitem.radio:inconsistent { + background-image: url("assets/radio-menuitem-mixed.svg"); +} + +.menuitem.radio:inconsistent:hover { + background-image: url("assets/radio-menuitem-mixed-prelight.svg"); +} + +.menuitem.radio:inconsistent:insensitive { + background-image: url("assets/radio-menuitem-mixed-insensitive.svg"); +} + +.menuitem.check:active { + background-image: url("assets/checkbox-menuitem-checked.svg"); +} + +.menuitem.check:active:hover { + background-image: url("assets/checkbox-menuitem-checked-prelight.svg"); +} + +.menuitem.check:active:insensitive { + background-image: url("assets/checkbox-menuitem-checked-insensitive.svg"); +} + +.menuitem.check:inconsistent { + background-image: url("assets/checkbox-menuitem-mixed.svg"); +} + +.menuitem.check:inconsistent:hover { + background-image: url("assets/checkbox-menuitem-mixed-prelight.svg"); +} + +.menuitem.check:inconsistent:insensitive { + background-image: url("assets/checkbox-menuitem-mixed-insensitive.svg"); +} + +/* draw regular check and radio items using our SVG assets */ +.check, +.check row:selected, +.check row:selected:focus { + background-image: url("assets/checkbox-unchecked.svg"); +} + +.check:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-image: url("assets/checkbox-unchecked-insensitive.svg"); +} + +.check:active, +.check row:selected:active, +.check row:selected:focus:active { + background-image: url("assets/checkbox-checked.svg"); +} + +.check:active:insensitive, +.check row:selected:active:insensitive, +.check row:selected:focus:active:insensitive +{ + background-image: url("assets/checkbox-checked-insensitive.svg"); +} + +.check:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + background-image: url("assets/checkbox-mixed.svg"); +} + +.check:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + background-image: url("assets/checkbox-mixed-insensitive.svg"); +} + +.radio, +.radio row:selected, +.radio row:selected:focus { + background-image: url("assets/radio-unselected.svg"); +} + +.radio:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + background-image: url("assets/radio-unselected-insensitive.svg"); +} + +.radio:active, +.radio row:selected:active, +.radio row:selected:focus:active { + background-image: url("assets/radio-selected.svg"); +} + +.radio:active:insensitive, +.radio row:selected:active:insensitive, +.radio row:selected:focus:active:insensitive { + background-image: url("assets/radio-selected-insensitive.svg"); +} + +.radio:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + background-image: url("assets/radio-mixed.svg"); +} + +.radio:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + background-image: url("assets/radio-mixed-insensitive.svg"); +} + +/*.menuitem:active, +.menuitem *:active, +.menuitem:prelight, +.menuitem *:prelight { + border-image: url("assets/menu-border.svg") 2 / 2px stretch; +}*/ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css new file mode 100644 index 00000000..7665a1af --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -0,0 +1,2436 @@ +* { + engine: adwaita; + padding: 1px; + + background-clip: padding-box; + + /* Style properties */ + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 4; + -GtkButton-interior-focus: true; + -GtkToolButton-icon-spacing: 4; + + -GtkTextView-error-underline-color: @error_color; + + -GtkPaned-handle-size: 5; + + -GtkCheckButton-indicator-size: 16; + -GtkCheckButton-indicator-spacing: 0; + -GtkCheckMenuItem-indicator-size: 12; + + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 0; + + -GtkToolItemGroup-expander-size: 12; + -GtkExpander-expander-size: 12; + -GtkMenuBar-shadow-type: none; + + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + + -GtkWidget-link-color: @link_color; + -GtkWidget-visited-link-color: @link_color; + -GtkIMHtml-hyperlink-color: @link_color; + -GtkHTML-link-color: @link_color; + + -GtkWidget-wide-separators: true; + + -WnckTasklist-fade-overlay-rect: 0; + + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -adwaita-focus-border-color: @focus_border; + -adwaita-focus-border-radius: 2; + -adwaita-focus-border-dashes: 1; + + -GtkWindow-resize-grip-width: 10; + -GtkWindow-resize-grip-height: 10; +} + +/*************** + * Base States * + ***************/ +* { + color: @theme_fg_color; + background-color: @theme_bg_color; +} + +*:hover { + background-color: shade(@theme_bg_color, 1.02); + color: @theme_fg_color; +} + +*:selected { + background-color: shade(@theme_selected_bg_color, 1.23); + color: @theme_selected_fg_color; +} + +*:selected:focus { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +*:insensitive { + /* no need to a different background */ + background-color: @theme_bg_color; /*@insensitive_bg_color;*/ + color: @insensitive_fg_color; + border-color: @insensitive_border_color; +} + +*:active { + background-color: shade(@theme_bg_color, 0.915); +} + +.background { + border-style: none; + border-width: 0px; + border-radius: 0px; +} + +.tooltip { + padding: 4px 4px; + border-style: none; + border-radius: 3px; + background-color: @theme_tooltip_bg_color; + color: @theme_tooltip_fg_color; +} + +.tooltip * { + background-color: @theme_tooltip_bg_color; + color: @theme_tooltip_fg_color; +} + +/*.grip { + background-color: shade(@inactive_frame_color, 0.93); +}*/ + +.view.rubberband, +.rubberband { + background-color: alpha(@theme_selected_bg_color, 0.35); + + border-color: @theme_selected_bg_color; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +/**************** + * Floating Bar * + ****************/ +.floating-bar { + border-radius: 3px; + border-width: 0px; + border-style: solid; + text-shadow: 0 1px @theme_bg_color; + + color: @theme_fg_color; + background-image: linear-gradient(to bottom, + shade(@button_gradient_color_a, 1.5), + @theme_bg_color 40%, + shade(@button_gradient_color_b, 0.7)); +} + +.floating-bar.top { + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.floating-bar.right { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.floating-bar.bottom { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.floating-bar.left { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +/********* + * Views * + *********/ +.view, +.view:insensitive { /* gdebi bug? */ + background-color: @theme_bg_color; + color: @theme_text_color; + border-radius: 0px; + /*border-width: 3px;*/ +} + +.view:selected, +.view:active { + background-color: shade(@theme_selected_bg_color, 1.4); + color: @theme_selected_fg_color; +} + +.view:selected:focus { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +/* Exceptional views */ +GtkTextView.view, +GtkTextView.view:insensitive, +GtkTextView.entry, /* For Yelp */ +GtkHTML { /* For Evolution */ + background-color: @theme_main_color; + color: @theme_text_color; +} + +/************** + * Separators * + **************/ +GtkTreeView .separator, +.separator { + color: darker (@theme_bg_color); +} + +.pane-separator { + border-style: none; + border-image: none; + border-width: 0px; + border-radius: 0; + background-color: transparent; + color: shade(@inactive_frame_color, 0.80); + background-repeat: no-repeat; + background-position: center; + background-image: url("assets/pane-separator-grip.svg"); +} + +.pane-separator:hover, +.pane-separator:selected { + background-image: url("assets/pane-separator-grip-hover.svg"); +} + +.pane-separator.vertical { + background-image: url("assets/pane-separator-grip-vertical.svg"); +} + +.pane-separator.vertical:hover, +.pane-separator.vertical:selected { + background-image: url("assets/pane-separator-grip-vertical-hover.svg"); +} + +.dnd { + border-width: 1px; + border-style: solid; + border-color: @theme_selected_bg_color; + border-radius: 0px; +} + +/************ + * Spinners * + ************/ + +/* This could be CPU-intensive. */ + +/**************** + * Text Entries * + ****************/ +.entry, +.toolbar.entry { + /*background-color: @theme_main_color;*/ + background-image: linear-gradient(to bottom, + shade(@internal_element_color, 1.45), + shade(@internal_element_color, 1.57) 20%, + shade(@internal_element_color, 1.7) 50%, + @theme_main_color); + border-width: 1px; + border-style: none; + border-radius: 3px; + padding: 4px; + color: @theme_text_color; +} + +.entry:selected { + background-color: shade(@theme_selected_bg_color, 1.0); + color: @theme_selected_fg_color; +} + +.entry:selected:focus { + background-color: shade(@theme_selected_bg_color, 0.8); +} + +.entry:focus { + border-image: none; + border-style: solid; + border-color: @theme_selected_bg_color; +} + +.entry:insensitive { + background-image: none; + background-color: @insensitive_bg_color; + border-image: none; + border-style: solid; + border-color: @inactive_frame_color; + color: @insensitive_fg_color; +} + +.entry.progressbar, +.entry.progressbar:focus { + margin-left: 2px; + margin-right: 2px; + border-image: none; + border-style: none; + background-color: transparent; + background-image: linear-gradient(to top, + transparent 2px, + white 2px, + white 3px, + @theme_selected_bg_color 3px, + @theme_selected_bg_color 5px, + transparent 5px); + background-size: auto; +} + +.entry.progressbar.pulse, +.entry.progressbar.pulse:focus { + background-image: linear-gradient(to top, + transparent 2px, + white 2px, + white 3px, + @borders 3px, + @borders 5px, + transparent 5px); +} + +.entry:active { + background-color: shade(@theme_selected_bg_color, 1.23); + color: @theme_selected_fg_color; +} + +.cursor-handle.top, +.cursor-handle.bottom { + background-color:transparent; + box-shadow: none; + border-style: none; + border-radius: 0px; + border-width: 0px; +} + +/******************* + * Symbolic images * + *******************/ +.image, +.image:hover, +.image:selected, +.image:selected:hover, +.image:focus, +.image:selected:focus, + +.view.image, +.view.image:hover, +.view.image:selected, +.view.image:selected:hover, +.view.image:focus, +.view.image:selected:focus { + color: shade(@theme_selected_bg_color, 0.75); +} + +/**************** + * Progress bar * + ****************/ +GtkProgressBar { + padding: 0px; +} + +.progressbar row, +.progressbar row.view, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focus { + border-style: none; + border-radius: 2px; + color: @theme_fg_color; + background-image: linear-gradient(-45deg, + alpha(@progressbar_pattern, 0.15), + alpha(@progressbar_pattern, 0.15) 25%, + transparent 25%, + transparent 50%, + alpha(@progressbar_pattern, 0.15) 50%, + alpha(@progressbar_pattern, 0.15) 75%, + transparent 75%, + transparent), + linear-gradient(to bottom, + @progressbar_background_a, + shade(@progressbar_background_a, 0.82) 35%, + @progressbar_background_b 36%, + shade(@progressbar_background_a, 0.98)); +} + +progressbar.vertical { + background-image: linear-gradient(-135deg, + alpha(@progressbar_pattern, 0.15), + alpha(@progressbar_pattern, 0.15) 25%, + transparent 25%, + transparent 50%, + alpha(@progressbar_pattern, 0.15) 50%, + alpha(@progressbar_pattern, 0.15) 75%, + transparent 75%, + transparent), + linear-gradient(to right, + @progressbar_background_a, + shade(@progressbar_background_a, 0.82) 35%, + @progressbar_background_b 36%, + shade(@progressbar_background_a, 0.98)); +} + +GtkProgressBar.progressbar { + background-image: linear-gradient(to bottom, + @progressbar_background_a, + shade(@progressbar_background_a, 0.83) 44%, + @progressbar_background_b 45%, + shade(@progressbar_background_a, 0.93)); +} + +GtkProgressBar.progressbar.vertical { + background-image: linear-gradient(to right, + @progressbar_background_a, + shade(@progressbar_background_a, 0.83) 44%, + @progressbar_background_b 45%, + shade(@progressbar_background_a, 0.93)); +} + +.trough row { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.9), + @theme_bg_color 60%, + @theme_main_color); + border-width: 1px; + border-style: solid; + border-radius: 2px; + border-color: shade(@theme_bg_color, 0.882); + padding: 1px; +} + +.trough row:selected, +.trough row:selected:focus { + border-image: none; +} + +GtkProgressBar.progressbar { + border-radius: 12px; + border-width: 1px; + border-style: solid; + border-color: shade(@theme_bg_color, 0.9); +} + +GtkProgressBar.trough { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.8), + @theme_bg_color 70%, + shade(@theme_bg_color, 1.8)); + + border-width: 0; + border-style: solid; + border-radius: 12px; +} + +GtkProgressBar.trough.vertical { + background-image: linear-gradient(to right, + shade(@theme_bg_color, 0.8), + @theme_bg_color 70%, + shade(@theme_bg_color, 1.8)); +} + +/********** + * Frames * + **********/ +GtkFrame, +GtkCalendar { + padding: 2px; +} + +.frame { + color: lighter (@theme_fg_color); + border-style: solid; + border-width: 1px; + border-radius: 3px; + border-color: alpha(@frame_color, 0.6); + padding: 2px; +} + +/*************** + * GtkLevelBar * + ***************/ +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; + + background-color: transparent; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-style: none; + background-image: linear-gradient(to bottom, + shade(@link_color, 1.2), + shade(@link_color, 0.6)); +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + shade(@success_color, 0.7)); +} + +.level-bar.fill-block.level-low { + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.2), + shade(@warning_bg_color, 0.7)); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: linear-gradient(to bottom, + shade(@less_dark_color, 0.5), + shade(@less_dark_color, 1.7)); +} + +/************* + * Notebooks * + *************/ +.notebook { + padding: 1px 0px 1px 1px; + background-clip: border-box; + border-color: @notebook_border; + color: @theme_fg_color; /* gdebi bug? */ + border-style: solid; + border-width: 1px; + border-radius: 3px; + + /* With .notebook instead of GtkNotebook, + if commented out, this will make line + highlights invisible in text views */ + /*background-color: @theme_main_color;*/ + + -GtkNotebook-tab-overlap: 8; + -GtkNotebook-tab-curvature: 6; + -GtkNotebook-initial-gap: 0; +} + +.notebook.arrow:insensitive { + color: transparent; +} + +.notebook tab { + padding: 3px 8px 0px; + border-style: solid; + border-width: 0; + border-radius: 0px; + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.1), + shade(@theme_bg_color, 0.77)); + + -adwaita-focus-border-radius: 2; +} + +.notebook tab:active { + border-radius: 3px; + -adwaita-border-gradient: -gtk-gradient (linear, + left top, left bottom, + from (@notebook_active_tab_border), + to (@notebook_border)); + + -adwaita-selected-tab-color: transparent; + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.9), + shade(@theme_bg_color, 0.96) 40%, + shade(@theme_bg_color, 0.98) 70%, + @theme_bg_color); +} + +.notebook tab.top { + /* top right-left bottom */ + padding: 3px 8px 0px; +} + +.notebook tab.top:active { + padding: 4px 8px 0px; +} + +.notebook tab.bottom { + padding: 0px 8px 3px; +} + +.notebook tab.bottom:active { + padding: 0px 8px 4px; +} + +.notebook tab.left, +.notebook tab.left:active { + border-radius: 3px 0px 0px 3px; + padding: 2px 4px 2px; + border-width: 1px; +} + +.notebook tab.right, +.notebook tab.right:active { + border-radius: 0px 3px 3px 0px; + padding: 2px 4px 2px; + border-width: 1px; +} + +.notebook tab.left:active, +.notebook tab.right:active { + background-image: none; + background-color: @theme_bg_color; +} + +.notebook tab .button, +.notebook tab .button:hover, +.notebook tab .button:hover:active { + border-style: none; + border-image: none; + /*border-color: shade(@theme_bg_color, 0.9);*/ + background-color: alpha(@theme_bg_color, 0.9); + background-image: none; + -GtkButton-child-displacement-x: 0; + -GtkButton-child-displacement-y: 0; + + /*-GtkWidget-focus-line-width: 0; + -GtkWidget-focus-padding: 0;*/ +} + +.notebook .pane-separator { + background-image: linear-gradient(to right, + shade(@theme_bg_color, 1.5), + shade(@theme_bg_color, 0.85)); + color: shade(@theme_selected_bg_color, 2.0); +} + +.notebook .pane-separator.vertical { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.5), + shade(@theme_bg_color, 0.85)); +} + +/*************** + * GtkTreeView * + ***************/ +GtkTreeView { + background-color: @theme_main_color; + + -GtkTreeView-vertical-separator: 0; + -GtkTreeView-expander-size: 13; + + -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-padding: 1; + -adwaita-focus-border-radius: 2; + -adwaita-focus-border-dashes: 1; + -adwaita-focus-border-color: @keyboard_focus_border; +} + +GtkTreeView row:selected { + background-image: linear-gradient(to bottom, + shade(@theme_selected_bg_color, 1.45), + shade(@theme_selected_bg_color, 0.95)); +} + +GtkTreeView row:selected:focus { + background-image: linear-gradient(to bottom, + shade(@theme_selected_bg_color, 0.9), + shade(@theme_selected_bg_color, 1.3)); +} + +/*GtkTreeView row:selected:insensitive { + color: @theme_selected_fg_color; +}*/ + +GtkTreeView row:nth-child(odd), +GtkTreeView row:nth-child(odd):hover { + background-color: @treeview_odd_row; +} + +GtkTreeView row:nth-child(even), +GtkTreeView row:nth-child(even):hover { + background-color: @treeview_even_row; +} + +GtkTreeView row:nth-child(odd):insensitive, +GtkTreeView row:nth-child(even):insensitive { + color: @insensitive_fg_color; +} + +GtkTreeView column:sorted row:nth-child(odd), +GtkTreeView column:sorted row:nth-child(odd):hover { + background-color: shade(@treeview_odd_row, 0.93); +} + +GtkTreeView column:sorted row:nth-child(even), +GtkTreeView column:sorted row:nth-child(even):hover { + background-color: shade(@treeview_even_row, 0.93); +} + +column-header { + padding: 1px 2px; +} + +column-header .button, +GtkTreeView .button { + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + shade(@button_gradient_color_b, 0.92)); + border-image: none; + border-width: 0px 0px 1px 1px; + border-radius: 0px; + border-style: solid; + border-color: @theme_bg_color; +} + +column-header .button:hover, +GtkTreeView .button:hover { + background-image: linear-gradient(to bottom, + shade(@button_gradient_color_a, 0.95), + shade(@button_gradient_color_b, 1.07)); + border-image: none; + border-width: 0px 0px 1px 1px; + border-radius: 0px; + border-style: solid; + border-color: @theme_bg_color; +} + +column-header .button:active:hover, +GtkTreeView .button:active:hover { + border-width: 0px 0px 1px 1px; + border-radius: 0px; + border-image: none; + border-style: solid; + border-color: @theme_bg_color; +} + +row { + border-width: 0px; +} + +.cell { + padding: 2px; + border-width: 0px; +} + +.cell:selected, +.cell:selected:focus, +.cell.image:selected, +.cell.image:selected:focus { + color: @theme_selected_fg_color; +} + +/************ + * GtkScale * + ************/ +.scale { + -GtkScale-slider-length: 16; + -GtkRange-slider-width: 20; + -GtkRange-trough-border: 0; +} + +.scale.slider, +.scale.slider:hover { + border-width: 0px; + border-radius: 0px; + border-style: none; + + color: transparent; + background-color: transparent; +} + +.scale.slider:insensitive { + color: transparent; + background-color: transparent; +} + +.scale.trough { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.7), + shade(@theme_bg_color, 1.7)); + border-width: 0px; + border-radius: 2px; + margin: 8px 0; +} + +.scale.trough.vertical { + background-image: linear-gradient(to right, + shade(@theme_bg_color, 0.7), + shade(@theme_bg_color, 1.7)); + margin: 0 8px; +} + +.scale.trough:insensitive { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.85), + shade(@theme_bg_color, 1.4)); +} + +.scale.trough.vertical:insensitive { + background-image: linear-gradient(to right, + shade(@theme_bg_color, 0.85), + shade(@theme_bg_color, 1.4)); +} + +.scale.progressbar { + background-image: linear-gradient(to bottom, + @scale_fill_a, + @scale_fill_b); + + border-radius: 3px; +} + +.scale.progressbar.vertical { + background-image: linear-gradient(to right, + @scale_fill_a, + @scale_fill_b); +} + +.scale.mark { + background-color: shade(@theme_bg_color, 0.56); +} + +/************** + * ComboBoxes * + **************/ + +GtkComboBox { + /* align with side buttons */ + padding: 0; + + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; + color: @theme_fg_color; +} + +GtkComboBox .separator { + /* always disable separators */ + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +GtkComboBox .button { + padding: 3px; +} + +GtkComboBox.combobox-entry .button { + padding: 0px; +} + +/*GtkComboBox .menu *,*/ +GtkTreeMenu .menuitem * { + color :@theme_selected_fg_color; +} + +/*********** + * Buttons * + ***********/ +.button { + padding: 0px; + + -adwaita-focus-border-radius: 1; + /*-adwaita-focus-border-dashes: 0;*/ + -GtkWidget-focus-line-width: 1; + + border-radius: 3px; + border-width: 1px; + border-style: solid; + /*border-image is defined in gtk-widgets-assets.css*/ + + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); +} + +.button GtkImage, +.button GtkImage:hover, +.button GtkImage:active, +.button GtkImage:hover:active, +.button GtkImage:insensitive, +.button GtkLabel, +.button GtkLabel:hover, +.button GtkLabel:active, +.button GtkLabel:hover:active, +.button GtkLabel:insensitive { + background-image: none; + background-color: transparent; +} + +.button GtkImage, +.button GtkImage:hover, +.button GtkImage:active, +.button GtkImage:hover:active { + color: shade(@theme_selected_bg_color, 0.75); +} + +.button GtkImage:insensitive { + color: @insensitive_fg_color; +} + +.button:hover/*, +.toolbar.button:hover*/ { + border-image: none; + border-style: solid; + border-color: shade(@button_border, 1.1); + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + +.button:active, +.button:hover:active, +.button.default:active { + border-style: solid; + background-image: linear-gradient(to bottom, + @button_gradient_color_b, + @button_gradient_color_a); +} + +.button:insensitive { + background-color: transparent; + background-image: linear-gradient(to bottom, + alpha(@button_gradient_color_a, 0.5), + alpha(@button_gradient_color_b, 0.6)); + border-image: none; + border-style: solid; + border-color: shade(@button_border, 1.2); + color: @insensitive_fg_color; +} + +/* insensitive active toggle buttons */ +.button:active:insensitive { + background-image: linear-gradient(to bottom, + alpha(@button_gradient_color_b, 0.5), + alpha(@button_gradient_color_a, 0.4)); + border-image: none; + border-style: solid; + border-color: shade(@button_border, 1.2); + color: @insensitive_fg_color +} + +.button.default { + background-image: linear-gradient(to bottom, + #ffffff, + shade(@theme_bg_color, 0.9) 50%, + shade(@button_gradient_color_b, 0.78)); +} + +.button.default:hover { + border-image: none; +} + +/**************** + * Link Buttons * + ****************/ + +/* We don't make them different. */ + +/***************** + * GtkSpinButton * + *****************/ +.spinbutton .button, +.spinbutton .button:insensitive, +.spinbutton .button:hover, +.spinbutton .button:active, +.spinbutton .button:focus { + background-image: none; + background-color: transparent; + /*border-width: 1px;*/ + border-style: none; + border-image: none; + /*padding: 0px;*/ +} + +.spinbutton .button, +.spinbutton .button:focus { + color: shade(@insensitive_fg_color, 0.75); +} + +.spinbutton .button:hover, +.spinbutton .button:active { + color: @theme_text_color; +} + +.spinbutton .button:insensitive { + color: shade(@insensitive_fg_color, 1.2); +} + +/************** + * Scrollbars * + **************/ +.scrollbar { + background-image: none; + border-style: solid; + -GtkRange-trough-border: 0; + -GtkRange-arrow-scaling: 0.5; + -GtkRange-slider-width: 12; + -GtkRange-stepper-size: 16; + -GtkScrollbar-min-slider-length: 34; /* minimum size for the slider. sadly can't be in '.slider' where it belongs */ + + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 0; +} + +.scrollbar.trough { + background-color: transparent; + background-image: none; + border-style: none; + border-width: 0px; +} + +.scrollbar.slider { + background-color: transparent; + background-image: linear-gradient(to top, + shade(@toolbar_gradient_base, 0.82), + white); + border-color: transparent; + border-radius: 5px; + border-width: 3px 2px 3px; + border-image: none; +} + +.scrollbar.slider.vertical { + border-width: 2px 3px 2px; + background-image: linear-gradient(to left, + shade(@toolbar_gradient_base, 0.82), + white); +} + +.scrollbar.slider:prelight { + background-image: linear-gradient(to top, + shade(@toolbar_gradient_base, 0.88), + shade(@theme_bg_color, 1.6)); + border-width: 1px; + border-color: shade(@button_border, 1.1); + border-radius: 6px; +} + +.scrollbar.slider.vertical:prelight { + background-image: linear-gradient(to left, + shade(@toolbar_gradient_base, 0.88), + shade(@theme_bg_color, 1.6)); + border-width: 1px; + border-color: shade(@button_border, 1.1); + border-radius: 6px; +} + +.scrollbar.slider:prelight:active { + border-width: 1px; + border-color: shade(@button_border, 1.1); + border-radius: 6px; + background-image: linear-gradient(to top, + shade(@theme_bg_color, 1.5), + shade(@theme_bg_color, 0.9)); + border-color: shade(@button_border, 1.1); +} + +.scrollbar.slider.vertical:prelight:active { + border-width: 1px; + border-color: shade(@button_border, 1.1); + border-radius: 6px; + background-image: linear-gradient(to left, + shade(@theme_bg_color, 1.5), + shade(@theme_bg_color, 0.9)); +} + +.scrollbar.button, +.scrollbar.button.horizontal, +.scrollbar.button.vertical { + color: @theme_fg_color; /*@internal_element_color*/ + border-image: none; + border-style: none; + border-width: 0px; + background-image: none; + background-color: transparent; +} + +.scrollbar.button:hover, +.scrollbar.button.horizontal:hover, +.scrollbar.button.vertical:hover { + background-image: none; + background-color: @theme_main_color; + /*border-color: shade(@highlighted_border, 1.1);*/ + color: shade(@highlighted_border, 0.8); +} + +.scrollbar.button:hover:active, +.scrollbar.button.horizontal:hover:active { + background-image: linear-gradient(to top, + shade(@theme_bg_color, 1.6), + shade(@toolbar_gradient_base, 0.88)); + /*border-color: shade(@highlighted_border, 1.1);*/ + border-image: none; + color: @theme_fg_color; + border-image: none; + border-style: none; + border-width: 0px; +} + +.scrollbar.button.vertical:hover:active { + background-image: linear-gradient(to left, + shade(@theme_bg_color, 1.6), + shade(@toolbar_gradient_base, 0.88)); +} + +.scrollbar.button:insensitive { + background-image: none; + background-color: @theme_bg_color; + color: transparent; + /*border-color: alpha(@internal_element_color, 0.3);*/ + /* does Nautilus need these? */ + /*border-radius: 4px; + border-width: 1px;*/ +} + +.scrollbar.slider:insensitive { + background-image: none; + background-color: shade(@theme_bg_color, 1.5); +} + +/********* + * Menus * + *********/ + +/* this controls the general appearance of the menubar */ +.menubar { + background-image: none; + background-color: @theme_bg_color; + border-width: 0px; + border-style: none; + /*this has no effect anymore */ + /*padding: 2px;*/ + color: @theme_text_color; + + -GtkWidget-window-dragging: true; + -GtkMenuBar-internal-padding: 0; +} + +.menubar .menuitem, +.menu .menuitem { + border-width: 0px; + border-style: none; + padding: 3px 4px; +} + +.menu .menuitem, +.menu .menuitem GtkImage { + color: @theme_selected_fg_color; +} + +.menu .menuitem GtkImage:hover { + color: @theme_fg_color; +} + +.menubar .menuitem:hover { + background-image: none; + background-color: shade(@theme_selected_bg_color, 1.1); + border-style: none; + border-image: none; + /* join menuitem to menu */ + border-radius: 3px 3px 0px 0px; + border-width: 0px; +} + +.menubar .menuitem *:insensitive { /* gdebi bug? */ + color: @theme_fg_color; +} + +.menubar .menuitem *:hover { + color: @theme_selected_fg_color; +} + +.menu, +.menubar .menu, +.menuitem .menu { + background-color: shade(@theme_selected_bg_color, 0.8); + background-image: linear-gradient(to bottom, + shade(@theme_selected_bg_color, 1.1), + shade(@theme_selected_bg_color, 0.65)); + + border-style: none; + border-width: 0px; + border-radius: 0px; + padding: 1px; +} + +.menuitem, +.menuitem * { + -adwaita-menuitem-arrow-color: @menu_controls_color; + -GtkMenuItem-arrow-scaling: 0.5; + padding: 2px 0px; +} + +/* scroll arrows */ +.menu.button { + border-image: none; + color: @theme_main_color; + /*border-color: shade(@theme_selected_bg_color, 0.8);*/ + background-image: linear-gradient(to bottom, + shade(@theme_selected_bg_color, 1.3), + shade(@theme_selected_bg_color, 0.5)); +} + +.menu.button:hover { + /*border-color: shade(@theme_selected_bg_color, 0.8);*/ + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade(@theme_bg_color, 0.55)); +} + +.menu.button:insensitive { + background-image: none; + background-color: transparent; + border-style: none; +} + +.menuitem:hover, +.menu .menuitem:hover { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 2.0), + @theme_bg_color 20%, + shade(@theme_selected_bg_color, 0.9)); + color: @theme_text_color; + border-style: solid; + border-width: 1px; + border-radius: 3px; + border-image: url("assets/menu-border.svg") 2 / 2px stretch; + /*border-color: alpha(@theme_selected_bg_color, 0.1);*/ +} + +.menuitem *:hover, +.menu .menuitem *:hover { + color: @theme_text_color; +} + +.menu .menuitem:insensitive, +.menu .menuitem *:insensitive { + color: @insensitive_fg_color; +} + +.menuitem.separator { + padding: 4px; + border-style: none; + border-color: @theme_selected_bg_color; + -GtkMenuItem-horizontal-padding: 0; + -GtkWidget-separator-height: 1; +} + +.menuitem.accelerator, +.menu .menuitem.accelerator { + color: alpha(@theme_main_color, 0.66); +} + +.menuitem.accelerator:hover, +.menuitem.accelerator:active, +.menu .menuitem.accelerator:hover, +.menu .menuitem.accelerator:active { + color: alpha(@theme_text_color, 0.45); +} + +/* menu radio and check items are drawn differently */ +.menuitem.radio, +.menuitem.radio:hover, +.menuitem.radio:insensitive, +.menuitem.check, +.menuitem.check:hover, +.menuitem.check:insensitive { + background-color: transparent; + background-image: none; + border-style: none; + border-image: none; +} + +/************ + * Toolbars * + ************/ +.toolbar { + background-image: linear-gradient(to bottom, + shade(@toolbar_gradient_base, 0.88), + shade(@theme_bg_color, 1.5)); + border-style: none; + border-width: 0; + border-radius: 3px; + padding: 1px; + + -GtkWidget-window-dragging: true; + -GtkToolbar-button-relief: normal; +} + +/******************** + * Primary Toolbars * + ********************/ +.toolbar:insensitive { + background-image: none; + background-color: shade(@theme_bg_color, 0.97); +} + +/* (primary) toolbar buttons */ +.toolbar .button, +.primary-toolbar .button, +.primary-toolbar .toolbar .button, +.primary-toolbar.toolbar .button, +.toolbar .button:insensitive, +.primary-toolbar .button:insensitive, +.primary-toolbar .toolbar .button:insensitive, +.primary-toolbar.toolbar .button:insensitive, +.toolbar .button:insensitive:hover, +.primary-toolbar .button:insensitive:hover, +.primary-toolbar .toolbar .button:insensitive:hover, +.primary-toolbar.toolbar .button:insensitive:hover { + border-style: solid; + border-width: 1px; + border-image: none; + border-color: transparent; + background-image: none; + background-color: transparent; + + -adwaita-focus-border-radius: 2; +} + +.toolbar .button:hover, +.primary-toolbar .button:hover, +.primary-toolbar .toolbar .button:hover, +.primary-toolbar.toolbar .button:hover { + border-style: solid; + border-color: shade(@theme_main_color, 0.8); + border-radius: 3px; + background-image: none; + background-color: @theme_bg_color; +} + +.toolbar .button:active, +.primary-toolbar .button:active, +.primary-toolbar .toolbar .button:active, +.primary-toolbar.toolbar .button:active, +.toolbar GtkComboBox .button, +.primary-toolbar .toolbar GtkComboBox .button, +.primary-toolbar.toolbar GtkComboBox .button { + border-radius: 3px; + + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); + /*border-color: shade(@button_border, 1.12);*/ + /*border-image is defined in gtk-widgets-assets.css*/ +} + +.toolbar .button:active:hover, +.primary-toolbar .button:active:hover, +.primary-toolbar .toolbar .button:active:hover, +.primary-toolbar.toolbar .button:active:hover, +.toolbar GtkComboBox .button:hover, +.primary-toolbar .toolbar GtkComboBox .button:hover, +.primary-toolbar.toolbar GtkComboBox .button:hover { + border-image: none; + border-style: solid; + border-color: shade(@theme_main_color, 0.8); + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + +.toolbar .button:active:insensitive, +.primary-toolbar .button:active:insensitive, +.primary-toolbar .toolbar .button:active:insensitive, +.primary-toolbar.toolbar .button:active:insensitive, +.toolbar GtkComboBox .button:insensitive, +.primary-toolbar .toolbar GtkComboBox .button:insensitive, +.primary-toolbar.toolbar GtkComboBox .button:insensitive { + border-image: none; + border-style: solid; + /*border-radius: 3px;*/ + border-color: @inactive_frame_color; + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + +.toolbar GtkSeparatorToolItem { + -GtkWidget-separator-width: 1; + + border-style: solid; + border-width: 1px; + border-color: shade(@theme_bg_color, 0.85); +} + +/* progressbars on primary toolbar entries are special */ +.toolbar .entry.progressbar { + background-image: linear-gradient(to bottom, + @trough_bg_color_a, + @trough_bg_color_b); + + border-width: 1px; + border-radius: 2px; + border-style: solid; + border-color: shade(@inactive_frame_color, 0.925); + border-image: none; + + color: @internal_element_color; +} + +/******************* + * Inline toolbars * + *******************/ +.inline-toolbar.toolbar { + border-width: 1px; + border-radius: 3px; + border-style: solid; + border-color: darker (@theme_bg_color); + background-image: linear-gradient(to bottom, + shade(@toolbar_gradient_base, 0.88), + shade(@theme_bg_color, 1.5)); +} + +/******* + * OSD * + *******/ +GtkWindow.osd { + color: @osd_fg; + background-image: none; + background-color: @osd_bg; +} + +GtkOverlay.osd { + background-color: transparent; +} + +.osd .button, +.osd .button:active { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: @osd_button_border; + border-radius: 5px; +} + +.osd .button { + padding: 4px; + background-image: linear-gradient(to bottom, + @osd_button_bg_a, + @osd_button_bg_b 68%, + @osd_button_bg_c); + color: @osd_button_fg; + text-shadow: 0 -1px @osd_button_shadow; + icon-shadow: 0 -1px @osd_button_shadow; +} + +.osd .button, +.osd .button:prelight, +.osd .button:active { + background-color: transparent; +} + +.osd .button:insensitive { + background-image: none; + background-color: @osd_button_bg_insensitive; +} + +.osd .button:active:insensitive { + background-image: none; + background-color: @osd_button_bg_insensitive_active; +} + +.osd .button *:hover { + color: @osd_button_fg_hover; +} + +.osd .button *:active, +.osd .button *:hover:active { + color: @osd_button_fg_active; +} + +.osd .button *:insensitive, +.osd .button *:insensitive:active { + color: @osd_button_fg_insensitive; +} + +.osd .button:hover { + background-image: linear-gradient(to bottom, + @osd_button_bg_hover_a, + @osd_button_bg_hover_b 68%, + @osd_button_bg_hover_c); +} + +.osd .button:active, +.osd .button:active:hover { + background-image: linear-gradient(to bottom, + @osd_button_bg_active_a, + @osd_button_bg_active_b 68%, + @osd_button_bg_active_c); +} + +.osd.toolbar { + color: @osd_fg; + text-shadow: 0 1px @osd_text_shadow; + + padding: 10px; + border-style: none; + border-radius: 7px; + background-image: linear-gradient(to bottom, + @osd_toolbar_bg_a, + @osd_toolbar_bg_b 63%, + @osd_toolbar_bg_c); + background-color: transparent; + + -GtkToolbar-button-relief: normal; +} + +.osd.toolbar .button { + padding: 4px; + border-width: 1px 0; + border-radius: 0; + box-shadow: inset -1px 0 @osd_button_inset; +} + +.osd.toolbar .button:first-child { + border-radius: 5px 0 0 5px; + border-width: 1px 0 1px 1px; + box-shadow: inset -1px 0 @osd_button_inset; +} + +.osd.toolbar .button:last-child { + box-shadow: none; + border-radius: 0 5px 5px 0; + border-width: 1px 1px 1px 0; +} + +.osd.toolbar .button:only-child, +.osd.toolbar GtkToolButton .button, +.osd.toolbar GtkToolButton:only-child .button, +.osd.toolbar GtkToolButton:last-child .button, +.osd.toolbar GtkToolButton:first-child .button { + border-width: 1px; + border-radius: 5px; + border-style: solid; + + box-shadow: none; +} + +.osd.toolbar .separator { + color: shade(@osd_lowlight, 0.80); +} + +/* used by gnome-settings-daemon's media-keys OSD + and Epiphany */ +.osd.trough { + background-color: @osd_trough_bg; +} + +.osd.progressbar { + background-color: @osd_fg; +} + +.osd .scale.trough { + border-color: @osd_button_border; + background-image: linear-gradient(to bottom, + shade(@osd_button_border, 0.70), + shade(@osd_button_border, 0.90)); + background-color: transparent; +} + +.osd GtkProgressBar { + padding: 0; + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 3px; + -GtkProgressBar-min-horizontal-bar-height: 3px; +} + +.osd GtkProgressBar.trough { + padding: 0; + border-image: none; + border-style: none; + border-width: 0; + background-image: none; + background-color: transparent; + border-radius: 0; +} + +.osd GtkProgressBar.progressbar { + border-style: none; + background-color: @theme_selected_bg_color; + background-image: none; + border-radius: 0; +} + +/**************************** + * Suggested action buttons * + ****************************/ + +/* Not different from other buttons */ + +/************************** + * Selection Mode classes * + **************************/ + +/* Not different from other toolbars */ + +/**************** + * GtkAssistant * + ****************/ +GtkAssistant .sidebar .highlight { + color: @theme_text_color; + background-color: shade(@theme_bg_color, 0.9); + border-style: none; + padding: 5px 8px; + border-radius: 5px; + box-shadow: inset 0 2px 1px alpha(black, 0.2), + inset 1px 1px 1px alpha(black, 0.3), + + inset 0 -2px 1px alpha(white, 0.4), + inset -1px -1px 1px alpha(white, 0.6); +} + +GtkAssistant .sidebar { + padding: 12px; + + border-style: solid; + border-color: shade(@theme_bg_color, 0.9); + border-width: 1px; + border-radius: 3px; + color: mix (@theme_fg_color, @theme_bg_color, 0.40); /*?*/ + background-color: shade(@theme_bg_color, 0.9); +} + +/************* + * GtkSwitch * + *************/ +GtkSwitch { + font: bold condensed 10; +} + +GtkSwitch.trough { + color: @internal_element_color; + border-radius: 3px; + border-width: 1px; + border-image: none; + border-style: solid; + border-color: shade(@frame_color, 1.22); + background-image: linear-gradient(to bottom, + @trough_bg_color_a, + @trough_bg_color_b); +} + +GtkSwitch.trough:active { + color: @theme_main_color; + border-style: none; + /*border-image is defined in gtk-widgets-assets.css*/ + background-image: linear-gradient(to bottom, + @active_switch_bg_color_a, + @active_switch_bg_color_b); +} + +GtkSwitch.trough:insensitive { + background-image: none; + background-color: shade(@theme_bg_color, 0.9); + border-color: shade(@inactive_frame_color, 0.845); + border-image: none; +} + +GtkSwitch.slider { + border-width: 1px; + border-radius: 2px; + border-color: shade(@frame_color, 1.31); + border-style: solid; + padding: 2px; + color: shade(@switch_slider_color, 0.8); + background-image: url("assets/switch-slider-grip.svg"), + linear-gradient(to bottom, + @button_gradient_color_a, + @switch_slider_color); + background-repeat: no-repeat; + background-position: center; +} + +GtkSwitch.slider:active { + border-color: @switch_slider_border; +} + +GtkSwitch.slider:insensitive { + border-style: none; + background-image: none; + background-color: shade(@insensitive_bg_color, 1.02); +} + +GtkStatusbar { + padding: 5px; + color: @theme_fg_color; + -GtkStatusbar-shadow-type: none; +} + +GtkScrolledWindow, +GtkOverlay /* for floating bars */ { + background-color: transparent; +} + +/*GtkScrolledWindow.frame { + border-style: solid; + border-color: darker (@theme_bg_color); + border-width: 1px; + border-radius: 3px; +}*/ + +/* no double frames */ +GtkScrolledWindow GtkViewport.frame { + border-style: none; +} + +GtkImage, +GtkImage:hover, +GtkImage:active, +GtkImage:hover:active, +GtkImage:insensitive, +GtkLabel, +GtkLabel:hover, +GtkLabel:active, +GtkLabel:hover:active, +GtkLabel:insensitive { + background-image: none; + background-color: transparent; +} + +GtkViewport, +GtkIconView { + border-radius: 3px; + padding: 0px; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focus { + background-color: transparent; + border-style: solid; + border-width: 3px; + border-radius: 12px; + border-color: @theme_selected_bg_color; + color: @theme_text_color; + + /* FIXME: this probably needs to be better; + * see https://bugzilla.gnome.org/show_bug.cgi?id=644157 + */ + -adwaita-focus-border-color: @progressbar_border; + -adwaita-focus-border-radius: 3; + -adwaita-focus-border-dashes: 0; +} + +/* row as a separator */ +GtkTreeView.view.separator, +GtkTreeView.view.separator:hover { + color: shade(@theme_bg_color, 0.87); +} + +/***************** + * Color Chooser * + *****************/ +GtkColorSwatch, +GtkColorSwatch:selected { + background-color: transparent; + border-radius: 3px; + +} + +GtkColorSwatch.color-dark:hover { + background-image: linear-gradient(to bottom, + alpha(white, 0) 40%, + alpha(white, 0.3)); + +} + +GtkColorSwatch.color-light:hover { + background-image: linear-gradient(to top, + alpha(black, 0) 40%, + alpha(black, 0.1)); + +} + +GtkColorSwatch:selected { + border-style: solid; + border-color: alpha(black, 0.2); + border-width: 1px; +} + +GtkColorSwatch:selected:hover { + border-color: alpha(black, 0.5); +} + +/*************************** + * Radio and Check Buttons * + ***************************/ +.radio, +.check, +.radio:selected, +.check:selected, +.radio:selected:focus, +.check:selected:focus, +.cell.radio, +.cell.check, +.cell.radio:selected, +.cell.check:selected, +.cell.radio:selected:focus, +.cell.check:selected:focus { + background-color: transparent; + border-width: 0px; + border-style: none; +} + +/***************** + * GtkCheckButton * + *****************/ +GtkCheckButton:selected:focus { + background-color: shade(@theme_bg_color, 0.95); +} + +/***************** + * GtkRadioButton * + *****************/ +GtkRadioButton:selected:focus { + background-color: shade(@theme_bg_color, 0.95); +} + +/************* + * Expanders * + *************/ +.expander { + border-style: solid; + border-width: 1px; + border-radius: 2px; + border-color: @internal_element_color; + color: @internal_element_color; + + background-image: none; + background-color: transparent; +} + +.expander:active { + border-color: @internal_element_color; + color: @internal_element_color; + background-color: transparent; +} + +.expander:hover { + border-color: @internal_element_color; + color: @internal_element_color; +} + +.expander row { + border-color: @internal_element_color; + color: @internal_element_color; +} + +.expander row:selected, +.expander row:selected:focus, +.expander row:nth-child(odd):selected, +.expander row:nth-child(even):selected, +.expander row:nth-child(odd):focus, +.expander row:nth-child(even):focus { + border-image: none; + border-color: @expander_row_selected_color; + color: @expander_row_selected_color; + background-image: none; + background-color: transparent; +} + +.expander row:selected:hover, +.expander row:nth-child(odd):selected:hover, +.expander row:nth-child(even):selected:hover { + background-color: transparent; +} + +.expander column:sorted:selected, +.expander column:sorted:selected:hover { + background-image: none; + background-color: transparent; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: @content_view_bg; +} + +.content-view.view:prelight { + background-color: shade(@content_view_bg, 1.1); +} + +.content-view.view:selected, +.content-view.view:active { + background-color: @theme_selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @theme_unfocused_base_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +GtkIconView.content-view.check { + background-image: url("assets/grid-selection-unchecked.svg"); + background-color: transparent; +} + +GtkIconView.content-view.check:active { + background-image: url("assets/grid-selection-checked.svg"); + background-color: transparent; +} + +.content-view.view.check, +.content-view.view.check:active { + background-color: transparent; +} + +GtkIconView.content-view.check:prelight, +GtkIconView.content-view.check:insensitive, +GtkIconView.content-view.check:selected { + background-color: transparent; +} + +/********************* + * App Notifications * + *********************/ +.app-notification { + border-style: solid; + border-color: @app_notification_border; + border-width: 0 1px 1px 1px; + border-radius: 0 0 5px 5px; + padding: 8px; + + background-image: linear-gradient(to bottom, + @app_notification_a, + @app_notification_b 18%, + @app_notification_c); + + color: @theme_text_color; + text-shadow: 0 1px white; +} + +/************* + * Calendars * + *************/ +GtkCalendar.view { + border-radius: 3px; + border-style: solid; + border-width: 1px; + padding: 2px; +} + +GtkCalendar.header { + border-radius: 0px; + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.1), + shade(@theme_bg_color, 0.86)); + border-width: 1px; +} + +GtkCalendar.button { + background-image: linear-gradient(to bottom, + rgba (0, 0, 0, 0), + rgba (0, 0, 0, 0)); +} + +.highlight, +GtkCalendar.highlight { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; + border-radius: 0px; + padding: 0px; + border-width: 0px; +} + +/************** + * GtkInfoBar * + **************/ +GtkInfoBar { + border-width: 0; + border-style: none; +} + +.info .entry, +.info .entry:focus, +.info .button, +.info .button:insensitive, +.info .button:active, +.warning .entry, +.warning .entry:focus, +.warning .button, +.warning .button:insensitive, +.warning .button:active, +.error .entry, +.error .entry:focus, +.error .button, +.error .button:insensitive, +.error .button:active { + border-image: none; + border-style: none; +} + +.info { + background-color: @info_bg_color; + color: @info_fg_color; +} + +.warning { + background-color: @warning_bg_color; + color: @warning_fg_color; +} + +.question { + background-color: @question_bg_color; + color: @question_fg_color; +} + +.error { + background-color: @error_bg_color; + color: @error_fg_color; +} + +/* some apps need this */ +GtkLabel { + color: @theme_text_color; +} +/* but menus are dark */ +.menu GtkLabel { + color: @theme_selected_fg_color; +} + +/************** + * Dim labels * + **************/ +.dim-label, +.dim-label:hover, +.dim-label:focus, +.view.dim-label { + color: mix (@theme_fg_color, @theme_bg_color, 0.50); +} + +.dim-label:selected, +.dim-label:selected:focus { + color: mix (@theme_selected_fg_color, @theme_base_color, 0.50); + text-shadow: none; +} + +.sidebar.separator, +.sidebar.separator:hover { + color: alpha(@frame_color, 0.6); +} + +ApDocView, /* Abiword */ +EogScrollView, /* Eog */ +CheeseThumbView /* Cheese */ +{ + background-color: @chrome_bg_color; + -EogScrollView-shadow-type: none; +} + +/* gnome-terminal */ +TerminalScreen { + background-color: @theme_bg_color; + color: @theme_text_color; + -TerminalScreen-background-darkness: 1.0; +} + +/* gnome-contacts */ +.contacts-main-view.view { + background-color: @theme_bg_color; + color: @theme_fg_color; +} + +.contacts-left-toolbar.toolbar.menubar { + border-width: 0 2px 0 0; + border-style: solid; + border-color: @theme_bg_color; +} + +/* gcalctool */ +MathWindow { + background-image: none; + background-color: @theme_bg_color; + +} + +MathWindow .frame { + border-color: @theme_main_color; + padding: 0px; +} + +MathWindow GtkScrolledWindow GtkViewport.frame { + border-style: solid; + border-width: 2px; + border-radius: 3px; + border-color: @theme_main_color; +} + +/* empathy and gnome-contacts */ + +EmpathyRosterView:selected, +ContactsListPane.frame *:selected { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.8), + shade(@theme_bg_color, 1.2)); +} + +ContactsWindow .toolbar { + background-image: none; +} + +ContactsListPane.frame GtkToolbar { + padding: 4px 4px 10px 4px; +} + +/* evolution */ +GtkHTML, +EMailDisplay { + background-color: @theme_main_color; +} + +EShellWindow *:active { + background-color: shade(@theme_selected_bg_color, 1.3); + color: @theme_main_color; +} + +EShellWindow .button *:active { + background-color: transparent; + color: @theme_fg_color; +} + +EShellSidebar *.cell:insensitive { /* removes the "flash" when quitting */ + background-color: @theme_bg_color; +} + +/* File Roller */ +FrWindow GtkTreeView.view { + background-color: @theme_bg_color; +} + +/* gnome-documents and Totem's search */ +.documents-entry-tag { + background-color: transparent; + border-radius: 3px; + border-width: 0; + margin: 2px; + padding: 4px; + +} + +.documents-entry-tag:hover { + background-color: shade(@theme_selected_bg_color, 1.23); +} + +/* Rhythmbox */ +RBSource .cell.image { + color: black; +} + +/*********************** + * Fallback Mode Panel * + ***********************/ +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + background-color: @os_chrome_bg_color; + background-image: none; + color: @os_chrome_fg_color; +} + +/* because of what we did with GtkLabel before */ +PanelToplevel GtkLabel, +PanelWidget GtkLabel, +PanelApplet GtkLabel { + color: @os_chrome_fg_color; +} + +ClockBox, +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar { + font: bold; +} + +.gnome-panel-menu-bar .menuitem:hover, +PanelApplet > GtkMenuBar.menubar .menuitem:hover { + background-color: @os_chrome_selected_bg_color; + color: @os_chrome_selected_fg_color; +} + +PanelApplet .button, +PanelApplet .button:hover { + padding: 4px; + + border-image: none; + border-width: 0; + border-radius: 0; + + background-image: none; + background-color: transparent; + + color: @os_chrome_fg_color; +} + +PanelApplet .button:active:hover, +PanelApplet .button:active { + border-image: none; + background-image: none; + background-color: @os_chrome_selected_bg_color; + border-width: 0px; + border-radius: 0; +} + +PanelApplet *:hover, +PanelApplet *:active, +PanelApplet *:hover:active { + color: @os_chrome_selected_fg_color; +} + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; +} + +WnckPager, WnckTasklist { + background-color: @os_chrome_selected_bg_color; + background-image: none; + color: @os_chrome_fg_color; +} + +GsmFailWhaleDialog { + background-color: @os_chrome_bg_color; + background-image: none; + color: @os_chrome_fg_color; +} + +GsmFailWhaleDialog * { + background-color: @os_chrome_bg_color; + background-image: none; +} + +/************ + * Nautilus * + ************/ +/*NautilusView .view { + background-color: @theme_bg_color;; +}*/ + +.nautilus-inactive-pane .view, +.nemo-inactive-pane .view { + background-color: shade(@theme_bg_color, 0.9); +} + +.nautilus-inactive-pane .notebook, +.nemo-inactive-pane .notebook { + background-color: shade(@theme_bg_color, 0.9); +} + +.nautilus-inactive-pane .notebook tab.top:active, +.nemo-inactive-pane .notebook tab.top:active { + -adwaita-border-gradient: -gtk-gradient (linear, + left top, left bottom, + from (shade(@notebook_active_tab_border, 0.9)), + to (shade(@notebook_border, 0.9))); + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 0.8), + shade(@theme_bg_color, 0.86) 40%, + shade(@theme_bg_color, 0.88) 70%, + shade(@theme_bg_color, 0.9)); +} + +.nautilus-inactive-pane .notebook .scrollbar.button:insensitive, +.nemo-inactive-pane .notebook .scrollbar.button:insensitive { + background-color: shade(@theme_bg_color, 0.9); + border-radius: 0px; +} + +/* file renaming */ +NautilusView .view .entry, +NautilusView .view .entry:focus, +NemoView .view .entry, +NemoView .view .entry:focus { + background-image: none; + border-image: none; + border-style: solid; + border-radius: 1px; + border-color: @theme_selected_bg_color; +} + +NemoToolbar .toolbar { + border-radius: 0px; +} + +NautilusWindow GtkScrolledWindow.frame, +NemoWindow GtkScrolledWindow.frame { + border-style: none; +} + +NautilusView .expander column:sorted:selected, +NautilusView .expander column:sorted:selected:hover, +NemoView .expander column:sorted:selected, +NemoView .expander column:sorted:selected:hover { + background-image: none; + background-color: transparent; +} + +NautilusWindow GtkStatusbar, +NautilusWindow .floating-bar, +NemoWindow GtkStatusbar, +NemoWindow .floating-bar { + font: italic; +} + +NautilusWindow .notebook, +NemoWindow .notebook { + /*border-color: shade(@notebook_border, 1.2);*/ + border-radius: 0px 0px 5px 5px; +} + +NautilusWindow .notebook tab, +NemoWindow .notebook tab { + border-radius: 0px; +} + +NautilusWindow .notebook tab:active, +NemoWindow .notebook tab:active { + border-radius: 0px 0px 5px 5px; +} + +NautilusWindow .notebook tab.top, +NemoWindow .notebook tab.top { + /* top right-left bottom */ + padding: 4px 8px 4px; +} + +NautilusWindow .notebook tab.top:active, +NemoWindow .notebook tab.top:active { + padding: 6px 8px 4px; +} + +NautilusWindow .notebook .view.rubberband, +NautilusWindow .notebook .rubberband, +NemoWindow .notebook .view.rubberband, +NemoWindow .notebook .rubberband { + background-color: alpha(@theme_selected_bg_color, 0.35); + border-radius: 6px; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-width: 0px; +} + +NautilusWindow .sidebar .scrollbar.button, +NemoWindow .sidebar .scrollbar.button { + color: transparent; +} + +NautilusWindow .sidebar .scrollbar.button:hover, +NemoWindow .sidebar .scrollbar.button:hover { + color: @theme_fg_color; +} + +NautilusPlacesSidebar .cell:selected, +NautilusPlacesSidebar *.cell:selected, +NemoPlacesSidebar .cell:selected, +NemoPlacesSidebar *.cell:selected { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.3), + shade(@theme_bg_color, 0.73)); + color: @theme_text_color; + border-radius: 2px; +} + +NautilusPlacesSidebar .cell:selected:focus, +NautilusPlacesSidebar *.cell:selected:focus, +NemoPlacesSidebar .cell:selected:focus, +NemoPlacesSidebar *.cell:selected:focus { + color: @theme_text_color; + background-image: linear-gradient(to top, + shade(@theme_bg_color, 1.3), + shade(@theme_bg_color, 0.73)); +} + +NautilusPlacesSidebar .cell.image:selected, +NautilusPlacesSidebar .cell.image:selected:focus, +NemoPlacesSidebar .cell.image:selected, +NemoPlacesSidebar .cell.image:selected:focus { + color: shade(@theme_selected_bg_color, 0.75); +} + +NautilusWindow .question, /* why question for trash? */ +NautilusWindow .info, +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusQueryEditor.info, +NautilusSearchBar.info, +NemoWindow .question, +NemoWindow .info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoQueryEditor.info, +NemoSearchBar.info { + background-color: @theme_bg_color; +} + +NemoSearchBar.info { + border-radius: 0px; +} + +NautilusWindow NautilusQueryEditor .toolbar, +NautilusWindow .notebook NautilusQueryEditor .toolbar, +NemoWindow NautilusQueryEditor .toolbar, +NemoWindow .notebook NautilusQueryEditor .toolbar { + background-image: none; + background-color: transparent; + padding: 5px 7px; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 5px; +} + +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nautilus-canvas-item { + color: @theme_bg_color; + text-shadow: 1px 1px black; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nautilus-canvas-item:active { + color: @theme_text_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nautilus-canvas-item:selected { + color: @theme_selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nautilus-canvas-item:active, +.nemo-desktop.nautilus-canvas-item:prelight, +.nemo-desktop.nautilus-canvas-item:selected { + text-shadow: none; +} diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk.css new file mode 100644 index 00000000..83706a20 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk.css @@ -0,0 +1 @@ +@import url("gtk-main.css"); diff --git a/desktop-themes/GreenLaguna/gtk-3.0/settings.ini b/desktop-themes/GreenLaguna/gtk-3.0/settings.ini new file mode 100644 index 00000000..a11640ff --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/settings.ini @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#E9EFE7\nbg_color:#E9EFE7\ntooltip_bg_color:#333433\nselected_bg_color:#6F816A\ntext_color:#000000\nfg_color:#101010;\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff" +gtk-auto-mnemonics = 1 +gtk-visible-focus = automatic diff --git a/desktop-themes/GreenLaguna/index.theme.in b/desktop-themes/GreenLaguna/index.theme.in new file mode 100644 index 00000000..0838d379 --- /dev/null +++ b/desktop-themes/GreenLaguna/index.theme.in @@ -0,0 +1,16 @@ +[X-GNOME-Metatheme] +Name=GreenLaguna +Type=X-GNOME-Metatheme +Comment=A clean green theme +Encoding=UTF-8 +GtkTheme=GreenLaguna +MetacityTheme=GreenLaguna +IconTheme=matefaenza +CursorTheme=MATE +CursorSize=24 + +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=GreenLaguna +Comment=A clean green theme +Encoding=UTF-8 diff --git a/desktop-themes/GreenLaguna/metacity-1/Makefile.am b/desktop-themes/GreenLaguna/metacity-1/Makefile.am new file mode 100644 index 00000000..45bf4163 --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/Makefile.am @@ -0,0 +1,20 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/metacity-1 + +theme_DATA = \ + metacity-theme-1.xml \ + metacity-theme-2.xml \ + metacity-theme-3.xml \ + button-close-focus.png \ + button-max-focus1.png \ + button-max-focus.png \ + button-min-focus.png \ + menu-button-pressed.png \ + neutral.png \ + unabove-button.png \ + unabove-button-unfocus.png \ + unfocus.png \ + yellow.png + +EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/GreenLaguna/metacity-1/button-close-focus.png b/desktop-themes/GreenLaguna/metacity-1/button-close-focus.png Binary files differnew file mode 100644 index 00000000..3297f854 --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/button-close-focus.png diff --git a/desktop-themes/GreenLaguna/metacity-1/button-max-focus.png b/desktop-themes/GreenLaguna/metacity-1/button-max-focus.png Binary files differnew file mode 100644 index 00000000..6b93868c --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/button-max-focus.png diff --git a/desktop-themes/GreenLaguna/metacity-1/button-max-focus1.png b/desktop-themes/GreenLaguna/metacity-1/button-max-focus1.png Binary files differnew file mode 100644 index 00000000..6b93868c --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/button-max-focus1.png diff --git a/desktop-themes/GreenLaguna/metacity-1/button-min-focus.png b/desktop-themes/GreenLaguna/metacity-1/button-min-focus.png Binary files differnew file mode 100644 index 00000000..b44cde4c --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/button-min-focus.png diff --git a/desktop-themes/GreenLaguna/metacity-1/menu-button-pressed.png b/desktop-themes/GreenLaguna/metacity-1/menu-button-pressed.png Binary files differnew file mode 100644 index 00000000..b15b508a --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/menu-button-pressed.png diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml new file mode 100644 index 00000000..40d03637 --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml @@ -0,0 +1,508 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>GreenLaguna</name> + <author>Wolfgang Ulbrich</author> + <copyright>none</copyright> + <date>Feb 2013</date> + <description>A clean green theme inspired by the older versions of Clearlook.</description> +</info> + +<!--================--> +<!--Frame Geometries--> +<!--================--> + +<frame_geometry name="normal" rounded_top_left="true" rounded_bottom_left="true" rounded_top_right="true" rounded_bottom_right="true"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="6"/> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="4"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="23"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="1" right="0" top="4" bottom="4"/> + <border name="button_border" left="1" right="0" top="4" bottom="0"/> +</frame_geometry> + +<!--Normal geometry--> + +<frame_geometry name="normal_small_borders" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false" parent="normal"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<!--Utility windows--> + +<frame_geometry name="utility" title_scale="small" parent="normal"/> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="4"/> + <distance name="right_width" value="4"/> + <distance name="bottom_height" value="4"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="4"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!--==============--> +<!--Some constants--> +<!--==============--> + +<constant name="ThickLineWidth" value="3"/> +<constant name="IconTitleSpacing" value="6"/> + +<!--=======--> +<!--Drawing--> +<!--=======--> + +<!--Above button--> + +<draw_ops name="above_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="above_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="above_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="above_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Unabove Button--> + +<draw_ops name="unabove_button"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unabove_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unabove_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unabove_button_inactive"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!-- Stick button--> + +<draw_ops name="stick_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="stick_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="stick_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="stick_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Unstick Button--> + +<draw_ops name="unstick_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unstick_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unstick_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unstick_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Shade button--> + +<draw_ops name="shade_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="shade_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="shade_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="shade_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Unshade button--> + +<draw_ops name="unshade_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unshade_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unshade_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unshade_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Menu button--> + +<draw_ops name="menu_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="menu_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="menu_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="menu_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Minimize button--> + +<draw_ops name="minimize_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="minimize_button_prelight"> + <image filename="button-min-focus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="minimize_button_pressed"> + <include name="minimize_button"/> +</draw_ops> + +<draw_ops name="minimize_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Maximize button--> + +<draw_ops name="maximize_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="maximize_button_prelight"> + <image filename="button-max-focus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="maximize_button_pressed"> + <include name="maximize_button"/> +</draw_ops> + +<draw_ops name="maximize_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Restore button--> + +<draw_ops name="restore_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="restore_button_prelight"> + <image filename="button-max-focus1.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="restore_button_pressed"> + <include name="restore_button"/> +</draw_ops> + +<draw_ops name="restore_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Close button--> + +<draw_ops name="close_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="close_button_prelight"> + <image filename="button-close-focus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="close_button_pressed"> + <include name="close_button"/> +</draw_ops> + +<draw_ops name="close_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--==================--> +<!--Draw window frames--> +<!--==================--> + +<!--Draw nothing--> + +<draw_ops name="blank"> +</draw_ops> + +<!--The background of windows--> + +<draw_ops name="background"> + + <rectangle color="#E9EFE7" x="0" y="0" width="width" height="height" filled="true"/> + + <rectangle color="#B4B5B3" x="0" y="0" width="width-1" height="height-1" filled="false"/> + + <rectangle color="#E9EFE7" x="left_width-1" y="top_height-1" + width="width-left_width-right_width+2" height="height-top_height-bottom_height" filled="true"/> + + <!--Title bar gradient--> + + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-2"> + <color value="#FFFFFF"/> + <color value="#E9EFE7"/> + </gradient> + + <line color="#EFEBE7" x1="right_width" y1="top_height-1" x2="width-right_width-2+1" y2="top_height-1" /> + + <!--Top curves--> + <line color="#B5B5B5" x1="0" y1="5" x2="2" y2="2"/> + <line color="#B5B5B5" x1="2" y1="2" x2="5" y2="0"/> + <line color="#B5B5B5" x1="width-right_width+1" y1="5" x2="width-right_width-2+1" y2="2"/> + <line color="#B5B5B5" x1="width-right_width-2+1" y1="2" x2="width-right_width-5+1" y2="0"/> + <!--Bottom curves--> + <line color="#B5B5B5" x1="0" y1="height-bottom_height" x2="2" y2="height-bottom_height+3"/> + <line color="#B5B5B5" x1="2" y1="height-bottom_height+3" x2="5" y2="height-bottom_height+5"/> + <line color="#B5B5B5" x1="width-right_width+1" y1="height-bottom_height" x2="width-right_width-2+1" y2="height-bottom_height+3"/> + <line color="#B5B5B5" x1="width-right_width-2+1" y1="height-bottom_height+3" x2="width-right_width-5+1" y2="height-bottom_height+5"/> +</draw_ops> + +<draw_ops name="max_background"> + + <rectangle color="#E9EFE7" x="0" y="0" width="width" height="height" filled="true"/> + + <rectangle color="#E9EFE7" x="0" y="0" width="width-1" height="height-1" filled="false"/> + + <rectangle color="#E9EFE7" x="left_width-1" y="top_height-1" + width="width-left_width-right_width+2" height="height-top_height-bottom_height" filled="true"/> + + <!--Title bar gradient--> + + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-2"> + <color value="#FFFFFF" /> + <color value="#E9EFE7" /> + </gradient> + + <line color="#E9EFE7" x1="right_width" y1="top_height-1" x2="width-right_width-2+1" y2="top_height-1" /> +</draw_ops> + +<!--Set up draw_ops for drawing the title text--> + +<!--Focused windows--> + +<draw_ops name="title_text_focused"> + <clip x="0" y="0" width="width" height="height"/> + <title color="#000000" + x="(width - title_width) / 2" y="(height - title_height) / 2"/> +</draw_ops> + + <!--Unfocused windows--> + +<draw_ops name="title_text"> + <clip x="0" y="0" width="width" height="height"/> + <title color="#B2B3B1" + x="(width - title_width) / 2" y="(height - title_height) / 2"/> +</draw_ops> + +<!--Title text--> + +<draw_ops name="title_normal"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_focused"> + <include name="title_text_focused"/> +</draw_ops> + +<draw_ops name="title_utility"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_utility_focused"> + <include name="title_text_focused"/> +</draw_ops> + +<!--=======================================--> +<!--Use draw_ops to draw the window frames.--> +<!--=======================================--> + +<!--Focused windows--> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="background"/> + <piece position="title" draw_ops="title_focused"/> + +<!--Draw buttons in normal, prelight, and pressed states--> + + <button function="close" state="normal" draw_ops="close_button"/> + <button function="close" state="prelight" draw_ops="close_button_prelight"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_button"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_button"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> + <button function="menu" state="normal" draw_ops="menu_button"/> + <button function="menu" state="prelight" draw_ops="menu_button_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> + <button function="stick" state="normal" draw_ops="stick_button"/> + <button function="stick" state="prelight" draw_ops="stick_button_prelight"/> + <button function="stick" state="pressed" draw_ops="stick_button_pressed"/> + <button function="unstick" state="normal" draw_ops="unstick_button"/> + <button function="unstick" state="prelight" draw_ops="unstick_button_prelight"/> + <button function="unstick" state="pressed" draw_ops="unstick_button_pressed"/> + <button function="shade" state="normal" draw_ops="shade_button"/> + <button function="shade" state="prelight" draw_ops="shade_button_prelight"/> + <button function="shade" state="pressed" draw_ops="shade_button_pressed"/> + <button function="unshade" state="normal" draw_ops="unshade_button"/> + <button function="unshade" state="prelight" draw_ops="unshade_button_prelight"/> + <button function="unshade" state="pressed" draw_ops="unshade_button_pressed"/> + <button function="above" state="normal" draw_ops="above_button"/> + <button function="above" state="prelight" draw_ops="above_button_prelight"/> + <button function="above" state="pressed" draw_ops="above_button_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_button"/> + <button function="unabove" state="prelight" draw_ops="unabove_button_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_button_pressed"/> +</frame_style> + +<!--Unfocused windows--> + +<frame_style name="normal_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="background"/> + <piece position="title" draw_ops="title_normal"/> + +<!--Pressed states--> + + <button function="close" state="normal" draw_ops="close_button_inactive"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_button_inactive"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_button_inactive"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> + <button function="menu" state="normal" draw_ops="menu_button_inactive"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> + <button function="stick" state="normal" draw_ops="stick_button_inactive"/> + <button function="stick" state="pressed" draw_ops="stick_button_pressed"/> + <button function="unstick" state="normal" draw_ops="unstick_button_inactive"/> + <button function="unstick" state="pressed" draw_ops="unstick_button_pressed"/> + <button function="shade" state="normal" draw_ops="shade_button"/> + <button function="shade" state="prelight" draw_ops="shade_button_prelight"/> + <button function="shade" state="pressed" draw_ops="shade_button_pressed"/> + <button function="unshade" state="normal" draw_ops="unshade_button"/> + <button function="unshade" state="prelight" draw_ops="unshade_button_prelight"/> + <button function="unshade" state="pressed" draw_ops="unshade_button_pressed"/> + <button function="above" state="normal" draw_ops="above_button_inactive"/> + <button function="above" state="pressed" draw_ops="above_button_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_button_inactive"/> + <button function="unabove" state="pressed" draw_ops="unabove_button_pressed"/> +</frame_style> + +<!--Shading--> + +<frame_style name="shaded_focused" geometry="normal" parent="normal_focused"> + <piece position="title" draw_ops="title_focused"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> + <piece position="entire_background" draw_ops="max_background"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> + <piece position="entire_background" draw_ops="max_background"/> +</frame_style> + +<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> + <piece position="title" draw_ops="title_utility"/> +</frame_style> + +<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> + <piece position="title" draw_ops="title_utility_focused"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_unfocused"> + <piece position="entire_background" draw_ops="background"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style_set name="normal"> +<frame focus="yes" state="normal" resize="both" style="normal_focused"/> +<frame focus="no" state="normal" resize="both" style="normal_unfocused"/> +<frame focus="yes" state="maximized" style="maximized_focused"/> +<frame focus="no" state="maximized" style="maximized_unfocused"/> +<frame focus="yes" state="shaded" style="shaded_focused"/> +<frame focus="no" state="shaded" style="normal_unfocused"/> +<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/> +<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> +</frame_style_set> + +<frame_style_set name="utility" parent="normal"> +<frame focus="yes" state="normal" resize="both" style="utility_focused"/> +<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> +<frame focus="yes" state="maximized" style="utility_focused"/> +<frame focus="no" state="maximized" style="utility_unfocused"/> +<frame focus="yes" state="shaded" style="utility_focused"/> +<frame focus="no" state="shaded" style="utility_unfocused"/> +<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> +<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> +</frame_style_set> + +<frame_style_set name="border" parent="normal"> +<frame focus="yes" state="normal" resize="both" style="border"/> +<frame focus="no" state="normal" resize="both" style="border"/> +<frame focus="yes" state="maximized" style="utility_focused"/> +<frame focus="no" state="maximized" style="utility_unfocused"/> +<frame focus="yes" state="shaded" style="utility_focused"/> +<frame focus="no" state="shaded" style="utility_unfocused"/> +<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> +<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +<menu_icon function="close" state="normal" draw_ops="close_button"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button"/> + +</metacity_theme> diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml new file mode 100644 index 00000000..40d03637 --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml @@ -0,0 +1,508 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>GreenLaguna</name> + <author>Wolfgang Ulbrich</author> + <copyright>none</copyright> + <date>Feb 2013</date> + <description>A clean green theme inspired by the older versions of Clearlook.</description> +</info> + +<!--================--> +<!--Frame Geometries--> +<!--================--> + +<frame_geometry name="normal" rounded_top_left="true" rounded_bottom_left="true" rounded_top_right="true" rounded_bottom_right="true"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="6"/> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="4"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="23"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="1" right="0" top="4" bottom="4"/> + <border name="button_border" left="1" right="0" top="4" bottom="0"/> +</frame_geometry> + +<!--Normal geometry--> + +<frame_geometry name="normal_small_borders" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false" parent="normal"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<!--Utility windows--> + +<frame_geometry name="utility" title_scale="small" parent="normal"/> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="4"/> + <distance name="right_width" value="4"/> + <distance name="bottom_height" value="4"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="4"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!--==============--> +<!--Some constants--> +<!--==============--> + +<constant name="ThickLineWidth" value="3"/> +<constant name="IconTitleSpacing" value="6"/> + +<!--=======--> +<!--Drawing--> +<!--=======--> + +<!--Above button--> + +<draw_ops name="above_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="above_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="above_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="above_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Unabove Button--> + +<draw_ops name="unabove_button"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unabove_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unabove_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unabove_button_inactive"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!-- Stick button--> + +<draw_ops name="stick_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="stick_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="stick_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="stick_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Unstick Button--> + +<draw_ops name="unstick_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unstick_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unstick_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unstick_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Shade button--> + +<draw_ops name="shade_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="shade_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="shade_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="shade_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Unshade button--> + +<draw_ops name="unshade_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unshade_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unshade_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="unshade_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Menu button--> + +<draw_ops name="menu_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="menu_button_prelight"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="menu_button_pressed"> + <image filename="yellow.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="menu_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Minimize button--> + +<draw_ops name="minimize_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="minimize_button_prelight"> + <image filename="button-min-focus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="minimize_button_pressed"> + <include name="minimize_button"/> +</draw_ops> + +<draw_ops name="minimize_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Maximize button--> + +<draw_ops name="maximize_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="maximize_button_prelight"> + <image filename="button-max-focus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="maximize_button_pressed"> + <include name="maximize_button"/> +</draw_ops> + +<draw_ops name="maximize_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Restore button--> + +<draw_ops name="restore_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="restore_button_prelight"> + <image filename="button-max-focus1.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="restore_button_pressed"> + <include name="restore_button"/> +</draw_ops> + +<draw_ops name="restore_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--Close button--> + +<draw_ops name="close_button"> + <image filename="neutral.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="close_button_prelight"> + <image filename="button-close-focus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<draw_ops name="close_button_pressed"> + <include name="close_button"/> +</draw_ops> + +<draw_ops name="close_button_inactive"> + <image filename="unfocus.png" x="0" y="0" width="20" height="20"/> +</draw_ops> + +<!--==================--> +<!--Draw window frames--> +<!--==================--> + +<!--Draw nothing--> + +<draw_ops name="blank"> +</draw_ops> + +<!--The background of windows--> + +<draw_ops name="background"> + + <rectangle color="#E9EFE7" x="0" y="0" width="width" height="height" filled="true"/> + + <rectangle color="#B4B5B3" x="0" y="0" width="width-1" height="height-1" filled="false"/> + + <rectangle color="#E9EFE7" x="left_width-1" y="top_height-1" + width="width-left_width-right_width+2" height="height-top_height-bottom_height" filled="true"/> + + <!--Title bar gradient--> + + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-2"> + <color value="#FFFFFF"/> + <color value="#E9EFE7"/> + </gradient> + + <line color="#EFEBE7" x1="right_width" y1="top_height-1" x2="width-right_width-2+1" y2="top_height-1" /> + + <!--Top curves--> + <line color="#B5B5B5" x1="0" y1="5" x2="2" y2="2"/> + <line color="#B5B5B5" x1="2" y1="2" x2="5" y2="0"/> + <line color="#B5B5B5" x1="width-right_width+1" y1="5" x2="width-right_width-2+1" y2="2"/> + <line color="#B5B5B5" x1="width-right_width-2+1" y1="2" x2="width-right_width-5+1" y2="0"/> + <!--Bottom curves--> + <line color="#B5B5B5" x1="0" y1="height-bottom_height" x2="2" y2="height-bottom_height+3"/> + <line color="#B5B5B5" x1="2" y1="height-bottom_height+3" x2="5" y2="height-bottom_height+5"/> + <line color="#B5B5B5" x1="width-right_width+1" y1="height-bottom_height" x2="width-right_width-2+1" y2="height-bottom_height+3"/> + <line color="#B5B5B5" x1="width-right_width-2+1" y1="height-bottom_height+3" x2="width-right_width-5+1" y2="height-bottom_height+5"/> +</draw_ops> + +<draw_ops name="max_background"> + + <rectangle color="#E9EFE7" x="0" y="0" width="width" height="height" filled="true"/> + + <rectangle color="#E9EFE7" x="0" y="0" width="width-1" height="height-1" filled="false"/> + + <rectangle color="#E9EFE7" x="left_width-1" y="top_height-1" + width="width-left_width-right_width+2" height="height-top_height-bottom_height" filled="true"/> + + <!--Title bar gradient--> + + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-2"> + <color value="#FFFFFF" /> + <color value="#E9EFE7" /> + </gradient> + + <line color="#E9EFE7" x1="right_width" y1="top_height-1" x2="width-right_width-2+1" y2="top_height-1" /> +</draw_ops> + +<!--Set up draw_ops for drawing the title text--> + +<!--Focused windows--> + +<draw_ops name="title_text_focused"> + <clip x="0" y="0" width="width" height="height"/> + <title color="#000000" + x="(width - title_width) / 2" y="(height - title_height) / 2"/> +</draw_ops> + + <!--Unfocused windows--> + +<draw_ops name="title_text"> + <clip x="0" y="0" width="width" height="height"/> + <title color="#B2B3B1" + x="(width - title_width) / 2" y="(height - title_height) / 2"/> +</draw_ops> + +<!--Title text--> + +<draw_ops name="title_normal"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_focused"> + <include name="title_text_focused"/> +</draw_ops> + +<draw_ops name="title_utility"> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_utility_focused"> + <include name="title_text_focused"/> +</draw_ops> + +<!--=======================================--> +<!--Use draw_ops to draw the window frames.--> +<!--=======================================--> + +<!--Focused windows--> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="background"/> + <piece position="title" draw_ops="title_focused"/> + +<!--Draw buttons in normal, prelight, and pressed states--> + + <button function="close" state="normal" draw_ops="close_button"/> + <button function="close" state="prelight" draw_ops="close_button_prelight"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_button"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_button"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> + <button function="menu" state="normal" draw_ops="menu_button"/> + <button function="menu" state="prelight" draw_ops="menu_button_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> + <button function="stick" state="normal" draw_ops="stick_button"/> + <button function="stick" state="prelight" draw_ops="stick_button_prelight"/> + <button function="stick" state="pressed" draw_ops="stick_button_pressed"/> + <button function="unstick" state="normal" draw_ops="unstick_button"/> + <button function="unstick" state="prelight" draw_ops="unstick_button_prelight"/> + <button function="unstick" state="pressed" draw_ops="unstick_button_pressed"/> + <button function="shade" state="normal" draw_ops="shade_button"/> + <button function="shade" state="prelight" draw_ops="shade_button_prelight"/> + <button function="shade" state="pressed" draw_ops="shade_button_pressed"/> + <button function="unshade" state="normal" draw_ops="unshade_button"/> + <button function="unshade" state="prelight" draw_ops="unshade_button_prelight"/> + <button function="unshade" state="pressed" draw_ops="unshade_button_pressed"/> + <button function="above" state="normal" draw_ops="above_button"/> + <button function="above" state="prelight" draw_ops="above_button_prelight"/> + <button function="above" state="pressed" draw_ops="above_button_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_button"/> + <button function="unabove" state="prelight" draw_ops="unabove_button_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_button_pressed"/> +</frame_style> + +<!--Unfocused windows--> + +<frame_style name="normal_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="background"/> + <piece position="title" draw_ops="title_normal"/> + +<!--Pressed states--> + + <button function="close" state="normal" draw_ops="close_button_inactive"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_button_inactive"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_button_inactive"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> + <button function="menu" state="normal" draw_ops="menu_button_inactive"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> + <button function="stick" state="normal" draw_ops="stick_button_inactive"/> + <button function="stick" state="pressed" draw_ops="stick_button_pressed"/> + <button function="unstick" state="normal" draw_ops="unstick_button_inactive"/> + <button function="unstick" state="pressed" draw_ops="unstick_button_pressed"/> + <button function="shade" state="normal" draw_ops="shade_button"/> + <button function="shade" state="prelight" draw_ops="shade_button_prelight"/> + <button function="shade" state="pressed" draw_ops="shade_button_pressed"/> + <button function="unshade" state="normal" draw_ops="unshade_button"/> + <button function="unshade" state="prelight" draw_ops="unshade_button_prelight"/> + <button function="unshade" state="pressed" draw_ops="unshade_button_pressed"/> + <button function="above" state="normal" draw_ops="above_button_inactive"/> + <button function="above" state="pressed" draw_ops="above_button_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_button_inactive"/> + <button function="unabove" state="pressed" draw_ops="unabove_button_pressed"/> +</frame_style> + +<!--Shading--> + +<frame_style name="shaded_focused" geometry="normal" parent="normal_focused"> + <piece position="title" draw_ops="title_focused"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> + <piece position="entire_background" draw_ops="max_background"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> + <piece position="entire_background" draw_ops="max_background"/> +</frame_style> + +<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> + <piece position="title" draw_ops="title_utility"/> +</frame_style> + +<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> + <piece position="title" draw_ops="title_utility_focused"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_unfocused"> + <piece position="entire_background" draw_ops="background"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style_set name="normal"> +<frame focus="yes" state="normal" resize="both" style="normal_focused"/> +<frame focus="no" state="normal" resize="both" style="normal_unfocused"/> +<frame focus="yes" state="maximized" style="maximized_focused"/> +<frame focus="no" state="maximized" style="maximized_unfocused"/> +<frame focus="yes" state="shaded" style="shaded_focused"/> +<frame focus="no" state="shaded" style="normal_unfocused"/> +<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/> +<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> +</frame_style_set> + +<frame_style_set name="utility" parent="normal"> +<frame focus="yes" state="normal" resize="both" style="utility_focused"/> +<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> +<frame focus="yes" state="maximized" style="utility_focused"/> +<frame focus="no" state="maximized" style="utility_unfocused"/> +<frame focus="yes" state="shaded" style="utility_focused"/> +<frame focus="no" state="shaded" style="utility_unfocused"/> +<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> +<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> +</frame_style_set> + +<frame_style_set name="border" parent="normal"> +<frame focus="yes" state="normal" resize="both" style="border"/> +<frame focus="no" state="normal" resize="both" style="border"/> +<frame focus="yes" state="maximized" style="utility_focused"/> +<frame focus="no" state="maximized" style="utility_unfocused"/> +<frame focus="yes" state="shaded" style="utility_focused"/> +<frame focus="no" state="shaded" style="utility_unfocused"/> +<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> +<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +<menu_icon function="close" state="normal" draw_ops="close_button"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button"/> + +</metacity_theme> diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-3.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-3.xml new file mode 100644 index 00000000..16f1da99 --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1734 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>GreenLaguna</name> + <author>Wolfgang Ulbrich</author> + <copyright>none</copyright> + <date>2013</date> + <description>A green beige theme</description> +</info> + +<!-- Colors --> + +<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.75" /> +<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_attach_line" value="blend/#000000/gtk:bg[NORMAL]/0.75" /> +<constant name="C_attached" value="blend/#000000/gtk:bg[NORMAL]/0.75" /> +<constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> +<constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.63" /> + +<!-- Geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="5" rounded_top_right="5"> + <!-- frame widths --> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <!-- distance of the left button from the left edge --> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="10"/> + <border name="title_border" left="10" right="10" top="1" bottom="2"/> + <border name="button_border" left="0" right="0" top="1" bottom="2"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="5" rounded_top_right="5" parent="normal"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <!-- should be 1 less than that of the normal state or the buttons will be bigger --> + <distance name="title_vertical_pad" value="9"/> + <border name="title_border" left="10" right="10" top="1" bottom="2"/> + <border name="button_border" left="0" right="0" top="1" bottom="2"/> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="7"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <border name="button_border" left="1" right="0" top="0" bottom="2"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="title_vertical_pad" value="1" /> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <border name="title_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="3" rounded_top_right="3" parent="small"> + <distance name="title_vertical_pad" value="0"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 2" + color="C_title_focused_hilight" /> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2)) + 2" + ellipsize_width="width" + color="C_title_focused_hilight" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused"/> +</draw_ops> + + <!-- Window Decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="gtk:custom(wm_a,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6)" /> + <color value="gtk:custom(wm_b,gtk:bg[NORMAL])" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_focused_alt"> <!-- gradient for focused dialogs and utility titlebar--> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="gtk:custom(wm_util,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.3)" /> + <color value="gtk:custom(wm_b,gtk:bg[NORMAL])" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_focused_alt2"> <!-- gradient for attached and modal dialogs titlebar--> + <gradient type="vertical" x="0" y="0" width="width" height="title_height"> + <color value="gtk:custom(wm_util,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.3)" /> + <color value="gtk:custom(wm_b,gtk:bg[NORMAL])" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused_alt2"> <!-- gradient for unfocused attached dialogs titlebar--> + <gradient type="vertical" x="0" y="0" width="width" height="title_height"> + <color value="gtk:custom(wm_unfocus,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.2)" /> + <color value="gtk:custom(wm_b,gtk:bg[NORMAL])" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="gtk:custom(wm_unfocus,blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.2)" /> + <color value="gtk:custom(wm_b,gtk:bg[NORMAL])" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> +</draw_ops> + +<draw_ops name="titlebar_focused_alt2"> <!-- titlebar for focused attached and modal dialogs --> + <include name="titlebar_fill_focused_alt2" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused_alt2"> <!-- titlebar for unfocused attached dialogs --> + <include name="titlebar_fill_unfocused_alt2" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_attached_focused"> + <line color="C_attach_line" x1="2" y1="0" x2="width-2" y2="0" /> + <line color="C_attached" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_attached" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_attached" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_attached" x="0" y="0" width="7" height="7" start_angle="270" extent_angle="90" /> + <arc color="C_attached" x="width-8" y="0" width="7" height="7" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_attached_unfocused"> + <line color="C_attach_line" x1="2" y1="0" x2="width-2" y2="0" /> + <line color="C_attached" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_attached" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_attached" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_attached" x="0" y="0" width="7" height="7" start_angle="270" extent_angle="90" /> + <arc color="C_attached" x="width-8" y="0" width="7" height="7" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="5" y1="0" x2="width-5" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="5" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="5" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="10" height="10" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-11" y="0" width="10" height="9" start_angle="0" extent_angle="90" /> + <!-- more solid edges --> + <arc color="C_border_focused" x="0" y="0" width="10" height="10" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-11" y="0" width="10" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="5" y1="0" x2="width-5" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="5" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="5" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="10" height="10" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-11" y="0" width="10" height="9" start_angle="0" extent_angle="90" /> + + <arc color="C_border_unfocused" x="0" y="0" width="10" height="10" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-11" y="0" width="10" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + + <!-- Button Icons --> + +<draw_ops name="close_focused"> + <image filename="neutral.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_image_util_focused"> + <image filename="neutral.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="close_util_focused"> + <include name="close_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="close_max_focused"> + <include name="close_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-close-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_image_util_focused_prelight"> + <image filename="button-close-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="close_util_focused_prelight"> + <include name="close_image_util_focused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="close_max_focused_prelight"> + <include name="close_focused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-close-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_image_util_focused_pressed"> + <image filename="button-close-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="close_util_focused_pressed"> + <include name="close_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="close_max_focused_pressed"> + <include name="close_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="unfocus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_image_util_unfocused"> + <image filename="unfocus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="close_util_unfocused"> + <include name="close_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="close_max_unfocused"> + <include name="close_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-close-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_image_util_unfocused_prelight"> + <image filename="button-close-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="close_util_unfocused_prelight"> + <include name="close_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="close_max_unfocused_prelight"> + <include name="close_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-close-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_image_util_unfocused_pressed"> + <image filename="button-close-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="close_util_unfocused_pressed"> + <include name="close_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="close_max_unfocused_pressed"> + <include name="close_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="maximize_focused"> + <image filename="neutral.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_image_util_focused"> + <image filename="neutral.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="maximize_util_focused"> + <include name="maximize_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="maximize_max_focused"> + <include name="maximize_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-max-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_image_util_focused_prelight"> + <image filename="button-max-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="maximize_util_focused_prelight"> + <include name="maximize_image_util_focused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="maximize_max_focused_prelight"> + <include name="maximize_focused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-max-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_image_util_focused_pressed"> + <image filename="button-max-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="maximize_util_focused_pressed"> + <include name="maximize_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="maximize_max_focused_pressed"> + <include name="maximize_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="unfocus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_image_util_unfocused"> + <image filename="unfocus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="maximize_util_unfocused"> + <include name="maximize_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="maximize_max_unfocused"> + <include name="maximize_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-max-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_image_util_unfocused_prelight"> + <image filename="button-max-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="maximize_util_unfocused_prelight"> + <include name="maximize_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="maximize_max_unfocused_prelight"> + <include name="maximize_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-max-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_image_util_unfocused_pressed"> + <image filename="button-max-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="maximize_util_unfocused_pressed"> + <include name="maximize_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="maximize_max_unfocused_pressed"> + <include name="maximize_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="minimize_focused"> + <image filename="neutral.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_image_util_focused"> + <image filename="neutral.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="minimize_util_focused"> + <include name="minimize_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="minimize_max_focused"> + <include name="minimize_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-min-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_image_util_focused_prelight"> + <image filename="button-min-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="minimize_util_focused_prelight"> + <include name="minimize_image_util_focused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="minimize_max_focused_prelight"> + <include name="minimize_focused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-min-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_image_util_focused_pressed"> + <image filename="button-min-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="minimize_util_focused_pressed"> + <include name="minimize_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="minimize_max_focused_pressed"> + <include name="minimize_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="unfocus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_image_util_unfocused"> + <image filename="unfocus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="minimize_util_unfocused"> + <include name="minimize_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="minimize_max_unfocused"> + <include name="minimize_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-min-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_image_util_unfocused_prelight"> + <image filename="button-min-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="minimize_util_unfocused_prelight"> + <include name="minimize_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="minimize_max_unfocused_prelight"> + <include name="minimize_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-min-focus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_image_util_unfocused_pressed"> + <image filename="button-min-focus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="minimize_util_unfocused_pressed"> + <include name="minimize_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="minimize_max_unfocused_pressed"> + <include name="minimize_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="above_focused"> + <image filename="neutral.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="above_image_util_focused"> + <image filename="neutral.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="above_util_focused"> + <include name="above_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="above_max_focused"> + <include name="above_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="above_focused_prelight"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="above_image_util_focused_prelight"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="above_util_focused_prelight"> + <include name="above_image_util_focused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="above_max_focused_prelight"> + <include name="above_focused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="above_focused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="above_image_util_focused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="above_util_focused_pressed"> + <include name="above_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="above_max_focused_pressed"> + <include name="above_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="above_unfocused"> + <image filename="unfocus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="above_image_util_unfocused"> + <image filename="unfocus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="above_util_unfocused"> + <include name="above_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="above_max_unfocused"> + <include name="above_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="above_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="above_image_util_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="above_util_unfocused_prelight"> + <include name="above_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="above_max_unfocused_prelight"> + <include name="above_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="above_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="above_image_util_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="above_util_unfocused_pressed"> + <include name="above_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="above_max_unfocused_pressed"> + <include name="above_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="unabove_focused"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unabove_image_util_focused"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="unabove_util_focused"> + <include name="unabove_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="unabove_max_focused"> + <include name="unabove_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="unabove_focused_prelight"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unabove_image_util_focused_prelight"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="unabove_util_focused_prelight"> + <include name="unabove_image_util_focused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="unabove_max_focused_prelight"> + <include name="unabove_focused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="unabove_focused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unabove_image_util_focused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="unabove_util_focused_pressed"> + <include name="unabove_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="unabove_max_focused_pressed"> + <include name="unabove_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="unabove_unfocused"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unabove_image_util_unfocused"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="unabove_util_unfocused"> + <include name="unabove_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="unabove_max_unfocused"> + <include name="unabove_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="unabove_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unabove_image_util_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="unabove_util_unfocused_prelight"> + <include name="unabove_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="unabove_max_unfocused_prelight"> + <include name="unabove_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="unabove_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unabove_image_util_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="unabove_util_unfocused_pressed"> + <include name="unabove_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="unabove_max_unfocused_pressed"> + <include name="unabove_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="menu_focused"> + <image filename="neutral.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_image_util_focused"> + <image filename="neutral.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="menu_util_focused"> + <include name="menu_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="menu_max_focused"> + <include name="menu_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_image_util_focused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="menu_util_focused_pressed"> + <include name="menu_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="menu_max_focused_pressed"> + <include name="menu_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <image filename="unfocus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_image_util_unfocused"> + <image filename="unfocus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="menu_util_unfocused"> + <include name="menu_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="menu_max_unfocused"> + <include name="menu_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_image_util_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="menu_util_unfocused_prelight"> + <include name="menu_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="menu_max_unfocused_prelight"> + <include name="menu_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="menu_image_util_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="menu_util_unfocused_pressed"> + <include name="menu_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="menu_max_unfocused_pressed"> + <include name="menu_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="shade_focused"> + <image filename="neutral.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_image_util_focused"> + <image filename="neutral.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="shade_util_focused"> + <include name="shade_image_util_focused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="shade_max_focused"> + <include name="shade_focused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_image_util_focused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="shade_util_focused_pressed"> + <include name="shade_image_util_focused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="shade_max_focused_pressed"> + <include name="shade_focused_pressed" x="0" y="1" /> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <image filename="unfocus.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_image_util_unfocused"> + <image filename="unfocus.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="shade_util_unfocused"> + <include name="shade_image_util_unfocused" x="0" y="2" /> +</draw_ops> + +<draw_ops name="shade_max_unfocused"> + <include name="shade_unfocused" x="0" y="1" /> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_image_util_unfocused_prelight"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="shade_util_unfocused_prelight"> + <include name="shade_image_util_unfocused_prelight" x="0" y="2" /> +</draw_ops> + +<draw_ops name="shade_max_unfocused_prelight"> + <include name="shade_unfocused_prelight" x="0" y="1" /> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="shade_image_util_unfocused_pressed"> + <image filename="yellow.png" x="(width-object_width*0.8)/2" y="(height-object_height*0.8)/2" width="object_width*0.8" height="object_height*0.8"/> +</draw_ops> + +<draw_ops name="shade_util_unfocused_pressed"> + <include name="shade_image_util_unfocused_pressed" x="0" y="2" /> +</draw_ops> + +<draw_ops name="shade_max_unfocused_pressed"> + <include name="shade_unfocused_pressed" x="0" y="1" /> +</draw_ops> + +<!-- Frame Styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_focused" /> + <button function="above" state="prelight" draw_ops="above_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_unfocused"/> + <button function="above" state="prelight" draw_ops="above_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_max_focused" /> + <button function="close" state="prelight" draw_ops="close_max_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_max_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_max_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_max_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_max_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_max_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_max_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_max_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_max_focused" /> + <button function="above" state="prelight" draw_ops="above_max_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_max_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_max_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_max_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_max_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_max_focused" /> + <button function="menu" state="pressed" draw_ops="menu_max_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_max_focused" /> + <button function="shade" state="pressed" draw_ops="shade_max_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_max_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_max_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_max_unfocused"/> + <button function="close" state="prelight" draw_ops="close_max_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_max_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_max_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_max_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_max_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_max_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_max_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_max_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_max_unfocused"/> + <button function="above" state="prelight" draw_ops="above_max_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_max_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_max_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_max_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_max_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_max_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_max_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_max_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_max_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_max_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_max_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_max_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_max_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_max_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_max_focused" /> + <button function="close" state="prelight" draw_ops="close_max_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_max_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_max_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_max_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_max_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_max_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_max_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_max_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_max_focused" /> + <button function="above" state="prelight" draw_ops="above_max_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_max_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_max_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_max_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_max_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_max_focused" /> + <button function="menu" state="pressed" draw_ops="menu_max_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_max_focused" /> + <button function="shade" state="pressed" draw_ops="shade_max_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_max_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_max_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_max_unfocused"/> + <button function="close" state="prelight" draw_ops="close_max_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_max_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_max_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_max_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_max_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_max_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_max_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_max_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_max_unfocused"/> + <button function="above" state="prelight" draw_ops="above_max_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_max_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_max_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_max_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_max_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_max_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_max_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_max_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_max_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_max_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_max_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_max_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_max_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_max_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_focused" /> + <button function="above" state="prelight" draw_ops="above_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_unfocused"/> + <button function="above" state="prelight" draw_ops="above_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt2" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_focused" /> + <button function="above" state="prelight" draw_ops="above_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_unfocused"/> + <button function="above" state="prelight" draw_ops="above_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_util_focused" /> + <button function="close" state="prelight" draw_ops="close_util_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_util_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_util_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_util_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_util_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_util_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_util_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_util_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_util_focused" /> + <button function="above" state="prelight" draw_ops="above_util_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_util_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_util_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_util_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_util_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_util_focused" /> + <button function="menu" state="pressed" draw_ops="menu_util_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_util_focused" /> + <button function="shade" state="pressed" draw_ops="shade_util_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_util_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_util_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_util_unfocused"/> + <button function="close" state="prelight" draw_ops="close_util_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_util_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_util_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_util_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_util_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_util_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_util_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_util_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_util_unfocused"/> + <button function="above" state="prelight" draw_ops="above_util_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_util_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_util_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_util_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_util_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_util_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_util_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_util_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_util_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_util_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_util_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_util_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_util_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_util_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt2" /> + <piece position="overlay" draw_ops="border_attached_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused_alt2" /> + <piece position="overlay" draw_ops="border_attached_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_focused" /> + <button function="above" state="prelight" draw_ops="above_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_unfocused"/> + <button function="above" state="prelight" draw_ops="above_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + + <button function="above" state="normal" draw_ops="above_focused" /> + <button function="above" state="prelight" draw_ops="above_focused_prelight" /> + <button function="above" state="pressed" draw_ops="above_focused_pressed" /> + <button function="unabove" state="normal" draw_ops="unabove_focused" /> + <button function="unabove" state="prelight" draw_ops="unabove_focused_prelight" /> + <button function="unabove" state="pressed" draw_ops="unabove_focused_pressed" /> + + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + + <button function="above" state="normal" draw_ops="above_unfocused"/> + <button function="above" state="prelight" draw_ops="above_unfocused_prelight"/> + <button function="above" state="pressed" draw_ops="above_unfocused_pressed"/> + <button function="unabove" state="normal" draw_ops="unabove_unfocused"/> + <button function="unabove" state="prelight" draw_ops="unabove_unfocused_prelight"/> + <button function="unabove" state="pressed" draw_ops="unabove_unfocused_pressed"/> + + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- Frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3"focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3"focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3"focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- Windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/desktop-themes/GreenLaguna/metacity-1/neutral.png b/desktop-themes/GreenLaguna/metacity-1/neutral.png Binary files differnew file mode 100644 index 00000000..8b224eca --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/neutral.png diff --git a/desktop-themes/GreenLaguna/metacity-1/unabove-button-unfocus.png b/desktop-themes/GreenLaguna/metacity-1/unabove-button-unfocus.png Binary files differnew file mode 100644 index 00000000..b44cde4c --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/unabove-button-unfocus.png diff --git a/desktop-themes/GreenLaguna/metacity-1/unabove-button.png b/desktop-themes/GreenLaguna/metacity-1/unabove-button.png Binary files differnew file mode 100644 index 00000000..b44cde4c --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/unabove-button.png diff --git a/desktop-themes/GreenLaguna/metacity-1/unfocus.png b/desktop-themes/GreenLaguna/metacity-1/unfocus.png Binary files differnew file mode 100644 index 00000000..247739d7 --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/unfocus.png diff --git a/desktop-themes/GreenLaguna/metacity-1/yellow.png b/desktop-themes/GreenLaguna/metacity-1/yellow.png Binary files differnew file mode 100644 index 00000000..b15b508a --- /dev/null +++ b/desktop-themes/GreenLaguna/metacity-1/yellow.png diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 96f1e11c..945baaa7 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -12,6 +12,7 @@ SUBDIRS = \ ContrastLow \ ContrastLowLargePrint \ Fog \ + GreenLaguna \ $(TEST_THEMES) DIST_SUBDIRS = \ @@ -28,5 +29,6 @@ DIST_SUBDIRS = \ ContrastLow \ ContrastLowLargePrint \ Fog \ + GreenLaguna \ TraditionalOkTest |