summaryrefslogtreecommitdiff
path: root/Kogaion-daylight/gtk-2.0
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-07-28 22:09:35 +0300
committerbionel <ionel.busuioc@gmail.com>2015-07-28 22:09:35 +0300
commite450545b966e867db59adcfa74c59d9940007414 (patch)
tree2a5a802bbb659101664e2219897413e39ab12c2c /Kogaion-daylight/gtk-2.0
parentdac8d8d5af504420eeceaac8dbe27683da8482b7 (diff)
add themes
Diffstat (limited to 'Kogaion-daylight/gtk-2.0')
-rwxr-xr-xKogaion-daylight/gtk-2.0/apps/gmusicbrowser.rc7
-rwxr-xr-xKogaion-daylight/gtk-2.0/apps/panel.rc119
-rwxr-xr-xKogaion-daylight/gtk-2.0/apps/terminal.rc59
-rwxr-xr-xKogaion-daylight/gtk-2.0/apps/thunar.rc30
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/checkbox-checked-insensitive.svg234
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/checkbox-checked.svg430
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/checkbox-mixed-insensitive.svg199
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/checkbox-mixed.svg426
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/checkbox-unchecked-insensitive.svg194
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/checkbox-unchecked.svg420
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/radio-mixed-insensitive.svg290
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/radio-mixed.svg433
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/radio-selected-insensitive.svg258
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/radio-selected.svg433
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/radio-unselected-insensitive.svg248
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/radio-unselected.svg423
-rwxr-xr-xKogaion-daylight/gtk-2.0/assets/scroll-background.pngbin0 -> 167 bytes
-rwxr-xr-xKogaion-daylight/gtk-2.0/copy of gtkrc909
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc908
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc (copy 1)909
20 files changed, 6929 insertions, 0 deletions
diff --git a/Kogaion-daylight/gtk-2.0/apps/gmusicbrowser.rc b/Kogaion-daylight/gtk-2.0/apps/gmusicbrowser.rc
new file mode 100755
index 0000000..0cbc046
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/apps/gmusicbrowser.rc
@@ -0,0 +1,7 @@
+style "gmusicbrowser-handle"
+{
+ GtkPaned::handle-size = 1
+}
+
+widget "Shimmer Desktop.VBMain.HPMain" style "gmusicbrowser-handle"
+widget_class "Shimmer Desktop.VBMain.VBTop.HBTop.*" style "toolbar"
diff --git a/Kogaion-daylight/gtk-2.0/apps/panel.rc b/Kogaion-daylight/gtk-2.0/apps/panel.rc
new file mode 100755
index 0000000..5746c01
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/apps/panel.rc
@@ -0,0 +1,119 @@
+style "theme-panel"
+{
+ xthickness = 2
+ ythickness = 0
+
+ bg[NORMAL] = @window_active_color
+# bg[ACTIVE] = "#00ff00"
+# bg[PRELIGHT] = "#0000ff"
+# bg[SELECTED] = "#ffff00"
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+# fg[ACTIVE] = "#00ff00"
+# fg[SELECTED] = "#ff0000"
+
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+# text[ACTIVE] = "#0000ff"
+# text[SELECTED] = "#ffff00"
+
+ engine "murrine" {
+# border_shades = { 1.3, 0.9 }
+# contrast = 0.5
+# roundness = 0
+# glowstyle = 0
+# glow_shade = 1.4
+# glazestyle = 2
+ reliefstyle = 0
+ handlestyle = 0
+ #trough_border_shades = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin)
+ }
+}
+
+style "theme-panel-text"
+{
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @fg_color
+ fg[ACTIVE] = @base_color
+
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @fg_color
+ text[ACTIVE] = @base_color
+}
+
+style "panel-entry"
+{
+ fg[NORMAL] = @text_color
+ fg[PRELIGHT] = @text_color
+ fg[ACTIVE] = @text_color
+ fg[SELECTED] = @text_color
+ fg[INSENSITIVE] = @text_color
+
+ text[NORMAL] = @text_color
+ text[PRELIGHT] = @text_color
+ text[ACTIVE] = @text_color
+ text[SELECTED] = @text_color
+ text[INSENSITIVE] = @text_color
+
+}
+
+style "theme-main-menu-text" = "theme-panel-text"
+{
+ fg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = "#ffffff"
+}
+
+style "workspace-switcher" = "theme-panel"
+{
+ bg[SELECTED] = shade (1.4, @selected_bg_color)
+}
+
+widget "*PanelWidget*" style "theme-panel"
+widget "*PanelApplet*" style "theme-panel"
+widget "*fast-user-switch*" style "theme-panel"
+widget "*CPUFreq*Applet*" style "theme-panel"
+widget "*indicator-applet*" style "theme-panel"
+class "PanelApp*" style "theme-panel"
+class "PanelToplevel*" style "theme-panel"
+widget_class "*PanelToplevel*" style "theme-panel"
+widget_class "*notif*" style "theme-panel"
+widget_class "*Notif*" style "theme-panel"
+widget_class "*Tray*" style "theme-panel"
+widget_class "*tray*" style "theme-panel"
+widget_class "*computertemp*" style "theme-panel"
+widget_class "*Applet*Tomboy*" style "theme-panel"
+widget_class "*Applet*Netstatus*" style "theme-panel"
+
+# Fixes for tooltip text in some apps.
+widget_class "*Notif*Beagle*" style "theme-panel"
+widget_class "*Notif*Brasero*" style "theme-panel"
+
+# XFCE panel theming.
+widget "*Xfce*Panel*" style "theme-panel"
+class "*Xfce*Panel*" style "theme-panel"
+widget "*WnckPager*" style "workspace-switcher"
+
+# Fix gtk-entries in the panel
+#class "GtkEntry" style "test"
+#class "*SexyIconEntry*" style:highest "test" # fixes dict-plugin
+#widget "*xfce4-verve-plugin*GtkEntry" style:highest "test" # fixes verve-plugin
+
+# Make sure panel text color doesn't change
+widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
+widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
+widget "*.clock-applet-button.*" style "theme-panel-text"
+widget "*PanelApplet*" style "theme-panel-text"
+
+# dark menus
+#widget_class "*<GtkMenu>*" style "test"
+#widget_class "*<GtkMenuItem>*" style "test"
+#widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "test"
+#widget_class "*<GtkMenuItem>.*.<GtkEntry>" style "panel-entry"
+#widget_class "*<GtkMenuItem>.*.<GtkScale>" style "test"
+#widget_class "*<GtkMenuBar>*" style "test"
+#widget "*.gtk-combobox-popup-menu.*" style "test"
+
+# dark bg and black text for gdm's panel
+#widget_class "*GdmGreeterPanel*" style "panel-entry"
+#widget "*GdmClockWidget*" style "test"
diff --git a/Kogaion-daylight/gtk-2.0/apps/terminal.rc b/Kogaion-daylight/gtk-2.0/apps/terminal.rc
new file mode 100755
index 0000000..aa48c5f
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/apps/terminal.rc
@@ -0,0 +1,59 @@
+style "terminal"
+{
+
+ bg[NORMAL] = @bg_color
+ bg[ACTIVE] = @bg_color
+ bg[PRELIGHT] = @bg_color
+ bg[SELECTED] = @bg_color
+ base[NORMAL] = @bg_color
+}
+
+style "terminal-scrollbar" = "scrollbar"
+{
+
+}
+
+style "terminal-notebook"
+{
+ bg[NORMAL] = shade( 0.85, @sidebar_background)
+ bg[ACTIVE] = shade( 0.70, @sidebar_background)
+ fg[NORMAL] = shade (0.80, @text_color) # text selected tab
+ fg[ACTIVE] = shade( 0.28, @sidebar_background) # text unselected tab
+
+ engine "murrine"
+ {
+ gradient_shades = {1.00,0.96,0.92,0.88}
+ highlight_shade = 1.03
+ roundness = 0
+ contrast = 0.0
+
+ ## things that don't work:
+ #glow_shade = 0.8
+ #glowstyle = 2
+ #focusstyle = 3
+ #glazestyle = 3
+ #border_shades = { 0.45, 2.5 }
+ #prelight_shade = 1.5
+ }
+}
+
+style "notebook-button" {
+ xthickness = 0
+ ythickness = 0
+ bg[ACTIVE] = shade (0.68, @sidebar_background)
+ bg[PRELIGHT] = shade (0.75, @sidebar_background)
+ engine "murrine"
+ {
+ gradient_shades = {1.00,1.00,1.00,1.00}
+ contrast = 0.6
+ roundness = 0
+ }
+}
+
+class "*TerminalWindow" style "terminal"
+widget_class "TerminalWindow*GtkNotebook" style "terminal-notebook"
+widget_class "TerminalWindow*<GtkNotebook>*<GtkLabel>" style "terminal-notebook"
+widget_class "TerminalWindow*<GtkNotebook>*<GtkButton>" style "notebook-button"
+# widget "*TerminalWindow.*.GtkVScrollbar" style "terminal-scrollbar"
+
+
diff --git a/Kogaion-daylight/gtk-2.0/apps/thunar.rc b/Kogaion-daylight/gtk-2.0/apps/thunar.rc
new file mode 100755
index 0000000..8e6ef55
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/apps/thunar.rc
@@ -0,0 +1,30 @@
+## Some additional thunar-specific theming
+style "thunar-path-entry-increased-style"
+{
+ ThunarPathEntry::icon-size = 16
+}
+class "ThunarPathEntry" style "thunar-path-entry-increased-style"
+
+style "thunar-location-buttons"
+{
+ ThunarLocationButtons::spacing = 0
+}
+class "ThunarLocationButtons" style "thunar-location-buttons"
+
+style "sidepane"
+{
+ base[NORMAL] = @sidebar_background # backgroung
+ bg[NORMAL] = shade (0.91, @base_color)
+ bg[PRELIGHT] = @fg_color
+
+ engine "murrine"
+ {
+ # gradient_shades = {1.00, 1.05, 1.05, 1.10}
+ contrast = 0.80
+ }
+}
+
+widget_class "*ThunarShortcutsView*" style "sidepane"
+widget_class "*ThunarTreeView*" style "sidepane"
+widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
+
diff --git a/Kogaion-daylight/gtk-2.0/assets/checkbox-checked-insensitive.svg b/Kogaion-daylight/gtk-2.0/assets/checkbox-checked-insensitive.svg
new file mode 100755
index 0000000..1362e02
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/checkbox-checked-insensitive.svg
@@ -0,0 +1,234 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ 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.3.1 r9886"
+ sodipodi:docname="checkbox-checked-insensitive.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3830">
+ <stop
+ style="stop-color:#b5f5ff;stop-opacity:1;"
+ offset="0"
+ id="stop3832" />
+ <stop
+ id="stop3840"
+ offset="0.5384602"
+ style="stop-color:#6fa6e7;stop-opacity:1;" />
+ <stop
+ id="stop3838"
+ offset="0.61538327"
+ style="stop-color:#9ac0ec;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d2dff6;stop-opacity:1;"
+ offset="1"
+ id="stop3834" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5269">
+ <stop
+ style="stop-color:#d8e7f8;stop-opacity:1;"
+ offset="0"
+ id="stop5271" />
+ <stop
+ style="stop-color:#7fb0e7;stop-opacity:1;"
+ offset="1"
+ id="stop5273" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5239">
+ <stop
+ style="stop-color:#84b1f7;stop-opacity:0"
+ offset="0"
+ id="stop5241" />
+ <stop
+ id="stop5245"
+ offset="1"
+ style="stop-color:#84b1f7;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3771"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3773" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3775" />
+ </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="#linearGradient5269"
+ id="linearGradient5267"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient5275"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3017"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3823"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3832"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="30.467558"
+ inkscape:cx="4.760485"
+ inkscape:cy="9.5336824"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="938"
+ inkscape:window-height="838"
+ inkscape:window-x="375"
+ inkscape:window-y="24"
+ inkscape:window-maximized="0"
+ showguides="false">
+ <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.875522"
+ rx="1.8722787"
+ y="1037.9442"
+ x="1.581743"
+ height="12.836514"
+ width="12.836514"
+ id="rect6506"
+ style="opacity:0.5;color:#000000;fill:none;stroke:#787878;stroke-width:1.16299999;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#787878;stroke-width:2.09799999999999986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.50000000000000000"
+ d="m 3.2998088,1043.1624 3.3,4 7.7000002,-9 c 1,-1 1,-1 1,-1"
+ id="path3780"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/checkbox-checked.svg b/Kogaion-daylight/gtk-2.0/assets/checkbox-checked.svg
new file mode 100755
index 0000000..3bbf3bb
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/checkbox-checked.svg
@@ -0,0 +1,430 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ 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.3.1 r9886"
+ sodipodi:docname="checkbox-checked.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3836">
+ <stop
+ style="stop-color:#272829;stop-opacity:1;"
+ offset="0"
+ id="stop3840" />
+ <stop
+ style="stop-color:#313335;stop-opacity:1;"
+ offset="1"
+ id="stop3842" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3828">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3830" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3832" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3799">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3801" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.1882353;"
+ offset="1"
+ id="stop3803" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3888">
+ <stop
+ style="stop-color:#060000;stop-opacity:0;"
+ offset="0"
+ id="stop3890" />
+ <stop
+ style="stop-color:#060000;stop-opacity:0;"
+ offset="1"
+ id="stop3892" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3880">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.76923078;"
+ offset="0"
+ id="stop3882" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3884" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3790">
+ <stop
+ style="stop-color:#1b1c1c;stop-opacity:1;"
+ offset="0"
+ id="stop3792" />
+ <stop
+ style="stop-color:#232425;stop-opacity:1;"
+ offset="1"
+ id="stop3794" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5269">
+ <stop
+ style="stop-color:#aff1ff;stop-opacity:0.46153846;"
+ offset="0"
+ id="stop5271" />
+ <stop
+ id="stop3826"
+ offset="0.25"
+ style="stop-color:#a1dff8;stop-opacity:0.59607843;" />
+ <stop
+ id="stop3824"
+ offset="0.5"
+ style="stop-color:#93cdf1;stop-opacity:0.72941176;" />
+ <stop
+ style="stop-color:#77aae4;stop-opacity:1;"
+ offset="1"
+ id="stop5273" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5239">
+ <stop
+ style="stop-color:#84b1f7;stop-opacity:0"
+ offset="0"
+ id="stop5241" />
+ <stop
+ id="stop5245"
+ offset="1"
+ style="stop-color:#84b1f7;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3771"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3773" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3775" />
+ </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="#linearGradient5269"
+ id="linearGradient5267"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient5275"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3017"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3823"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3027"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3031"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3022"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,470.57378,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3069"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906"
+ gradientTransform="translate(1.9044932,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0300707,0,0,1.0318549,0.81343925,-33.328044)"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3880"
+ id="linearGradient3886"
+ x1="7"
+ y1="1052.3622"
+ x2="7"
+ y2="1037.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0067172,0,0,1.0067169,-0.05373575,-7.0146132)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3888"
+ id="linearGradient3894"
+ x1="9"
+ y1="1052.3622"
+ x2="9"
+ y2="1037.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3836"
+ id="linearGradient3834"
+ x1="4"
+ y1="1037.3622"
+ x2="4"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="34.742854"
+ inkscape:cx="3.349613"
+ inkscape:cy="8.3956151"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1293"
+ inkscape:window-height="910"
+ inkscape:window-x="195"
+ inkscape:window-y="73"
+ 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
+ style="fill:#ffffff;fill-opacity:0.08627451;fill-rule:nonzero;stroke:none"
+ id="rect3046"
+ width="14"
+ height="12.54926"
+ x="1"
+ y="1039.813"
+ rx="2.5492117"
+ ry="2.5492117" />
+ <rect
+ ry="1.8992853"
+ rx="1.8960006"
+ y="1037.8627"
+ x="1.5004224"
+ height="12.999155"
+ width="12.999156"
+ id="rect6506"
+ style="color:#000000;fill:url(#linearGradient3834);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3023);stroke-width:1.00084459999999997;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#a9bdd5;stroke-width:1.18779086999999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 14.533916,1036.2494 8,1045.3622 l -3.148876,-3.398"
+ id="path3807"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#9fb8d5;stroke-width:1.20874452999999993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 15.251757,1036.5641 -7.1426434,10.1066 -4.0030205,-4.3314"
+ id="path3809"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.01102995999999989px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.06666667"
+ d="m 3.0110602,1038.8622 8.1774508,0"
+ id="path3846"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.02691698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.07843137"
+ d="m 2.5,1049.9355 0,-10.5457"
+ id="path3036"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.02691698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.07843137"
+ d="m 13.500458,1050.3622 0,-10.5457"
+ id="path3036-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1.65843045999999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
+ d="m 3.5196031,1049.2126 8.9642849,0"
+ id="path3846-3"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/checkbox-mixed-insensitive.svg b/Kogaion-daylight/gtk-2.0/assets/checkbox-mixed-insensitive.svg
new file mode 100755
index 0000000..6e711d6
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/checkbox-mixed-insensitive.svg
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg814"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="checkbox-mixed-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
+ y2="-202.34555"
+ x2="1205.5752"
+ y1="-186.45331"
+ x1="1205.5752"
+ gradientTransform="translate(-1609.9926,-78.958432)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3951"
+ xlink:href="#linearGradient10354-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="248.97633"
+ x2="260.92538"
+ y1="233.77748"
+ x1="260.92538"
+ gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3953"
+ xlink:href="#linearGradient10332-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10332-5-8"
+ id="linearGradient8390"
+ 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
+ id="linearGradient10332-5-8">
+ <stop
+ style="stop-color:#787878;stop-opacity:1;"
+ offset="0"
+ id="stop10334-5-6" />
+ <stop
+ style="stop-color:#858585;stop-opacity:1;"
+ offset="1"
+ id="stop10336-29-0" />
+ </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"
+ id="linearGradient7346">
+ <stop
+ style="stop-color:#1969ba;stop-opacity:1"
+ offset="0"
+ id="stop7348" />
+ <stop
+ style="stop-color:#145393;stop-opacity:1"
+ offset="1"
+ id="stop7350" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-0.03125,1036.331)"
+ y2="9.828125"
+ x2="5.65625"
+ y1="6.390625"
+ x1="5.65625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3432"
+ 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="26.001224"
+ inkscape:cx="8.1934284"
+ inkscape:cy="8.4777625"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="967"
+ inkscape:window-height="770"
+ inkscape:window-x="109"
+ inkscape:window-y="26"
+ 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.50000000000000000;color:#000000;fill:none;stroke:#787878;stroke-width:1.16348588000000008;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect16897"
+ width="12.836514"
+ height="12.836514"
+ x="1.5817429"
+ y="-1050.7806"
+ rx="1.8722787"
+ ry="1.875522" />
+ <path
+ style="opacity:0.5;fill:none;stroke:#787878;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4,1044.3622 8,0"
+ id="path3773"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/checkbox-mixed.svg b/Kogaion-daylight/gtk-2.0/assets/checkbox-mixed.svg
new file mode 100755
index 0000000..3e9bf01
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/checkbox-mixed.svg
@@ -0,0 +1,426 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ 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.3.1 r9886"
+ sodipodi:docname="checkbox-mixed.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3836">
+ <stop
+ style="stop-color:#272829;stop-opacity:1;"
+ offset="0"
+ id="stop3840" />
+ <stop
+ style="stop-color:#313335;stop-opacity:1;"
+ offset="1"
+ id="stop3842" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3828">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3830" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3832" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3799">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3801" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.1882353;"
+ offset="1"
+ id="stop3803" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3888">
+ <stop
+ style="stop-color:#060000;stop-opacity:0;"
+ offset="0"
+ id="stop3890" />
+ <stop
+ style="stop-color:#060000;stop-opacity:0;"
+ offset="1"
+ id="stop3892" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3880">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.76923078;"
+ offset="0"
+ id="stop3882" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3884" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3790">
+ <stop
+ style="stop-color:#1b1c1c;stop-opacity:1;"
+ offset="0"
+ id="stop3792" />
+ <stop
+ style="stop-color:#232425;stop-opacity:1;"
+ offset="1"
+ id="stop3794" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5269">
+ <stop
+ style="stop-color:#aff1ff;stop-opacity:0.46153846;"
+ offset="0"
+ id="stop5271" />
+ <stop
+ id="stop3826"
+ offset="0.25"
+ style="stop-color:#a1dff8;stop-opacity:0.59607843;" />
+ <stop
+ id="stop3824"
+ offset="0.5"
+ style="stop-color:#93cdf1;stop-opacity:0.72941176;" />
+ <stop
+ style="stop-color:#77aae4;stop-opacity:1;"
+ offset="1"
+ id="stop5273" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5239">
+ <stop
+ style="stop-color:#84b1f7;stop-opacity:0"
+ offset="0"
+ id="stop5241" />
+ <stop
+ id="stop5245"
+ offset="1"
+ style="stop-color:#84b1f7;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3771"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3773" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3775" />
+ </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="#linearGradient5269"
+ id="linearGradient5267"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient5275"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3017"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3823"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3027"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3031"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3022"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,470.57378,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3069"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906"
+ gradientTransform="translate(1.9044932,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0300707,0,0,1.0318549,0.81343925,-33.328044)"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3880"
+ id="linearGradient3886"
+ x1="7"
+ y1="1052.3622"
+ x2="7"
+ y2="1037.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0067172,0,0,1.0067169,-0.05373575,-7.0146132)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3888"
+ id="linearGradient3894"
+ x1="9"
+ y1="1052.3622"
+ x2="9"
+ y2="1037.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3836"
+ id="linearGradient3834"
+ x1="4"
+ y1="1037.3622"
+ x2="4"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="34.742854"
+ inkscape:cx="9.7361069"
+ inkscape:cy="8.3956151"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1293"
+ inkscape:window-height="910"
+ inkscape:window-x="138"
+ inkscape:window-y="73"
+ 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
+ style="fill:#ffffff;fill-opacity:0.08627451;fill-rule:nonzero;stroke:none"
+ id="rect3046"
+ width="14"
+ height="12.54926"
+ x="1"
+ y="1039.813"
+ rx="2.5492117"
+ ry="2.5492117" />
+ <rect
+ ry="1.8992853"
+ rx="1.8960006"
+ y="1037.8627"
+ x="1.5004224"
+ height="12.999155"
+ width="12.999156"
+ id="rect6506"
+ style="color:#000000;fill:url(#linearGradient3834);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3023);stroke-width:1.00084459999999997;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.01102995999999989px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.06666667"
+ d="m 3.0110602,1038.8622 8.1774508,0"
+ id="path3846"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.02691698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.07843137"
+ d="m 2.5,1049.9355 0,-10.5457"
+ id="path3036"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.02691698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.07843137"
+ d="m 13.500458,1050.3622 0,-10.5457"
+ id="path3036-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1.65843045999999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
+ d="m 3.5196031,1049.2126 8.9642849,0"
+ id="path3846-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#9fb8d5;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 5,8 6,0"
+ id="path3132"
+ inkscape:connector-curvature="0"
+ transform="translate(0,1036.3622)" />
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/checkbox-unchecked-insensitive.svg b/Kogaion-daylight/gtk-2.0/assets/checkbox-unchecked-insensitive.svg
new file mode 100755
index 0000000..a7e534a
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/checkbox-unchecked-insensitive.svg
@@ -0,0 +1,194 @@
+<?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.3.1 r9886"
+ sodipodi:docname="checkbox-unchecked-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
+ y2="-202.34555"
+ x2="1205.5752"
+ y1="-186.45331"
+ x1="1205.5752"
+ gradientTransform="translate(-1609.9926,-78.958432)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3951"
+ xlink:href="#linearGradient10354-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="248.97633"
+ x2="260.92538"
+ y1="233.77748"
+ x1="260.92538"
+ gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3953"
+ xlink:href="#linearGradient10332-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10332-5-8"
+ id="linearGradient8390"
+ 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
+ id="linearGradient10332-5-8">
+ <stop
+ style="stop-color:#787878;stop-opacity:1;"
+ offset="0"
+ id="stop10334-5-6" />
+ <stop
+ style="stop-color:#858585;stop-opacity:1;"
+ offset="1"
+ id="stop10336-29-0" />
+ </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"
+ id="linearGradient7346">
+ <stop
+ style="stop-color:#1969ba;stop-opacity:1"
+ offset="0"
+ id="stop7348" />
+ <stop
+ style="stop-color:#145393;stop-opacity:1"
+ offset="1"
+ id="stop7350" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-0.03125,1036.331)"
+ y2="9.828125"
+ x2="5.65625"
+ y1="6.390625"
+ x1="5.65625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3432"
+ 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="26.001224"
+ inkscape:cx="8.1934284"
+ inkscape:cy="8.4777625"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="925"
+ inkscape:window-height="839"
+ inkscape:window-x="109"
+ inkscape:window-y="26"
+ 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:#787878;stroke-width:1.16348588;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect16897"
+ width="12.836514"
+ height="12.836514"
+ x="1.581743"
+ y="-1050.7806"
+ rx="1.8722787"
+ ry="1.875522" />
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/checkbox-unchecked.svg b/Kogaion-daylight/gtk-2.0/assets/checkbox-unchecked.svg
new file mode 100755
index 0000000..a9c741a
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/checkbox-unchecked.svg
@@ -0,0 +1,420 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ 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.3.1 r9886"
+ sodipodi:docname="checkbox-unchecked.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3836">
+ <stop
+ style="stop-color:#272829;stop-opacity:1;"
+ offset="0"
+ id="stop3840" />
+ <stop
+ style="stop-color:#313335;stop-opacity:1;"
+ offset="1"
+ id="stop3842" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3828">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3830" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3832" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3799">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3801" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.1882353;"
+ offset="1"
+ id="stop3803" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3888">
+ <stop
+ style="stop-color:#060000;stop-opacity:0;"
+ offset="0"
+ id="stop3890" />
+ <stop
+ style="stop-color:#060000;stop-opacity:0;"
+ offset="1"
+ id="stop3892" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3880">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.76923078;"
+ offset="0"
+ id="stop3882" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3884" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3790">
+ <stop
+ style="stop-color:#1b1c1c;stop-opacity:1;"
+ offset="0"
+ id="stop3792" />
+ <stop
+ style="stop-color:#232425;stop-opacity:1;"
+ offset="1"
+ id="stop3794" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5269">
+ <stop
+ style="stop-color:#aff1ff;stop-opacity:0.46153846;"
+ offset="0"
+ id="stop5271" />
+ <stop
+ id="stop3826"
+ offset="0.25"
+ style="stop-color:#a1dff8;stop-opacity:0.59607843;" />
+ <stop
+ id="stop3824"
+ offset="0.5"
+ style="stop-color:#93cdf1;stop-opacity:0.72941176;" />
+ <stop
+ style="stop-color:#77aae4;stop-opacity:1;"
+ offset="1"
+ id="stop5273" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5239">
+ <stop
+ style="stop-color:#84b1f7;stop-opacity:0"
+ offset="0"
+ id="stop5241" />
+ <stop
+ id="stop5245"
+ offset="1"
+ style="stop-color:#84b1f7;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3771"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3773" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3775" />
+ </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="#linearGradient5269"
+ id="linearGradient5267"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient5275"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3017"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3823"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3027"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3031"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,468.66929,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3022"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428423,0,0,1.1428423,470.57378,1363.6738)"
+ spreadMethod="reflect"
+ x1="-403.91309"
+ y1="278.97839"
+ x2="-403.96631"
+ y2="284.28183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3069"
+ gradientUnits="userSpaceOnUse"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906"
+ gradientTransform="translate(1.9044932,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3790"
+ id="linearGradient3023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0300707,0,0,1.0318549,0.81343925,-33.328044)"
+ x1="6.2003608"
+ y1="1042.582"
+ x2="6.2433648"
+ y2="1050.5906" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3880"
+ id="linearGradient3886"
+ x1="7"
+ y1="1052.3622"
+ x2="7"
+ y2="1037.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0067172,0,0,1.0067169,-0.05373575,-7.0146132)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3888"
+ id="linearGradient3894"
+ x1="9"
+ y1="1052.3622"
+ x2="9"
+ y2="1037.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3836"
+ id="linearGradient3834"
+ x1="4"
+ y1="1037.3622"
+ x2="4"
+ y2="1051.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="34.742854"
+ inkscape:cx="3.349613"
+ inkscape:cy="8.3956151"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1190"
+ inkscape:window-height="814"
+ inkscape:window-x="195"
+ inkscape:window-y="73"
+ 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
+ style="fill:#ffffff;fill-opacity:0.08627451;fill-rule:nonzero;stroke:none"
+ id="rect3046"
+ width="14"
+ height="12.54926"
+ x="1"
+ y="1039.813"
+ rx="2.5492117"
+ ry="2.5492117" />
+ <rect
+ ry="1.8992853"
+ rx="1.8960006"
+ y="1037.8627"
+ x="1.5004224"
+ height="12.999155"
+ width="12.999156"
+ id="rect6506"
+ style="color:#000000;fill:url(#linearGradient3834);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3023);stroke-width:1.00084459999999997;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.01102995999999989px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.06666667"
+ d="m 3.0110602,1038.8622 8.1774508,0"
+ id="path3846"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.02691698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.07843137"
+ d="m 2.5,1049.9355 0,-10.5457"
+ id="path3036"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.02691698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.07843137"
+ d="m 13.500458,1050.3622 0,-10.5457"
+ id="path3036-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1.65843045999999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
+ d="m 3.5196031,1049.2126 8.9642849,0"
+ id="path3846-3"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/radio-mixed-insensitive.svg b/Kogaion-daylight/gtk-2.0/assets/radio-mixed-insensitive.svg
new file mode 100755
index 0000000..cbafe73
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/radio-mixed-insensitive.svg
@@ -0,0 +1,290 @@
+<?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.3.1 r9886"
+ sodipodi:docname="radio-mixed-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>
+ <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"
+ inkscape:collect="always">
+ <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>
+ <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" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7346">
+ <stop
+ style="stop-color:#1969ba;stop-opacity:1"
+ offset="0"
+ id="stop7348" />
+ <stop
+ style="stop-color:#145393;stop-opacity:1"
+ offset="1"
+ id="stop7350" />
+ </linearGradient>
+ <linearGradient
+ y2="9.828125"
+ x2="5.65625"
+ y1="6.390625"
+ x1="5.65625"
+ gradientTransform="matrix(1.0000559,0,0,1,1032.9689,265.96871)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5087"
+ 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="-0.53517237"
+ inkscape:cy="8.5766833"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6305"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="900"
+ inkscape:window-height="833"
+ inkscape:window-x="93"
+ inkscape:window-y="32"
+ 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.921311,46.692189)"
+ 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"
+ 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:#787878;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" />
+ <rect
+ style="opacity:0.50000000000000000;color:#000000;fill:#787878;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/Kogaion-daylight/gtk-2.0/assets/radio-mixed.svg b/Kogaion-daylight/gtk-2.0/assets/radio-mixed.svg
new file mode 100755
index 0000000..8188537
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/radio-mixed.svg
@@ -0,0 +1,433 @@
+<?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.3.1 r9886"
+ sodipodi:docname="radio-mixed.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3805">
+ <stop
+ style="stop-color:#313335;stop-opacity:1;"
+ offset="0"
+ id="stop3807" />
+ <stop
+ style="stop-color:#272829;stop-opacity:1;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3793">
+ <stop
+ style="stop-color:#1b1c1d;stop-opacity:1;"
+ offset="0"
+ id="stop3795" />
+ <stop
+ style="stop-color:#232425;stop-opacity:1;"
+ offset="1"
+ id="stop3797" />
+ </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="#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:#91bffa;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a1ccfb;stop-opacity:1;"
+ offset="0.25"
+ id="stop3803" />
+ <stop
+ style="stop-color:#b2dafc;stop-opacity:1;"
+ offset="0.5"
+ id="stop3801" />
+ <stop
+ id="stop11581-8-0-0-9"
+ offset="1"
+ style="stop-color:#d3f6ff;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:#bfbfbf;stop-opacity:1;" />
+ <stop
+ id="stop12419-5-0-9"
+ offset="1"
+ style="stop-color:#909090;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"
+ inkscape:collect="always">
+ <stop
+ id="stop11625-5-6-0"
+ offset="0"
+ style="stop-color:#2e87e3;stop-opacity:1" />
+ <stop
+ id="stop11627-4-4-9"
+ offset="1"
+ style="stop-color:#76b0ec;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"
+ inkscape:collect="always">
+ <stop
+ id="stop12389-7-2"
+ offset="0"
+ style="stop-color:#1b6fc5;stop-opacity:1;" />
+ <stop
+ id="stop12391-1-4"
+ offset="1"
+ style="stop-color:#145393;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"
+ spreadMethod="pad" />
+ <linearGradient
+ id="linearGradient12405-7">
+ <stop
+ id="stop12407-9"
+ offset="0"
+ style="stop-color:#fbfdfd;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>
+ <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" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3805"
+ id="linearGradient3794"
+ gradientUnits="userSpaceOnUse"
+ x1="662.68768"
+ y1="247.78085"
+ x2="662.53418"
+ y2="262.49979"
+ spreadMethod="pad" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3793"
+ id="linearGradient3799"
+ x1="660.28619"
+ y1="259.03784"
+ x2="660.25543"
+ y2="248.25285"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="2.3041239"
+ x2="8.9492645"
+ y1="15.594499"
+ x1="8.9492645"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058"
+ xlink:href="#linearGradient3815"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3815">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.15294118;"
+ offset="0"
+ id="stop3817" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3819" />
+ </linearGradient>
+ <linearGradient
+ y2="2.3041239"
+ x2="8.9492645"
+ y1="15.594499"
+ x1="8.9492645"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3885"
+ xlink:href="#linearGradient3815"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3803"
+ id="linearGradient3797"
+ x1="660.14856"
+ y1="261.69751"
+ x2="660.14856"
+ y2="247.10995"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="pad" />
+ <linearGradient
+ id="linearGradient3803">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3805" />
+ <stop
+ id="stop3807-3"
+ offset="0.33333284"
+ style="stop-color:#000000;stop-opacity:0.98431373;" />
+ <stop
+ id="stop3809-7"
+ offset="0.66666645"
+ style="stop-color:#040506;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.05098039;"
+ offset="1"
+ id="stop3811-3" />
+ </linearGradient>
+ <linearGradient
+ y2="247.10995"
+ x2="660.14856"
+ y1="261.69751"
+ x1="660.14856"
+ spreadMethod="pad"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058-0"
+ xlink:href="#linearGradient3803"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24.866667"
+ inkscape:cx="9.5645576"
+ inkscape:cy="8.5444691"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6305"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1046"
+ inkscape:window-height="947"
+ inkscape:window-x="556"
+ inkscape:window-y="44"
+ 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)">
+ <g
+ transform="translate(-1031,770.36221)"
+ id="g6305"
+ style="display:inline;enable-background:new">
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient3885);stroke-width:1.18900001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path3813"
+ sodipodi:cx="8"
+ sodipodi:cy="8"
+ sodipodi:rx="7"
+ sodipodi:ry="7"
+ d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
+ transform="matrix(1.0533938,0,0,1.0533939,1030.5728,265.57284)" />
+ <path
+ transform="matrix(1.4419436,0,0,-0.89116967,85.92127,501.3078)"
+ 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(#linearGradient3794);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3799);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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#9fb8d5;fill-opacity:1;fill-rule:nonzero;stroke:#84aef0;stroke-opacity:0.5442478"
+ id="path3796"
+ sodipodi:cx="8.5927467"
+ sodipodi:cy="8.3347244"
+ sodipodi:rx="2.1550064"
+ sodipodi:ry="2.1550064"
+ d="m 10.747753,8.3347244 a 2.1550064,2.1550064 0 1 1 -4.3100127,0 2.1550064,2.1550064 0 1 1 4.3100127,0 z"
+ transform="matrix(1.0564946,0,0,1.0564946,1029.9188,265.2244)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.12955466;fill:none;stroke:url(#linearGradient3058-0);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;display:inline;enable-background:new"
+ 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.54862,466.33741)" />
+ </g>
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/radio-selected-insensitive.svg b/Kogaion-daylight/gtk-2.0/assets/radio-selected-insensitive.svg
new file mode 100755
index 0000000..72d58ce
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/radio-selected-insensitive.svg
@@ -0,0 +1,258 @@
+<?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.3.1 r9886"
+ 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>
+ <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:#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="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="-0.53517237"
+ inkscape:cy="8.5766833"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6305"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1076"
+ inkscape:window-height="783"
+ inkscape:window-x="91"
+ inkscape:window-y="44"
+ 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.50000000000000000;color:#000000;fill:none;stroke:#787878;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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;color:#000000;fill:#787878;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.64175236;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 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.77479411,0,0,0.47884882,526.88545,151.86155)" />
+ </g>
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/radio-selected.svg b/Kogaion-daylight/gtk-2.0/assets/radio-selected.svg
new file mode 100755
index 0000000..8188537
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/radio-selected.svg
@@ -0,0 +1,433 @@
+<?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.3.1 r9886"
+ sodipodi:docname="radio-mixed.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3805">
+ <stop
+ style="stop-color:#313335;stop-opacity:1;"
+ offset="0"
+ id="stop3807" />
+ <stop
+ style="stop-color:#272829;stop-opacity:1;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3793">
+ <stop
+ style="stop-color:#1b1c1d;stop-opacity:1;"
+ offset="0"
+ id="stop3795" />
+ <stop
+ style="stop-color:#232425;stop-opacity:1;"
+ offset="1"
+ id="stop3797" />
+ </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="#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:#91bffa;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a1ccfb;stop-opacity:1;"
+ offset="0.25"
+ id="stop3803" />
+ <stop
+ style="stop-color:#b2dafc;stop-opacity:1;"
+ offset="0.5"
+ id="stop3801" />
+ <stop
+ id="stop11581-8-0-0-9"
+ offset="1"
+ style="stop-color:#d3f6ff;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:#bfbfbf;stop-opacity:1;" />
+ <stop
+ id="stop12419-5-0-9"
+ offset="1"
+ style="stop-color:#909090;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"
+ inkscape:collect="always">
+ <stop
+ id="stop11625-5-6-0"
+ offset="0"
+ style="stop-color:#2e87e3;stop-opacity:1" />
+ <stop
+ id="stop11627-4-4-9"
+ offset="1"
+ style="stop-color:#76b0ec;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"
+ inkscape:collect="always">
+ <stop
+ id="stop12389-7-2"
+ offset="0"
+ style="stop-color:#1b6fc5;stop-opacity:1;" />
+ <stop
+ id="stop12391-1-4"
+ offset="1"
+ style="stop-color:#145393;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"
+ spreadMethod="pad" />
+ <linearGradient
+ id="linearGradient12405-7">
+ <stop
+ id="stop12407-9"
+ offset="0"
+ style="stop-color:#fbfdfd;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>
+ <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" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3805"
+ id="linearGradient3794"
+ gradientUnits="userSpaceOnUse"
+ x1="662.68768"
+ y1="247.78085"
+ x2="662.53418"
+ y2="262.49979"
+ spreadMethod="pad" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3793"
+ id="linearGradient3799"
+ x1="660.28619"
+ y1="259.03784"
+ x2="660.25543"
+ y2="248.25285"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="2.3041239"
+ x2="8.9492645"
+ y1="15.594499"
+ x1="8.9492645"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058"
+ xlink:href="#linearGradient3815"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3815">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.15294118;"
+ offset="0"
+ id="stop3817" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3819" />
+ </linearGradient>
+ <linearGradient
+ y2="2.3041239"
+ x2="8.9492645"
+ y1="15.594499"
+ x1="8.9492645"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3885"
+ xlink:href="#linearGradient3815"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3803"
+ id="linearGradient3797"
+ x1="660.14856"
+ y1="261.69751"
+ x2="660.14856"
+ y2="247.10995"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="pad" />
+ <linearGradient
+ id="linearGradient3803">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3805" />
+ <stop
+ id="stop3807-3"
+ offset="0.33333284"
+ style="stop-color:#000000;stop-opacity:0.98431373;" />
+ <stop
+ id="stop3809-7"
+ offset="0.66666645"
+ style="stop-color:#040506;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.05098039;"
+ offset="1"
+ id="stop3811-3" />
+ </linearGradient>
+ <linearGradient
+ y2="247.10995"
+ x2="660.14856"
+ y1="261.69751"
+ x1="660.14856"
+ spreadMethod="pad"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058-0"
+ xlink:href="#linearGradient3803"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24.866667"
+ inkscape:cx="9.5645576"
+ inkscape:cy="8.5444691"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6305"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1046"
+ inkscape:window-height="947"
+ inkscape:window-x="556"
+ inkscape:window-y="44"
+ 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)">
+ <g
+ transform="translate(-1031,770.36221)"
+ id="g6305"
+ style="display:inline;enable-background:new">
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient3885);stroke-width:1.18900001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path3813"
+ sodipodi:cx="8"
+ sodipodi:cy="8"
+ sodipodi:rx="7"
+ sodipodi:ry="7"
+ d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
+ transform="matrix(1.0533938,0,0,1.0533939,1030.5728,265.57284)" />
+ <path
+ transform="matrix(1.4419436,0,0,-0.89116967,85.92127,501.3078)"
+ 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(#linearGradient3794);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3799);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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#9fb8d5;fill-opacity:1;fill-rule:nonzero;stroke:#84aef0;stroke-opacity:0.5442478"
+ id="path3796"
+ sodipodi:cx="8.5927467"
+ sodipodi:cy="8.3347244"
+ sodipodi:rx="2.1550064"
+ sodipodi:ry="2.1550064"
+ d="m 10.747753,8.3347244 a 2.1550064,2.1550064 0 1 1 -4.3100127,0 2.1550064,2.1550064 0 1 1 4.3100127,0 z"
+ transform="matrix(1.0564946,0,0,1.0564946,1029.9188,265.2244)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.12955466;fill:none;stroke:url(#linearGradient3058-0);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;display:inline;enable-background:new"
+ 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.54862,466.33741)" />
+ </g>
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/radio-unselected-insensitive.svg b/Kogaion-daylight/gtk-2.0/assets/radio-unselected-insensitive.svg
new file mode 100755
index 0000000..4c31e0d
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/radio-unselected-insensitive.svg
@@ -0,0 +1,248 @@
+<?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.3.1 r9886"
+ 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>
+ <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:#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="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="-0.53517237"
+ 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="91"
+ inkscape:window-y="44"
+ 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
+ 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.50000000000000000;color:#000000;fill:none;stroke:#787878;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"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/radio-unselected.svg b/Kogaion-daylight/gtk-2.0/assets/radio-unselected.svg
new file mode 100755
index 0000000..5008b39
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/radio-unselected.svg
@@ -0,0 +1,423 @@
+<?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.3.1 r9886"
+ sodipodi:docname="radio-selected.svg">
+ <defs
+ id="defs816">
+ <linearGradient
+ id="linearGradient3805">
+ <stop
+ style="stop-color:#313335;stop-opacity:1;"
+ offset="0"
+ id="stop3807" />
+ <stop
+ style="stop-color:#272829;stop-opacity:1;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3793">
+ <stop
+ style="stop-color:#1b1c1d;stop-opacity:1;"
+ offset="0"
+ id="stop3795" />
+ <stop
+ style="stop-color:#232425;stop-opacity:1;"
+ offset="1"
+ id="stop3797" />
+ </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="#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:#91bffa;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a1ccfb;stop-opacity:1;"
+ offset="0.25"
+ id="stop3803" />
+ <stop
+ style="stop-color:#b2dafc;stop-opacity:1;"
+ offset="0.5"
+ id="stop3801" />
+ <stop
+ id="stop11581-8-0-0-9"
+ offset="1"
+ style="stop-color:#d3f6ff;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:#bfbfbf;stop-opacity:1;" />
+ <stop
+ id="stop12419-5-0-9"
+ offset="1"
+ style="stop-color:#909090;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"
+ inkscape:collect="always">
+ <stop
+ id="stop11625-5-6-0"
+ offset="0"
+ style="stop-color:#2e87e3;stop-opacity:1" />
+ <stop
+ id="stop11627-4-4-9"
+ offset="1"
+ style="stop-color:#76b0ec;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"
+ inkscape:collect="always">
+ <stop
+ id="stop12389-7-2"
+ offset="0"
+ style="stop-color:#1b6fc5;stop-opacity:1;" />
+ <stop
+ id="stop12391-1-4"
+ offset="1"
+ style="stop-color:#145393;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"
+ spreadMethod="pad" />
+ <linearGradient
+ id="linearGradient12405-7">
+ <stop
+ id="stop12407-9"
+ offset="0"
+ style="stop-color:#fbfdfd;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>
+ <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" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3805"
+ id="linearGradient3794"
+ gradientUnits="userSpaceOnUse"
+ x1="662.68768"
+ y1="247.78085"
+ x2="662.53418"
+ y2="262.49979"
+ spreadMethod="pad" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3793"
+ id="linearGradient3799"
+ x1="660.28619"
+ y1="259.03784"
+ x2="660.25543"
+ y2="248.25285"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="2.3041239"
+ x2="8.9492645"
+ y1="15.594499"
+ x1="8.9492645"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058"
+ xlink:href="#linearGradient3815"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3815">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.15294118;"
+ offset="0"
+ id="stop3817" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3819" />
+ </linearGradient>
+ <linearGradient
+ y2="2.3041239"
+ x2="8.9492645"
+ y1="15.594499"
+ x1="8.9492645"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3885"
+ xlink:href="#linearGradient3815"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3803"
+ id="linearGradient3797"
+ x1="660.14856"
+ y1="261.69751"
+ x2="660.14856"
+ y2="247.10995"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="pad" />
+ <linearGradient
+ id="linearGradient3803">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3805" />
+ <stop
+ id="stop3807-3"
+ offset="0.33333284"
+ style="stop-color:#000000;stop-opacity:0.98431373;" />
+ <stop
+ id="stop3809-7"
+ offset="0.66666645"
+ style="stop-color:#040506;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.05098039;"
+ offset="1"
+ id="stop3811-3" />
+ </linearGradient>
+ <linearGradient
+ y2="247.10995"
+ x2="660.14856"
+ y1="261.69751"
+ x1="660.14856"
+ spreadMethod="pad"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058-0"
+ xlink:href="#linearGradient3803"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24.866667"
+ inkscape:cx="9.5645576"
+ inkscape:cy="8.5444691"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6305"
+ showgrid="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1046"
+ inkscape:window-height="947"
+ inkscape:window-x="556"
+ inkscape:window-y="44"
+ 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)">
+ <g
+ transform="translate(-1031,770.36221)"
+ id="g6305"
+ style="display:inline;enable-background:new">
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient3885);stroke-width:1.18900001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path3813"
+ sodipodi:cx="8"
+ sodipodi:cy="8"
+ sodipodi:rx="7"
+ sodipodi:ry="7"
+ d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
+ transform="matrix(1.0533938,0,0,1.0533939,1030.5728,265.57284)" />
+ <path
+ transform="matrix(1.4419436,0,0,-0.89116967,85.92127,501.3078)"
+ 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(#linearGradient3794);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3799);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"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.12955466;fill:none;stroke:url(#linearGradient3058-0);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;display:inline;enable-background:new"
+ 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.54862,466.33741)" />
+ </g>
+ </g>
+</svg>
diff --git a/Kogaion-daylight/gtk-2.0/assets/scroll-background.png b/Kogaion-daylight/gtk-2.0/assets/scroll-background.png
new file mode 100755
index 0000000..5232ceb
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/assets/scroll-background.png
Binary files differ
diff --git a/Kogaion-daylight/gtk-2.0/copy of gtkrc b/Kogaion-daylight/gtk-2.0/copy of gtkrc
new file mode 100755
index 0000000..4eb5e21
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/copy of gtkrc
@@ -0,0 +1,909 @@
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#f4f4f4"
+gtk-color-scheme = "text_color:#2e3436\nfg_color:#2e3436"
+gtk-color-scheme = "selected_bg_color:#0096ff\nselected_fg_color:#ffffff"
+gtk-color-scheme = "tooltip_bg_color:#d2e4f8\ntooltip_fg_color:#2e3436\nlink_color:#4a90f9"
+gtk-color-scheme = "theme_bg_color:#f4f4f4\nbutton_base:#f4f4f4"
+gtk-color-scheme = "theme_bg_dark_color:#a3b5d9\ntheme_fg_dark_color:#2e3436\ntheme_text_dark_color:#f30f0f"
+gtk-color-scheme = "sidebar_background:#ffffff"
+
+gtk_color_scheme = "window_active_color:#a3b5d9\nwindow_inactive_color:#e1e1e1" #Windows decorations
+gtk_color_scheme = "test1:#f30f0f\ntest2:#10b00c" #debug colors
+
+gtk-auto-mnemonics = 1
+
+style "default" {
+ xthickness = 1
+ ythickness = 1
+
+ #######################
+ # Style Properties
+ #######################
+ GtkButton ::child-displacement-x = 0
+ GtkButton ::child-displacement-y = 0
+ GtkButton ::default-border = {0, 0, 0, 0}
+ GtkButton ::image-spacing = 4
+ GtkToolButton ::icon-spacing = 4
+
+ GtkCheckButton ::indicator-size = 16
+ GtkRadioButton ::indicator-size = 16
+
+ GtkEntry ::honors-transparent-bg-hint = 1
+ GtkEntry ::invisible-char = 0x2022
+ GtkEntry ::progress-border = {2, 2, 2, 2}
+ GtkEntry ::state-hint = 0
+
+ GtkProgressBar ::min-vertical-bar-width = 13
+ GtkProgressBar ::min-horizontal-bar-height = 13
+
+ GtkExpander ::expander-size = 14
+
+ GtkMenuBar ::internal-padding = 0
+ GtkMenuBar ::window-dragging = 1
+ GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
+ GtkMenu ::horizontal-padding = 0
+ GtkMenu ::vertical-padding = 0
+ GtkSeparatorMenuItem ::horizontal-padding = 7
+
+ GtkNotebook ::tab-overlap = 2 # Default = 2
+ GtkNotebook ::tab-curvature = 1 # Default = 1
+
+ GtkPaned ::handle-size = 4
+
+ GtkRange ::trough-border = 0
+ GtkRange ::slider-width = 15
+ GtkRange ::stepper-size = 1
+
+ GtkScale ::slider-length = 14
+ GtkScale ::slider-width = 14
+ GtkScale ::trough-side-details = 1
+
+ GtkScrollbar ::has-backward-stepper = 0
+ GtkScrollbar ::has-forward-stepper = 0
+ GtkScrollbar ::min-slider-length = 30
+ GtkScrollbar ::slider-width = 6
+ GtkScrollbar ::trough-border = 3
+ GtkScrollbar ::activate-slider = 1
+ GtkScrollbar ::trough-side-details = 0
+ GtkScrollbar ::stepper-size = 1
+
+ GtkScrolledWindow ::scrollbar-spacing = 0
+ GtkScrolledWindow ::scrollbars-within-bevel = 1
+
+ GtkToolbar ::internal-padding = 0
+ GtkToolbar ::window-dragging = 1
+
+ GtkTreeView ::expander-size = 13
+ GtkTreeView ::odd_row_color = shade (1.05, @base_color)
+
+ # en eclipse afecta backcolor de "Quick Type Hierarchy (CTRL+T)"
+ #GtkTreeView ::even_row_color = shade (1.05, @base_color)
+
+ GtkWidget ::link-color = @link_color
+ GtkWidget ::focus-padding = 0
+ WnckTasklist ::fade-overlay-rect = 0
+
+ GtkWindow ::resize-grip-height = 0 # Ocultar resize-grip
+ GtkWindow ::resize-grip-width = 0
+ GtkImage ::x-ayatana-indicator-dynamic = 1
+
+
+ ####################
+ # Color Definitions
+ ####################
+ bg[NORMAL] = @theme_bg_color
+ bg[PRELIGHT] = shade (1.02, @theme_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = shade (1.20, @theme_bg_color)
+ bg[ACTIVE] = @theme_bg_color
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = shade (1.10, @selected_fg_color)
+ fg[INSENSITIVE] = shade (0.75, @bg_color)
+ fg[ACTIVE] = @fg_color
+ #fg[ACTIVE] = @fg_color
+
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @theme_bg_color)
+ base[SELECTED] = @selected_bg_color
+ base[INSENSITIVE] = shade (1.20, @theme_bg_color)
+ base[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ animation = FALSE
+ arrowstyle = 1 # arrowstyle = 1 to draw filled arrows.
+ # arrowstyle = 2 to draw fat filled arrows.
+ colorize_scrollbar = TRUE
+ contrast = 0.7
+ # default_button_color = shade (0.88, @base_color)
+ expanderstyle = 2 # expanderstyle = 0 to draw arrows.
+ # expanderstyle = 1 to draw circles with plus and minus.
+ # expanderstyle = 2 to draw buttons with plus and minus.
+ focusstyle = 2 # 0 to disable focus drawing.
+ # 1 to use dots.
+ # 2 to use a small colored rectangle.
+ # 3 to use a colored rectangle that touches the borders.
+ focus_color = shade (1.2, @selected_bg_color)
+ glazestyle = 0 # 0 = flat highlight,
+ # 1 = curved highlight
+ # 2 = concave style,
+ # 3 = top curved highlight,
+ # 4 = beryl highlight
+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
+ gradient_shades = {1.00, 0.92, 0.92, 0.81}
+ handlestyle = 0
+ highlight_shade = 1.0
+ lightborder_shade = 1.0
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ listviewstyle = 0 # 0 = nothing, 1 = dotted, 2 = line
+ menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
+ menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
+ menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
+ menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless
+ progressbarstyle = 0
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ rgba = FALSE # alpha transparency
+ roundness = 1 # 0 = square
+ scrollbarstyle = 0 # 0 = nothing
+ separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators
+ shadow_shades = {1.1, 1.0}
+ sliderstyle = 0 # 0 = nothing added
+ stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
+
+ toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
+ trough_shades = {0.85, 1.0}
+ }
+}
+
+style "test" = "default" {
+ fg[NORMAL] = "#00FF00"
+ fg[ACTIVE] = "#00FF00"
+ fg[PRELIGHT] = "#00FF00"
+ fg[SELECTED] = "#00FF00"
+ fg[INSENSITIVE] = "#00FF00"
+
+ bg[NORMAL] = "#FF0000"
+ bg[ACTIVE] = "#FF0000"
+ bg[PRELIGHT] = "#FF0000"
+ bg[SELECTED] = "#FF0000"
+ bg[INSENSITIVE] = "#FF0000"
+
+ text[NORMAL] = "#0000FF"
+ text[ACTIVE] = "#0000FF"
+ text[PRELIGHT] = "#0000FF"
+ text[SELECTED] = "#0000FF"
+ text[INSENSITIVE] = "#0000FF"
+
+ base[NORMAL] = "#FFFF00"
+ base[ACTIVE] = "#FFFF00"
+ base[PRELIGHT] = "#FFFF00"
+ base[SELECTED] = "#FFFF00"
+ base[INSENSITIVE] = "#FFFF00"
+}
+
+style "wide" { xthickness = 2 ythickness = 2 }
+style "wider" { xthickness = 3 ythickness = 3 }
+
+style "button" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[NORMAL] = shade (1.10, @button_base)
+ bg[PRELIGHT] = shade (1.70, @selected_bg_color)
+ bg[ACTIVE] = shade (1.10, @selected_bg_color)
+ bg[SELECTED] = shade (1.00, @selected_bg_color)
+ bg[INSENSITIVE] = shade (1.4, @button_base)
+
+# fg[INSENSITIVE] = shade (1.4, @fg_color)
+
+ engine "murrine" {
+ border_shades = {0.9, 0.7}
+ contrast = 0.72
+ roundness = 0 # 0 = square
+ gradient_shades = {1.20,1.10,1.10,0.95}
+
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ lightborder_shade = 1.3
+ highlight_shade = 1.0
+ focusstyle = 3
+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
+ glow_shade = 1.5
+ reliefstyle = 0
+ textstyle = 1
+ text_shade = 0.7
+
+ }
+}
+
+style "button_label" { fg[ACTIVE] = "#ffffff" }
+
+# Force text color on radiobutton-eclipse
+style "checkradio_label" { fg[ACTIVE] = @fg_color }
+
+style "entry-1" { # text
+ xthickness = 2
+ ythickness = 2
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+
+ engine "murrine" {
+ #border_shades = {1.9, 0.8}
+ contrast = 1.00
+ roundness = 0
+ focusstyle = 2
+ lightborderstyle = 1
+ lightborder_shade = 1.90
+ }
+}
+
+style "entry" {
+ xthickness = 2
+ ythickness = 2
+
+ GtkWidget ::focus-line-width = 1
+ GtkWidget ::focus-padding = 1
+
+ bg[ACTIVE] = @bg_color
+ bg[NORMAL] = shade (0.90, @bg_color)
+ bg[PRELIGHT] = shade (1.13, @selected_bg_color)
+ bg[SELECTED] = shade (1.08, @selected_bg_color)
+ bg[INSENSITIVE] = @bg_color
+
+ engine "murrine" {
+ contrast = 0.8
+ border_shades = {0.9, 0.9}
+ lightborderstyle = 1
+ lightborder_shade = 1.65
+ reliefstyle = 0
+ roundness = 0
+ }
+}
+
+style "expander" {
+ bg[NORMAL] = "#FFF"
+ fg[NORMAL] = shade (2.0, @text_color)
+ fg[PRELIGHT] = shade (2.0, @text_color)
+
+ engine "murrine" {
+ contrast = 1.2
+ gradient_shades = {1.0, 1.0, 1.0, 1.0}
+ }
+}
+
+style "frame_title" {
+ fg[NORMAL] = shade(0.80, @fg_color)
+}
+
+style "handle" { }
+class "GtkPaned" style "handle"
+
+style "menubar" {
+ xthickness = 3
+ ythickness = 0
+
+ fg[PRELIGHT] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+
+ bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00, 1.00, 1.00, 1.00}
+ border_shades = {1.1, 0.9}
+ contrast = 0.90
+ lightborderstyle = 1
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+style "menu" {
+ xthickness = 0
+ ythickness = 0
+ GtkMenuItem::arrow-scaling = 0.6
+
+ bg[NORMAL] = shade (1.00, @bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00, 1.00, 1.00, 1.00}
+ roundness = 0 # 0 = squared
+ }
+}
+
+style "menu_item_white" {
+ xthickness = 2
+ ythickness = 3
+
+ fg[NORMAL] = shade (1.00, @fg_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @fg_color, @theme_bg_color) # menu item deshabilitados
+ fg[PRELIGHT] = @selected_fg_color # menu item seleccionado
+
+ text[NORMAL] = shade (1.00, @fg_color) # Color check/radio menu
+ text[INSENSITIVE] = mix(0.60, @text_color, @bg_color)
+ text[PRELIGHT] = @selected_fg_color # Color check/radio menu
+
+ bg[PRELIGHT] = shade (1.00, @selected_bg_color)
+ bg[SELECTED] = shade (1.00, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {0.90, 0.95, 0.95, 1.00}
+ border_shades = {1.40, 1.0}
+ roundness = 1
+ contrast = 0.8 # Contraste separadores
+ #textstyle = 2
+ #text_shade = 0.4
+ }
+}
+
+style "menubar_menuitem" {
+ xthickness = 2
+ ythickness = 3
+
+ fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @theme_bg_dark_color) # menu item deshabilitados
+ fg[PRELIGHT] = @selected_fg_color # menu item seleccionado
+
+ bg[PRELIGHT] = shade (0.94, @selected_bg_color)
+ bg[SELECTED] = shade (1.05, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.03, 1.00, 1.00, 1.00}
+ roundness = 1
+ contrast = 0.5
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+style "notebook" {
+ xthickness = 8
+ ythickness = 2
+
+ bg[NORMAL] = @base_color # selected tab entire
+ bg[ACTIVE] = shade (1.15, @window_active_color) # unselected tab
+ bg[INSENSITIVE] = shade (1.05, @base_color) # disabled controls
+
+ fg[NORMAL] = shade (1.00, @fg_color) # text selected tab
+ fg[ACTIVE] = shade (1.05, @fg_color) # text unselected tab
+ fg[INSENSITIVE] = shade (1.10, @fg_color)
+
+ engine "murrine" {
+# gradient_shades = {1.0,1.0,1.0,1.0}
+ contrast = 1.2
+# highlight_shade = 1.05
+ roundness = 1
+ focusstyle = 0
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ }
+}
+
+style "notebook-background" {
+ xthickness = 2
+ ythickness = 2
+
+ bg[ACTIVE] = shade (1.05, @window_active_color) # unselected tab
+
+ fg[NORMAL] = @text_color
+ fg[ACTIVE] = @text_color
+ fg[INSENSITIVE] = @fg_color
+
+ engine "murrine" {
+ gradient_shades = {0.90,0.98,0.92,0.90}
+ contrast = 1.0
+ roundness = 1
+ }
+}
+
+style "progressbar" {
+ xthickness = 0
+ ythickness = 0
+
+ bg[ACTIVE] = shade (0.95, @base_color)
+ bg[SELECTED] = shade (1.10, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.5, 1.0, 1.0, 0.85}
+ border_shades = {1.7, 1.5}
+ roundness = 1
+ contrast = 0.95
+ reliefstyle = 0
+ lightborder_shade = 1.05
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ trough_border_shades = {1.0, 1.1}
+ }
+}
+
+style "scale" { # slider
+
+ GtkScale::trough-border = 1
+ GtkScale::slider-width = 8
+ GtkScale::slider-length = 15
+ GtkScale::trough-side-details = 1
+
+ xthickness = 2
+ ythickness = 2
+
+ bg[NORMAL] = shade (0.95, @selected_bg_color)
+ bg[SELECTED] = shade (1.25, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.82, @selected_bg_color)
+
+ engine "murrine" {
+ sliderstyle = 0 # forma del slider
+ contrast = 1.1 # borde de todos los elementos
+ gradient_shades = {1.1, 1.0, 1.0, 0.9} # gradiente del slider
+ border_shades = {0.8, 0.9} # borde del slider
+ roundness = 0
+ lightborderstyle = 1 # inner-stroke progress-higlight y slider
+ lightborder_shade = 1.1
+
+ trough_shades = {0.7, 0.8}
+ trough_border_shades = {1.0, 1.7}
+ #trough_border_shades = {0.9, 1.20}
+ glow_shade = 1.0
+ reliefstyle = 0
+# shadow_shades = { 1.0, 0.9 }
+ }
+}
+
+style "scale-1" { # slider
+ xthickness = 2
+ ythickness = 2
+
+ bg[NORMAL] = shade (0.75, @button_base)
+ bg[SELECTED] = shade (1.35, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.82, @button_base)
+
+
+ bg[ACTIVE] = shade (0.85, @theme_bg_color)
+
+ engine "murrine" {
+ border_shades = {0.8, 0.6}
+ contrast = 1.00
+ gradient_shades = {1.25,1.00,0.99,0.80}
+ roundness = 18
+ lightborderstyle = 1
+ trough_shades = {0.9, 1.1}
+ trough_border_shades = {1.0, 1.5}
+ }
+}
+
+style "scrollbar" {
+ bg[NORMAL] = @selected_bg_color
+ bg[SELECTED] = shade (1.1, @selected_bg_color)
+ bg[ACTIVE] = @selected_bg_color
+ bg[PRELIGHT] = shade (1.25, @selected_bg_color)
+
+ engine "murrine" {
+ roundness = 0
+ border_shades = {1.0, 1.0}
+ contrast = 0.0
+ }
+}
+
+style "overlay_scrollbar" {
+ bg[SELECTED] = shade (1.0, @selected_bg_color)
+ bg[INSENSITIVE] = shade (0.85, @theme_bg_color)
+ bg[ACTIVE] = shade (0.6, @theme_bg_color)
+}
+
+style "spinbutton" = "button" { # input/stepper
+ #bg[NORMAL] = "#FFF"
+ engine "murrine" {
+ contrast = 1.0
+ lightborder_shade = 1.00
+ }
+}
+
+style "toolbar" = "wider" {
+ # Modificado
+ bg[NORMAL] = shade (1.00, @window_active_color)
+
+ engine "murrine" {
+ separatorstyle = 0
+ lightborderstyle = 0
+ contrast = 0.9 # Regula el contraste del borde inferior de la toolbar
+ lightborder_shade = 1.0 # Regula el contraste del borde de la toolbar
+ gradient_shades = {1.00, 0.98, 0.97, 0.95}
+ }
+}
+
+style "toolbar_button" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[PRELIGHT] = shade (0.95, @theme_bg_dark_color)
+ bg[ACTIVE] = shade (0.80, @theme_bg_dark_color)
+ bg[SELECTED] = shade (0.85, @theme_bg_dark_color)
+ bg[INSENSITIVE] = shade (0.98, @theme_bg_dark_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00,0.96,0.96,0.90}
+ border_shades = {1.10, 0.90}
+ contrast = 1.00
+ lightborderstyle = 1
+ # lightborder_shade = 1.80
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+# toolbar separator
+style "toolbar_separator" {
+ xthickness = 0
+ ythickness = 0
+
+ bg[NORMAL] = shade (0.80, @theme_bg_color)
+ engine "murrine" {
+ border_shades = {1.00, 1.00}
+ contrast = 0.5
+ }
+}
+
+# This style is there to modify the separator menu items. The goals are:
+# 1. Get a specific height.
+# 2. The line should go to the edges (ie. no border at the left/right)
+style "separator_menu_item" {
+ xthickness = 1
+ ythickness = 0
+
+ GtkSeparatorMenuItem::horizontal-padding = 0
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 1
+ GtkWidget::separator-height = 7
+
+ engine "murrine" {
+ contrast = 0.5
+ separatorstyle = 0
+ }
+}
+
+style "separator_tool_item" {
+ xthickness = 0
+ ythickness = 1
+
+ GtkVSeparator::vertical-padding = 0
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 7
+ GtkWidget::separator-height = 1
+
+ engine "murrine" {
+ contrast = 0.5
+ separatorstyle = 0
+ }
+}
+
+style "tooltips" {
+ xthickness = 8
+ ythickness = 4
+
+ bg[NORMAL] = @tooltip_bg_color
+ fg[NORMAL] = @tooltip_fg_color
+
+ GtkWidget::new-tooltip-style = 1
+
+ engine "murrine" {
+ border_colors = { "#080808", "#080808" }
+ }
+}
+
+style "treeview" {
+ bg[SELECTED] = @base_color # backcolor list-minicheck
+ text[NORMAL] = shade (1.05, @fg_color) # indicador normal
+ engine "murrine" {
+ gradient_shades = {1.00, 1.04, 1.06, 1.10}
+ separatorstyle = 0
+ contrast = 1.7
+ }
+}
+
+style "treeview_header" {
+ ythickness = 0
+ GtkWidget ::focus-padding = 1
+
+ bg[NORMAL] = shade (1.00, @base_color)
+ bg[PRELIGHT] = shade (0.90, @base_color)
+ bg[INSENSITIVE] = shade (0.92, @base_color)
+ bg[ACTIVE] = shade( 1.15, @selected_bg_color)
+
+ engine "murrine" {
+ border_shades = {1.0, 1.4}
+ gradient_shades = {1.00,1.00,1.00,1.00}
+ contrast = 1.20
+ lightborderstyle = 0
+ roundness = 0
+ textstyle = 1
+ text_shade = 0.7
+ glow_shade = 1.0
+ prelight_shade = 1.9
+ focusstyle = 0
+ }
+}
+
+style "checkradio" {
+ xthickness = 3
+ ythickness = 3
+
+ base[NORMAL] = @base_color # radiocheck normal
+ bg[SELECTED] = @base_color # radiocheck color checked
+
+ text[NORMAL] = @selected_bg_color # indicador normal
+ text[PRELIGHT] = @selected_bg_color # indicador hover
+ text[ACTIVE] = @selected_bg_color # indicador click
+
+ bg[ACTIVE] = shade (0.70, @base_color) # toggle button selected
+ bg[NORMAL] = shade (0.91, @base_color) # toggle button normal
+ bg[PRELIGHT] = shade (1.00, @theme_bg_color) # toggle button prelight
+ bg[INSENSITIVE] = shade (0.97, @theme_bg_color) # toggle button disabled
+
+ engine "murrine" {
+ border_shades = {0.9, 1.0}
+ contrast = 1.20
+ gradient_shades = {1.1,1.0,1.0,1.1}
+ lightborderstyle = 0
+ lightborder_shade = 0.90
+ textstyle = 0
+ }
+}
+
+style "separator" = "wide" {
+ engine "murrine" {
+ contrast = 0.4
+ }
+}
+class "GtkSeparator" style "separator"
+
+
+# ==============================================================================
+# FIREFOX SPECIFIC SETTINGS
+# ==============================================================================
+style "ff-default" {
+ GtkCheckButton::indicator-size = 14
+}
+
+style "ff-statusbar" {
+}
+
+style "FireFox-MenuBar" = "menubar" {
+ GtkMenuBar::shadow-type = GTK_SHADOW_NONE
+}
+widget "MozillaGtkWidget*GtkMenuBar" style "FireFox-MenuBar"
+
+#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
+#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
+
+
+widget "MozillaGtkWidget*" style "ff-default"
+
+#### Firefox ###
+style "firefox-base-entry" {
+ GtkWidget::interior_focus = 0
+ #GtkEntry :: inner-border = { 0, 0, 0, 0 }
+ #GtkEntry :: progress-border = { 2, 2, 2, 2 }
+ xthickness = 3
+ ythickness = 3
+ base[NORMAL] = "#dedede"
+ text[NORMAL]= "#000"
+ engine "murrine" {
+
+ }
+
+}
+
+# widget "MozillaGtkWidget*GtkFixed*GtkEntry*" style:highest "firefox-base-entry"
+# widget "MozillaGtkWidget*GtkEntry*" style:highest "firefox-base-entry"
+
+style "firefox-text-entry" {
+ text[NORMAL]= "#ff0000"
+
+ engine "murrine" {
+
+ }
+}
+#class "GtkInvisible" style "firefox-text-entry"
+#widget "GtkInvisible" style "firefox-text-entry"
+
+###############################################################################
+# The following part of the gtkrc applies the different styles to the widgets.
+###############################################################################
+
+# The default style is applied to every widget
+class "GtkWidget" style "default"
+class "GtkFrame" style "wide"
+class "GtkCalendar" style "wide"
+class "GtkEntry" style "entry"
+
+class "GtkSpinButton" style "spinbutton"
+class "GtkScale" style "scale"
+class "GtkVScale" style "scale"
+class "GtkHScale" style "scale"
+class "GtkScrollbar" style "scrollbar"
+# Overlay scrollbar
+widget_class "*<OsScrollbar>" style "overlay_scrollbar"
+widget_class "*<OsThumb>" style "overlay_scrollbar"
+# General matching follows. The order is choosen so that the right styles override
+# each other. EG. progressbar needs to be more important than the menu match.
+widget_class "*<GtkButton>" style "button"
+widget_class "*<GtkButton>*<GtkLabel>" style "button_label"
+
+
+
+widget_class "*<GtkNotebook>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook"
+
+widget_class "*<GtkMenuBar>*" style "menubar"
+widget_class "*<GtkMenu>*" style "menu"
+widget_class "*<GtkMenuItem>*" style "menu_item_white"
+#widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_white"
+widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_menuitem"
+
+widget_class "*<GtkToolbar>" style "toolbar"
+widget_class "*<GtkHandleBox>" style "toolbar"
+widget_class "*<GtkToolbar>.*.<GtkButton>*" style "toolbar_button"
+class "GtkSeparatorToolItem" style "toolbar_separator"
+widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
+widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
+
+widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
+widget_class "*.<GtkTreeView>*" style "treeview"
+
+class "*GtkExpander*" style "expander"
+
+widget_class "*<GtkProgress>" style "progressbar"
+
+# Treeview headers (and similar stock GTK+ widgets)
+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"
+
+# The window of the tooltip is called "gtk-tooltip"
+widget "gtk-tooltip*" style "tooltips"
+
+
+widget_class "*<GtkCheckButton>*" style "checkradio"
+widget_class "*<GtkRadioButton>*" style "checkradio"
+widget_class "*<GtkCheckButton>*<GtkLabel>" style:highest "checkradio_label"
+widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label"
+
+##########################################################################
+# Following are special cases and workarounds for issues in applications.
+##########################################################################
+# For Google Chrome/Chromium integration.
+style "chrome-gtk-frame" {
+ ChromeGtkFrame::frame-gradient-size = 120
+ ChromeGtkFrame::frame-gradient-color = shade (1.06, @theme_bg_dark_color)
+ ChromeGtkFrame::inactive-frame-gradient-color = shade (1.06, @theme_bg_dark_color)
+ ChromeGtkFrame::frame-color = shade (0.64, @theme_bg_dark_color)
+ ChromeGtkFrame::inactive-frame-color = shade (0.64, @theme_bg_dark_color)
+
+ ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.80, @bg_color)
+}
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+# For places where the text color is used instead of the fg color.
+style "text_is_fg_color_workaround" {
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+}
+widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
+
+# For menus where the text color is used instead of the fg color.
+style "menuitem_text_is_fg_color_workaround" {
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+}
+widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
+
+# For places where the fg color is used instead of the text color.
+style "fg_is_text_color_workaround" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = shade (0.98, @fg_color)
+}
+widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
+widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
+widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
+
+style "performance-fix" {
+
+ engine "murrine" {
+ textstyle = 0
+ contrast = 0.5
+ }
+}
+widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
+
+# For gvim scrollbars.
+style "vim-scrollbar" = "scrollbar" {
+ GtkScrollbar ::slider_width = 16
+ GtkScrollbar ::stepper_size = 16
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ orientation = VERTICAL
+ file = "assets/scroll-background.png"
+ }
+ }
+}
+widget "vim-main-window.*Scrollbar*" style "vim-scrollbar"
+
+# For Eclipse (swt) toolbars.
+widget "*swt*toolbar*" style "default"
+
+
+# ---------------------------------
+# Xfce panel theming
+# ---------------------------------
+style "xfce-panel" {
+ fg[NORMAL] = @theme_fg_dark_color
+ fg[PRELIGHT] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+
+ bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+ bg[PRELIGHT] = shade (0.80, @theme_bg_dark_color)
+ bg[ACTIVE] = shade (0.50, @theme_bg_dark_color)
+ bg[SELECTED] = shade (1.20, @selected_bg_color)
+ engine "murrine" {
+ gradient_shades = {0.80, 0.85, 0.95, 1.00}
+ roundness = 2
+ contrast = 0.2
+ }
+ xthickness = 3
+ ythickness = 3
+}
+widget "*Xfce*Panel*" style "xfce-panel"
+class "*Xfce*Panel*" style "xfce-panel"
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 100
+ XfdesktopIconVIew::ellipsize-icon-labels = 1
+
+ XfdesktopIconView::shadow-x-offset = 1
+ XfdesktopIconView::shadow-y-offset = 1
+ XfdesktopIconView::shadow-color = "#000000"
+ XfdesktopIconView::selected-shadow-x-offset = 1
+ XfdesktopIconView::selected-shadow-y-offset = 1
+ XfdesktopIconView::selected-shadow-color = "#000000"
+
+ XfdesktopIconView::cell-spacing = 0
+ XfdesktopIconView::cell-padding = 0
+ XfdesktopIconView::cell-text-width-proportion = 2
+
+ base[NORMAL] = @selected_bg_color
+ base[SELECTED] = @selected_bg_color
+ base[ACTIVE] = @selected_bg_color
+
+ fg[NORMAL] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+}
+
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
+
+# widget "xfwm4-tabwin*" style "murrine-dark"
+include "apps/thunar.rc" # thunar especific
+include "apps/terminal.rc"
+include "apps/gmusicbrowser.rc"
+
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc
new file mode 100755
index 0000000..76da2b0
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/gtkrc
@@ -0,0 +1,908 @@
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#f4f4f4"
+gtk-color-scheme = "text_color:#2e3436\nfg_color:#2e3436"
+gtk-color-scheme = "selected_bg_color:#0096ff\nselected_fg_color:#ffffff"
+gtk-color-scheme = "tooltip_bg_color:#d2e4f8\ntooltip_fg_color:#2e3436\nlink_color:#4a90f9"
+gtk-color-scheme = "theme_bg_color:#f4f4f4\nbutton_base:#f4f4f4"
+gtk-color-scheme = "theme_bg_dark_color:#a3b5d9\ntheme_fg_dark_color:#2e3436\ntheme_text_dark_color:#f30f0f"
+gtk-color-scheme = "sidebar_background:#ffffff"
+
+gtk_color_scheme = "window_active_color:#a3b5d9\nwindow_inactive_color:#e1e1e1" #Windows decorations
+gtk_color_scheme = "test1:#f30f0f\ntest2:#10b00c" #debug colors
+
+gtk-auto-mnemonics = 1
+
+style "default" {
+ xthickness = 1
+ ythickness = 1
+
+ #######################
+ # Style Properties
+ #######################
+ GtkButton ::child-displacement-x = 0
+ GtkButton ::child-displacement-y = 0
+ GtkButton ::default-border = {0, 0, 0, 0}
+ GtkButton ::image-spacing = 4
+ GtkToolButton ::icon-spacing = 4
+
+ GtkCheckButton ::indicator-size = 16
+ GtkRadioButton ::indicator-size = 16
+
+ GtkEntry ::honors-transparent-bg-hint = 1
+ GtkEntry ::invisible-char = 0x2022
+ GtkEntry ::progress-border = {2, 2, 2, 2}
+ GtkEntry ::state-hint = 0
+
+ GtkProgressBar ::min-vertical-bar-width = 13
+ GtkProgressBar ::min-horizontal-bar-height = 13
+
+ GtkExpander ::expander-size = 8
+
+ GtkMenuBar ::internal-padding = 0
+ GtkMenuBar ::window-dragging = 1
+ GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
+ GtkMenu ::horizontal-padding = 0
+ GtkMenu ::vertical-padding = 0
+ GtkSeparatorMenuItem ::horizontal-padding = 7
+
+ GtkNotebook ::tab-overlap = 2 # Default = 2
+ GtkNotebook ::tab-curvature = 1 # Default = 1
+
+ GtkPaned ::handle-size = 4
+
+ GtkRange ::trough-border = 0
+ GtkRange ::slider-width = 15
+ GtkRange ::stepper-size = 1
+
+ GtkScale ::slider-length = 14
+ GtkScale ::slider-width = 14
+ GtkScale ::trough-side-details = 1
+
+ GtkScrollbar ::has-backward-stepper = 0
+ GtkScrollbar ::has-forward-stepper = 0
+ GtkScrollbar ::min-slider-length = 30
+ GtkScrollbar ::slider-width = 6
+ GtkScrollbar ::trough-border = 3
+ GtkScrollbar ::activate-slider = 1
+ GtkScrollbar ::trough-side-details = 0
+ GtkScrollbar ::stepper-size = 1
+
+ GtkScrolledWindow ::scrollbar-spacing = 0
+ GtkScrolledWindow ::scrollbars-within-bevel = 1
+
+ GtkToolbar ::internal-padding = 0
+ GtkToolbar ::window-dragging = 1
+
+ GtkTreeView ::expander-size = 8
+ GtkTreeView ::odd_row_color = shade (1.05, @base_color)
+
+ # en eclipse afecta backcolor de "Quick Type Hierarchy (CTRL+T)"
+ #GtkTreeView ::even_row_color = shade (1.05, @base_color)
+
+ GtkWidget ::link-color = @link_color
+ GtkWidget ::focus-padding = 0
+ WnckTasklist ::fade-overlay-rect = 0
+
+ GtkWindow ::resize-grip-height = 0 # Ocultar resize-grip
+ GtkWindow ::resize-grip-width = 0
+ GtkImage ::x-ayatana-indicator-dynamic = 1
+
+
+ ####################
+ # Color Definitions
+ ####################
+ bg[NORMAL] = @theme_bg_color
+ bg[PRELIGHT] = shade (1.02, @theme_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = shade (1.20, @theme_bg_color)
+ bg[ACTIVE] = @theme_bg_color
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = shade (1.10, @selected_fg_color)
+ fg[INSENSITIVE] = shade (0.75, @bg_color)
+ fg[ACTIVE] = @fg_color
+
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @theme_bg_color)
+ base[SELECTED] = @selected_bg_color
+ base[INSENSITIVE] = shade (1.20, @theme_bg_color)
+ base[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ animation = FALSE
+ arrowstyle = 1 # arrowstyle = 1 to draw filled arrows.
+ # arrowstyle = 2 to draw fat filled arrows.
+ colorize_scrollbar = TRUE
+ contrast = 0.7
+ # default_button_color = shade (0.88, @base_color)
+ expanderstyle = 0 # expanderstyle = 0 to draw arrows.
+ # expanderstyle = 1 to draw circles with plus and minus.
+ # expanderstyle = 2 to draw buttons with plus and minus.
+ focusstyle = 2 # 0 to disable focus drawing.
+ # 1 to use dots.
+ # 2 to use a small colored rectangle.
+ # 3 to use a colored rectangle that touches the borders.
+ focus_color = shade (1.2, @selected_bg_color)
+ glazestyle = 0 # 0 = flat highlight,
+ # 1 = curved highlight
+ # 2 = concave style,
+ # 3 = top curved highlight,
+ # 4 = beryl highlight
+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
+ gradient_shades = {1.00, 0.92, 0.92, 0.81}
+ handlestyle = 0
+ highlight_shade = 1.0
+ lightborder_shade = 1.0
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ listviewstyle = 0 # 0 = nothing, 1 = dotted, 2 = line
+ menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
+ menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
+ menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
+ menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless
+ progressbarstyle = 0
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ rgba = FALSE # alpha transparency
+ roundness = 0 # 0 = square
+ scrollbarstyle = 0 # 0 = nothing
+ separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators
+ shadow_shades = {1.1, 1.0}
+ sliderstyle = 0 # 0 = nothing added
+ stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
+
+ toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
+ trough_shades = {0.85, 1.0}
+ }
+}
+
+style "test" = "default" {
+ fg[NORMAL] = "#00FF00"
+ fg[ACTIVE] = "#00FF00"
+ fg[PRELIGHT] = "#00FF00"
+ fg[SELECTED] = "#00FF00"
+ fg[INSENSITIVE] = "#00FF00"
+
+ bg[NORMAL] = "#FF0000"
+ bg[ACTIVE] = "#FF0000"
+ bg[PRELIGHT] = "#FF0000"
+ bg[SELECTED] = "#FF0000"
+ bg[INSENSITIVE] = "#FF0000"
+
+ text[NORMAL] = "#0000FF"
+ text[ACTIVE] = "#0000FF"
+ text[PRELIGHT] = "#0000FF"
+ text[SELECTED] = "#0000FF"
+ text[INSENSITIVE] = "#0000FF"
+
+ base[NORMAL] = "#FFFF00"
+ base[ACTIVE] = "#FFFF00"
+ base[PRELIGHT] = "#FFFF00"
+ base[SELECTED] = "#FFFF00"
+ base[INSENSITIVE] = "#FFFF00"
+}
+
+style "wide" { xthickness = 2 ythickness = 2 }
+style "wider" { xthickness = 3 ythickness = 3 }
+
+style "button" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[NORMAL] = shade (1.10, @button_base)
+ bg[PRELIGHT] = shade (1.70, @selected_bg_color)
+ bg[ACTIVE] = shade (1.10, @selected_bg_color)
+ bg[SELECTED] = shade (1.00, @selected_bg_color)
+ bg[INSENSITIVE] = shade (1.4, @button_base)
+
+# fg[INSENSITIVE] = shade (1.4, @fg_color)
+
+ engine "murrine" {
+ border_shades = {0.9, 0.7}
+ contrast = 0.72
+ roundness = 0 # 0 = square
+ gradient_shades = {1.20,1.10,1.10,0.95}
+
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ lightborder_shade = 1.3
+ highlight_shade = 1.0
+ focusstyle = 3
+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
+ glow_shade = 1.5
+ reliefstyle = 0
+ textstyle = 1
+ text_shade = 0.7
+
+ }
+}
+
+style "button_label" { fg[ACTIVE] = "#ffffff" }
+
+# Force text color on radiobutton-eclipse
+style "checkradio_label" { fg[ACTIVE] = @fg_color }
+
+style "entry-1" { # text
+ xthickness = 2
+ ythickness = 2
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+
+ engine "murrine" {
+ #border_shades = {1.9, 0.8}
+ contrast = 1.00
+ roundness = 0
+ focusstyle = 2
+ lightborderstyle = 1
+ lightborder_shade = 1.90
+ }
+}
+
+style "entry" {
+ xthickness = 2
+ ythickness = 2
+
+ GtkWidget ::focus-line-width = 1
+ GtkWidget ::focus-padding = 1
+
+# bg[ACTIVE] = @test2
+ bg[NORMAL] = @base_color
+# bg[PRELIGHT] = shade (1.00, @selected_bg_color)
+# bg[SELECTED] = shade (1.20, @selected_bg_color)
+# bg[INSENSITIVE] = @test2
+
+ engine "murrine" {
+ contrast = 0.7
+ border_shades = {1.0, 1.0}
+ lightborderstyle = 1
+# lightborder_shade = 1.65
+ reliefstyle = 0
+ roundness = 0
+ }
+}
+
+style "expander" {
+ bg[NORMAL] = "#FFF"
+ fg[NORMAL] = shade (2.0, @text_color)
+ fg[PRELIGHT] = shade (2.0, @text_color)
+
+ engine "murrine" {
+ contrast = 1.2
+ gradient_shades = {1.0, 1.0, 1.0, 1.0}
+ }
+}
+
+style "frame_title" {
+ fg[NORMAL] = shade(0.80, @fg_color)
+}
+
+style "handle" { }
+class "GtkPaned" style "handle"
+
+style "menubar" {
+ xthickness = 3
+ ythickness = 0
+
+ fg[PRELIGHT] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+
+ bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00, 1.00, 1.00, 1.00}
+ border_shades = {1.1, 0.9}
+ contrast = 0.90
+ lightborderstyle = 1
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+style "menu" {
+ xthickness = 0
+ ythickness = 0
+ GtkMenuItem::arrow-scaling = 0.6
+
+ bg[NORMAL] = shade (1.00, @bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00, 1.00, 1.00, 1.00}
+ roundness = 0 # 0 = squared
+ }
+}
+
+style "menu_item_white" {
+ xthickness = 2
+ ythickness = 3
+
+ fg[NORMAL] = shade (1.00, @fg_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @fg_color, @theme_bg_color) # menu item deshabilitados
+ fg[PRELIGHT] = @selected_fg_color # menu item seleccionado
+
+ text[NORMAL] = shade (1.00, @fg_color) # Color check/radio menu
+ text[INSENSITIVE] = mix(0.60, @text_color, @bg_color)
+ text[PRELIGHT] = @selected_fg_color # Color check/radio menu
+
+ bg[PRELIGHT] = shade (1.00, @selected_bg_color)
+ bg[SELECTED] = shade (1.00, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {0.90, 0.95, 0.95, 1.00}
+ border_shades = {1.40, 1.0}
+ roundness = 1
+ contrast = 0.8 # Contraste separadores
+ #textstyle = 2
+ #text_shade = 0.4
+ }
+}
+
+style "menubar_menuitem" {
+ xthickness = 2
+ ythickness = 3
+
+ fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @theme_bg_dark_color) # menu item deshabilitados
+ fg[PRELIGHT] = @selected_fg_color # menu item seleccionado
+
+ bg[PRELIGHT] = shade (0.94, @selected_bg_color)
+ bg[SELECTED] = shade (1.05, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.03, 1.00, 1.00, 1.00}
+ roundness = 1
+ contrast = 0.5
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+style "notebook" {
+ xthickness = 8
+ ythickness = 2
+
+ bg[NORMAL] = @base_color # selected tab entire
+ bg[ACTIVE] = shade (1.15, @window_active_color) # unselected tab
+ bg[INSENSITIVE] = shade (1.05, @base_color) # disabled controls
+
+ fg[NORMAL] = shade (1.00, @fg_color) # text selected tab
+ fg[ACTIVE] = shade (1.05, @fg_color) # text unselected tab
+ fg[INSENSITIVE] = shade (1.10, @fg_color)
+
+ engine "murrine" {
+# gradient_shades = {1.0,1.0,1.0,1.0}
+ contrast = 1.2
+# highlight_shade = 1.05
+ roundness = 1
+ focusstyle = 0
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ }
+}
+
+style "notebook-background" {
+ xthickness = 2
+ ythickness = 2
+
+ bg[ACTIVE] = shade (1.05, @window_active_color) # unselected tab
+
+ fg[NORMAL] = @text_color
+ fg[ACTIVE] = @text_color
+ fg[INSENSITIVE] = @fg_color
+
+ engine "murrine" {
+ gradient_shades = {0.90,0.98,0.92,0.90}
+ contrast = 1.0
+ roundness = 1
+ }
+}
+
+style "progressbar" {
+ xthickness = 0
+ ythickness = 0
+
+ bg[ACTIVE] = shade (0.95, @base_color)
+ bg[SELECTED] = shade (1.10, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.5, 1.0, 1.0, 0.85}
+ border_shades = {1.7, 1.5}
+ roundness = 1
+ contrast = 0.95
+ reliefstyle = 0
+ lightborder_shade = 1.05
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ trough_border_shades = {1.0, 1.1}
+ }
+}
+
+style "scale" { # slider
+
+ GtkScale::trough-border = 1
+ GtkScale::slider-width = 8
+ GtkScale::slider-length = 15
+ GtkScale::trough-side-details = 1
+
+ xthickness = 2
+ ythickness = 2
+
+ bg[NORMAL] = shade (0.95, @selected_bg_color)
+ bg[SELECTED] = shade (1.25, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.82, @selected_bg_color)
+
+ engine "murrine" {
+ sliderstyle = 0 # forma del slider
+ contrast = 1.1 # borde de todos los elementos
+ gradient_shades = {1.1, 1.0, 1.0, 0.9} # gradiente del slider
+ border_shades = {0.8, 0.9} # borde del slider
+ roundness = 0
+ lightborderstyle = 1 # inner-stroke progress-higlight y slider
+ lightborder_shade = 1.1
+
+ trough_shades = {0.7, 0.8}
+ trough_border_shades = {1.0, 1.7}
+ #trough_border_shades = {0.9, 1.20}
+ glow_shade = 1.0
+ reliefstyle = 0
+# shadow_shades = { 1.0, 0.9 }
+ }
+}
+
+style "scale-1" { # slider
+ xthickness = 2
+ ythickness = 2
+
+ bg[NORMAL] = shade (0.75, @button_base)
+ bg[SELECTED] = shade (1.35, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.82, @button_base)
+
+
+ bg[ACTIVE] = shade (0.85, @theme_bg_color)
+
+ engine "murrine" {
+ border_shades = {0.8, 0.6}
+ contrast = 1.00
+ gradient_shades = {1.25,1.00,0.99,0.80}
+ roundness = 18
+ lightborderstyle = 1
+ trough_shades = {0.9, 1.1}
+ trough_border_shades = {1.0, 1.5}
+ }
+}
+
+style "scrollbar" {
+ bg[NORMAL] = @selected_bg_color
+ bg[SELECTED] = shade (1.1, @selected_bg_color)
+ bg[ACTIVE] = @selected_bg_color
+ bg[PRELIGHT] = shade (1.25, @selected_bg_color)
+
+ engine "murrine" {
+ roundness = 0
+ border_shades = {1.0, 1.0}
+ contrast = 0.0
+ }
+}
+
+style "overlay_scrollbar" {
+ bg[SELECTED] = shade (1.0, @selected_bg_color)
+ bg[INSENSITIVE] = shade (0.85, @theme_bg_color)
+ bg[ACTIVE] = shade (0.6, @theme_bg_color)
+}
+
+style "spinbutton" = "button" { # input/stepper
+ #bg[NORMAL] = "#FFF"
+ engine "murrine" {
+ contrast = 1.0
+ lightborder_shade = 1.00
+ }
+}
+
+style "toolbar" = "wider" {
+ # Modificado
+ bg[NORMAL] = shade (1.00, @window_active_color)
+
+ engine "murrine" {
+ separatorstyle = 0
+ lightborderstyle = 0
+ contrast = 0.9 # Regula el contraste del borde inferior de la toolbar
+ lightborder_shade = 1.0 # Regula el contraste del borde de la toolbar
+ gradient_shades = {1.00, 0.98, 0.97, 0.95}
+ }
+}
+
+style "toolbar_button" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[PRELIGHT] = shade (0.95, @theme_bg_dark_color)
+ bg[ACTIVE] = shade (0.80, @theme_bg_dark_color)
+ bg[SELECTED] = shade (0.85, @theme_bg_dark_color)
+ bg[INSENSITIVE] = shade (0.98, @theme_bg_dark_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00,0.96,0.96,0.90}
+ border_shades = {1.10, 0.90}
+ contrast = 1.00
+ lightborderstyle = 1
+ # lightborder_shade = 1.80
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+# toolbar separator
+style "toolbar_separator" {
+ xthickness = 0
+ ythickness = 0
+
+ bg[NORMAL] = shade (0.80, @theme_bg_color)
+ engine "murrine" {
+ border_shades = {1.00, 1.00}
+ contrast = 0.5
+ }
+}
+
+# This style is there to modify the separator menu items. The goals are:
+# 1. Get a specific height.
+# 2. The line should go to the edges (ie. no border at the left/right)
+style "separator_menu_item" {
+ xthickness = 1
+ ythickness = 0
+
+ GtkSeparatorMenuItem::horizontal-padding = 0
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 1
+ GtkWidget::separator-height = 7
+
+ engine "murrine" {
+ contrast = 0.5
+ separatorstyle = 0
+ }
+}
+
+style "separator_tool_item" {
+ xthickness = 0
+ ythickness = 1
+
+ GtkVSeparator::vertical-padding = 0
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 7
+ GtkWidget::separator-height = 1
+
+ engine "murrine" {
+ contrast = 0.5
+ separatorstyle = 0
+ }
+}
+
+style "tooltips" {
+ xthickness = 8
+ ythickness = 4
+
+ bg[NORMAL] = @tooltip_bg_color
+ fg[NORMAL] = @tooltip_fg_color
+
+ GtkWidget::new-tooltip-style = 1
+
+ engine "murrine" {
+ border_colors = { "#080808", "#080808" }
+ }
+}
+
+style "treeview" {
+ bg[SELECTED] = @base_color # backcolor list-minicheck
+ text[NORMAL] = shade (1.05, @fg_color) # indicador normal
+ engine "murrine" {
+ gradient_shades = {1.00, 1.04, 1.06, 1.10}
+ separatorstyle = 0
+ contrast = 1.7
+ }
+}
+
+style "treeview_header" {
+ ythickness = 0
+ GtkWidget ::focus-padding = 1
+
+ bg[NORMAL] = shade (1.00, @base_color)
+ bg[PRELIGHT] = shade (0.90, @base_color)
+ bg[INSENSITIVE] = shade (0.92, @base_color)
+ bg[ACTIVE] = shade( 1.15, @selected_bg_color)
+
+ engine "murrine" {
+ border_shades = {1.0, 1.4}
+ gradient_shades = {1.00,1.00,1.00,1.00}
+ contrast = 1.20
+ lightborderstyle = 0
+ roundness = 0
+ textstyle = 1
+ text_shade = 0.7
+ glow_shade = 1.0
+ prelight_shade = 1.9
+ focusstyle = 0
+ }
+}
+
+style "checkradio" {
+ xthickness = 3
+ ythickness = 3
+
+ base[NORMAL] = @base_color # radiocheck normal
+ bg[SELECTED] = @base_color # radiocheck color checked
+
+ text[NORMAL] = @selected_bg_color # indicador normal
+ text[PRELIGHT] = @selected_bg_color # indicador hover
+ text[ACTIVE] = @selected_bg_color # indicador click
+
+ bg[ACTIVE] = shade (0.70, @base_color) # toggle button selected
+ bg[NORMAL] = shade (0.91, @base_color) # toggle button normal
+ bg[PRELIGHT] = shade (1.00, @theme_bg_color) # toggle button prelight
+ bg[INSENSITIVE] = shade (0.97, @theme_bg_color) # toggle button disabled
+
+ engine "murrine" {
+ border_shades = {0.9, 1.0}
+ contrast = 1.20
+ gradient_shades = {1.1,1.0,1.0,1.1}
+ lightborderstyle = 0
+ lightborder_shade = 0.90
+ textstyle = 0
+ }
+}
+
+style "separator" = "wide" {
+ engine "murrine" {
+ contrast = 0.4
+ }
+}
+class "GtkSeparator" style "separator"
+
+
+# ==============================================================================
+# FIREFOX SPECIFIC SETTINGS
+# ==============================================================================
+style "ff-default" {
+ GtkCheckButton::indicator-size = 14
+}
+
+style "ff-statusbar" {
+}
+
+style "FireFox-MenuBar" = "menubar" {
+ GtkMenuBar::shadow-type = GTK_SHADOW_NONE
+}
+widget "MozillaGtkWidget*GtkMenuBar" style "FireFox-MenuBar"
+
+#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
+#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
+
+
+widget "MozillaGtkWidget*" style "ff-default"
+
+#### Firefox ###
+style "firefox-base-entry" {
+ GtkWidget::interior_focus = 0
+ #GtkEntry :: inner-border = { 0, 0, 0, 0 }
+ #GtkEntry :: progress-border = { 2, 2, 2, 2 }
+ xthickness = 3
+ ythickness = 3
+ base[NORMAL] = "#dedede"
+ text[NORMAL]= "#000"
+ engine "murrine" {
+
+ }
+
+}
+
+# widget "MozillaGtkWidget*GtkFixed*GtkEntry*" style:highest "firefox-base-entry"
+# widget "MozillaGtkWidget*GtkEntry*" style:highest "firefox-base-entry"
+
+style "firefox-text-entry" {
+ text[NORMAL]= "#ff0000"
+
+ engine "murrine" {
+
+ }
+}
+#class "GtkInvisible" style "firefox-text-entry"
+#widget "GtkInvisible" style "firefox-text-entry"
+
+###############################################################################
+# The following part of the gtkrc applies the different styles to the widgets.
+###############################################################################
+
+# The default style is applied to every widget
+class "GtkWidget" style "default"
+class "GtkFrame" style "wide"
+class "GtkCalendar" style "wide"
+class "GtkEntry" style "entry"
+
+class "GtkSpinButton" style "spinbutton"
+class "GtkScale" style "scale"
+class "GtkVScale" style "scale"
+class "GtkHScale" style "scale"
+class "GtkScrollbar" style "scrollbar"
+# Overlay scrollbar
+widget_class "*<OsScrollbar>" style "overlay_scrollbar"
+widget_class "*<OsThumb>" style "overlay_scrollbar"
+# General matching follows. The order is choosen so that the right styles override
+# each other. EG. progressbar needs to be more important than the menu match.
+widget_class "*<GtkButton>" style "button"
+widget_class "*<GtkButton>*<GtkLabel>" style "button_label"
+
+
+
+widget_class "*<GtkNotebook>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook"
+
+widget_class "*<GtkMenuBar>*" style "menubar"
+widget_class "*<GtkMenu>*" style "menu"
+widget_class "*<GtkMenuItem>*" style "menu_item_white"
+#widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_white"
+widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_menuitem"
+
+widget_class "*<GtkToolbar>" style "toolbar"
+widget_class "*<GtkHandleBox>" style "toolbar"
+widget_class "*<GtkToolbar>.*.<GtkButton>*" style "toolbar_button"
+class "GtkSeparatorToolItem" style "toolbar_separator"
+widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
+widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
+
+widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
+widget_class "*.<GtkTreeView>*" style "treeview"
+
+class "*GtkExpander*" style "expander"
+
+widget_class "*<GtkProgress>" style "progressbar"
+
+# Treeview headers (and similar stock GTK+ widgets)
+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"
+
+# The window of the tooltip is called "gtk-tooltip"
+widget "gtk-tooltip*" style "tooltips"
+
+
+widget_class "*<GtkCheckButton>*" style "checkradio"
+widget_class "*<GtkRadioButton>*" style "checkradio"
+widget_class "*<GtkCheckButton>*<GtkLabel>" style:highest "checkradio_label"
+widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label"
+
+##########################################################################
+# Following are special cases and workarounds for issues in applications.
+##########################################################################
+# For Google Chrome/Chromium integration.
+style "chrome-gtk-frame" {
+ ChromeGtkFrame::frame-gradient-size = 120
+ ChromeGtkFrame::frame-gradient-color = shade (1.06, @theme_bg_dark_color)
+ ChromeGtkFrame::inactive-frame-gradient-color = shade (1.06, @theme_bg_dark_color)
+ ChromeGtkFrame::frame-color = shade (0.64, @theme_bg_dark_color)
+ ChromeGtkFrame::inactive-frame-color = shade (0.64, @theme_bg_dark_color)
+
+ ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.80, @bg_color)
+}
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+# For places where the text color is used instead of the fg color.
+style "text_is_fg_color_workaround" {
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+}
+widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
+
+# For menus where the text color is used instead of the fg color.
+style "menuitem_text_is_fg_color_workaround" {
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+}
+widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
+
+# For places where the fg color is used instead of the text color.
+style "fg_is_text_color_workaround" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = shade (0.98, @fg_color)
+}
+widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
+widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
+widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
+
+style "performance-fix" {
+
+ engine "murrine" {
+ textstyle = 0
+ contrast = 0.5
+ }
+}
+widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
+
+# For gvim scrollbars.
+style "vim-scrollbar" = "scrollbar" {
+ GtkScrollbar ::slider_width = 16
+ GtkScrollbar ::stepper_size = 16
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ orientation = VERTICAL
+ file = "assets/scroll-background.png"
+ }
+ }
+}
+widget "vim-main-window.*Scrollbar*" style "vim-scrollbar"
+
+# For Eclipse (swt) toolbars.
+widget "*swt*toolbar*" style "default"
+
+
+# ---------------------------------
+# Xfce panel theming
+# ---------------------------------
+#style "xfce-panel" {
+# fg[NORMAL] = @theme_fg_dark_color
+# fg[PRELIGHT] = @selected_fg_color
+# fg[ACTIVE] = @selected_fg_color
+# fg[SELECTED] = @selected_fg_color
+
+# bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+# bg[PRELIGHT] = shade (0.80, @theme_bg_dark_color)
+# bg[ACTIVE] = shade (0.50, @theme_bg_dark_color)
+# bg[SELECTED] = shade (1.20, @selected_bg_color)
+# engine "murrine" {
+# gradient_shades = {0.80, 0.85, 0.95, 1.00}
+# roundness = 2
+# contrast = 0.2
+# }
+# xthickness = 3
+# ythickness = 3
+#}
+#widget "*Xfce*Panel*" style "xfce-panel"
+#class "*Xfce*Panel*" style "xfce-panel"
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 100
+ XfdesktopIconVIew::ellipsize-icon-labels = 1
+
+ XfdesktopIconView::shadow-x-offset = 1
+ XfdesktopIconView::shadow-y-offset = 1
+ XfdesktopIconView::shadow-color = "#000000"
+ XfdesktopIconView::selected-shadow-x-offset = 1
+ XfdesktopIconView::selected-shadow-y-offset = 1
+ XfdesktopIconView::selected-shadow-color = "#000000"
+
+ XfdesktopIconView::cell-spacing = 0
+ XfdesktopIconView::cell-padding = 0
+ XfdesktopIconView::cell-text-width-proportion = 2
+
+ base[NORMAL] = @selected_bg_color
+ base[SELECTED] = @selected_bg_color
+ base[ACTIVE] = @selected_bg_color
+
+ fg[NORMAL] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+}
+
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
+
+# widget "xfwm4-tabwin*" style "murrine-dark"
+include "apps/thunar.rc" # thunar especific
+include "apps/terminal.rc"
+include "apps/gmusicbrowser.rc"
+include "apps/panel.rc"
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc (copy 1) b/Kogaion-daylight/gtk-2.0/gtkrc (copy 1)
new file mode 100755
index 0000000..32564ad
--- /dev/null
+++ b/Kogaion-daylight/gtk-2.0/gtkrc (copy 1)
@@ -0,0 +1,909 @@
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#f4f4f4"
+gtk-color-scheme = "text_color:#2e3436\nfg_color:#2e3436"
+gtk-color-scheme = "selected_bg_color:#0096ff\nselected_fg_color:#ffffff"
+gtk-color-scheme = "tooltip_bg_color:#d2e4f8\ntooltip_fg_color:#2e3436\nlink_color:#4a90f9"
+gtk-color-scheme = "theme_bg_color:#f4f4f4\nbutton_base:#f4f4f4"
+gtk-color-scheme = "theme_bg_dark_color:#a3b5d9\ntheme_fg_dark_color:#2e3436\ntheme_text_dark_color:#f30f0f"
+gtk-color-scheme = "sidebar_background:#ffffff"
+
+gtk_color_scheme = "window_active_color:#a3b5d9\nwindow_inactive_color:#e1e1e1" #Windows decorations
+gtk_color_scheme = "test1:#f30f0f\ntest2:#10b00c" #debug colors
+
+gtk-auto-mnemonics = 1
+
+style "default" {
+ xthickness = 1
+ ythickness = 1
+
+ #######################
+ # Style Properties
+ #######################
+ GtkButton ::child-displacement-x = 0
+ GtkButton ::child-displacement-y = 0
+ GtkButton ::default-border = {0, 0, 0, 0}
+ GtkButton ::image-spacing = 4
+ GtkToolButton ::icon-spacing = 4
+
+ GtkCheckButton ::indicator-size = 16
+ GtkRadioButton ::indicator-size = 16
+
+ GtkEntry ::honors-transparent-bg-hint = 1
+ GtkEntry ::invisible-char = 0x2022
+ GtkEntry ::progress-border = {2, 2, 2, 2}
+ GtkEntry ::state-hint = 0
+
+ GtkProgressBar ::min-vertical-bar-width = 13
+ GtkProgressBar ::min-horizontal-bar-height = 13
+
+ GtkExpander ::expander-size = 8
+
+ GtkMenuBar ::internal-padding = 0
+ GtkMenuBar ::window-dragging = 1
+ GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
+ GtkMenu ::horizontal-padding = 0
+ GtkMenu ::vertical-padding = 0
+ GtkSeparatorMenuItem ::horizontal-padding = 7
+
+ GtkNotebook ::tab-overlap = 2 # Default = 2
+ GtkNotebook ::tab-curvature = 1 # Default = 1
+
+ GtkPaned ::handle-size = 4
+
+ GtkRange ::trough-border = 0
+ GtkRange ::slider-width = 15
+ GtkRange ::stepper-size = 1
+
+ GtkScale ::slider-length = 14
+ GtkScale ::slider-width = 14
+ GtkScale ::trough-side-details = 1
+
+ GtkScrollbar ::has-backward-stepper = 0
+ GtkScrollbar ::has-forward-stepper = 0
+ GtkScrollbar ::min-slider-length = 30
+ GtkScrollbar ::slider-width = 6
+ GtkScrollbar ::trough-border = 3
+ GtkScrollbar ::activate-slider = 1
+ GtkScrollbar ::trough-side-details = 0
+ GtkScrollbar ::stepper-size = 1
+
+ GtkScrolledWindow ::scrollbar-spacing = 0
+ GtkScrolledWindow ::scrollbars-within-bevel = 1
+
+ GtkToolbar ::internal-padding = 0
+ GtkToolbar ::window-dragging = 1
+
+ GtkTreeView ::expander-size = 8
+ GtkTreeView ::odd_row_color = shade (1.05, @base_color)
+
+ # en eclipse afecta backcolor de "Quick Type Hierarchy (CTRL+T)"
+ #GtkTreeView ::even_row_color = shade (1.05, @base_color)
+
+ GtkWidget ::link-color = @link_color
+ GtkWidget ::focus-padding = 0
+ WnckTasklist ::fade-overlay-rect = 0
+
+ GtkWindow ::resize-grip-height = 0 # Ocultar resize-grip
+ GtkWindow ::resize-grip-width = 0
+ GtkImage ::x-ayatana-indicator-dynamic = 1
+
+
+ ####################
+ # Color Definitions
+ ####################
+ bg[NORMAL] = @theme_bg_color
+ bg[PRELIGHT] = shade (1.02, @theme_bg_color)
+ bg[SELECTED] = @selected_bg_color
+ bg[INSENSITIVE] = shade (1.20, @theme_bg_color)
+ bg[ACTIVE] = @theme_bg_color
+
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = shade (1.10, @selected_fg_color)
+ fg[INSENSITIVE] = shade (0.75, @bg_color)
+ fg[ACTIVE] = @fg_color
+ #fg[ACTIVE] = @fg_color
+
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+
+ base[NORMAL] = @base_color
+ base[PRELIGHT] = shade (0.95, @theme_bg_color)
+ base[SELECTED] = @selected_bg_color
+ base[INSENSITIVE] = shade (1.20, @theme_bg_color)
+ base[ACTIVE] = @selected_bg_color
+
+ engine "murrine" {
+ animation = FALSE
+ arrowstyle = 1 # arrowstyle = 1 to draw filled arrows.
+ # arrowstyle = 2 to draw fat filled arrows.
+ colorize_scrollbar = TRUE
+ contrast = 0.7
+ # default_button_color = shade (0.88, @base_color)
+ expanderstyle = 0 # expanderstyle = 0 to draw arrows.
+ # expanderstyle = 1 to draw circles with plus and minus.
+ # expanderstyle = 2 to draw buttons with plus and minus.
+ focusstyle = 2 # 0 to disable focus drawing.
+ # 1 to use dots.
+ # 2 to use a small colored rectangle.
+ # 3 to use a colored rectangle that touches the borders.
+ focus_color = shade (1.2, @selected_bg_color)
+ glazestyle = 0 # 0 = flat highlight,
+ # 1 = curved highlight
+ # 2 = concave style,
+ # 3 = top curved highlight,
+ # 4 = beryl highlight
+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
+ gradient_shades = {1.00, 0.92, 0.92, 0.81}
+ handlestyle = 0
+ highlight_shade = 1.0
+ lightborder_shade = 1.0
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ listviewstyle = 0 # 0 = nothing, 1 = dotted, 2 = line
+ menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
+ menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
+ menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
+ menustyle = 3 # 0 = no vertical menu stripe, 1 = display vertical menu stripe, 2 = faint? 3 = borderless
+ progressbarstyle = 0
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ rgba = FALSE # alpha transparency
+ roundness = 0 # 0 = square
+ scrollbarstyle = 0 # 0 = nothing
+ separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators
+ shadow_shades = {1.1, 1.0}
+ sliderstyle = 0 # 0 = nothing added
+ stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
+
+ toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
+ trough_shades = {0.85, 1.0}
+ }
+}
+
+style "test" = "default" {
+ fg[NORMAL] = "#00FF00"
+ fg[ACTIVE] = "#00FF00"
+ fg[PRELIGHT] = "#00FF00"
+ fg[SELECTED] = "#00FF00"
+ fg[INSENSITIVE] = "#00FF00"
+
+ bg[NORMAL] = "#FF0000"
+ bg[ACTIVE] = "#FF0000"
+ bg[PRELIGHT] = "#FF0000"
+ bg[SELECTED] = "#FF0000"
+ bg[INSENSITIVE] = "#FF0000"
+
+ text[NORMAL] = "#0000FF"
+ text[ACTIVE] = "#0000FF"
+ text[PRELIGHT] = "#0000FF"
+ text[SELECTED] = "#0000FF"
+ text[INSENSITIVE] = "#0000FF"
+
+ base[NORMAL] = "#FFFF00"
+ base[ACTIVE] = "#FFFF00"
+ base[PRELIGHT] = "#FFFF00"
+ base[SELECTED] = "#FFFF00"
+ base[INSENSITIVE] = "#FFFF00"
+}
+
+style "wide" { xthickness = 2 ythickness = 2 }
+style "wider" { xthickness = 3 ythickness = 3 }
+
+style "button" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[NORMAL] = shade (1.10, @button_base)
+ bg[PRELIGHT] = shade (1.70, @selected_bg_color)
+ bg[ACTIVE] = shade (1.10, @selected_bg_color)
+ bg[SELECTED] = shade (1.00, @selected_bg_color)
+ bg[INSENSITIVE] = shade (1.4, @button_base)
+
+# fg[INSENSITIVE] = shade (1.4, @fg_color)
+
+ engine "murrine" {
+ border_shades = {0.9, 0.7}
+ contrast = 0.72
+ roundness = 0 # 0 = square
+ gradient_shades = {1.20,1.10,1.10,0.95}
+
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ lightborder_shade = 1.3
+ highlight_shade = 1.0
+ focusstyle = 3
+ glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
+ glow_shade = 1.5
+ reliefstyle = 0
+ textstyle = 1
+ text_shade = 0.7
+
+ }
+}
+
+style "button_label" { fg[ACTIVE] = "#ffffff" }
+
+# Force text color on radiobutton-eclipse
+style "checkradio_label" { fg[ACTIVE] = @fg_color }
+
+style "entry-1" { # text
+ xthickness = 2
+ ythickness = 2
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+
+ engine "murrine" {
+ #border_shades = {1.9, 0.8}
+ contrast = 1.00
+ roundness = 0
+ focusstyle = 2
+ lightborderstyle = 1
+ lightborder_shade = 1.90
+ }
+}
+
+style "entry" {
+ xthickness = 2
+ ythickness = 2
+
+ GtkWidget ::focus-line-width = 1
+ GtkWidget ::focus-padding = 1
+
+# bg[ACTIVE] = @test2
+ bg[NORMAL] = @base_color
+# bg[PRELIGHT] = shade (1.00, @selected_bg_color)
+# bg[SELECTED] = shade (1.20, @selected_bg_color)
+# bg[INSENSITIVE] = @test2
+
+ engine "murrine" {
+ contrast = 0.7
+ border_shades = {1.0, 1.0}
+ lightborderstyle = 1
+# lightborder_shade = 1.65
+ reliefstyle = 0
+ roundness = 0
+ }
+}
+
+style "expander" {
+ bg[NORMAL] = "#FFF"
+ fg[NORMAL] = shade (2.0, @text_color)
+ fg[PRELIGHT] = shade (2.0, @text_color)
+
+ engine "murrine" {
+ contrast = 1.2
+ gradient_shades = {1.0, 1.0, 1.0, 1.0}
+ }
+}
+
+style "frame_title" {
+ fg[NORMAL] = shade(0.80, @fg_color)
+}
+
+style "handle" { }
+class "GtkPaned" style "handle"
+
+style "menubar" {
+ xthickness = 3
+ ythickness = 0
+
+ fg[PRELIGHT] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+
+ bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00, 1.00, 1.00, 1.00}
+ border_shades = {1.1, 0.9}
+ contrast = 0.90
+ lightborderstyle = 1
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+style "menu" {
+ xthickness = 0
+ ythickness = 0
+ GtkMenuItem::arrow-scaling = 0.6
+
+ bg[NORMAL] = shade (1.00, @bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00, 1.00, 1.00, 1.00}
+ roundness = 0 # 0 = squared
+ }
+}
+
+style "menu_item_white" {
+ xthickness = 2
+ ythickness = 3
+
+ fg[NORMAL] = shade (1.00, @fg_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @fg_color, @theme_bg_color) # menu item deshabilitados
+ fg[PRELIGHT] = @selected_fg_color # menu item seleccionado
+
+ text[NORMAL] = shade (1.00, @fg_color) # Color check/radio menu
+ text[INSENSITIVE] = mix(0.60, @text_color, @bg_color)
+ text[PRELIGHT] = @selected_fg_color # Color check/radio menu
+
+ bg[PRELIGHT] = shade (1.00, @selected_bg_color)
+ bg[SELECTED] = shade (1.00, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {0.90, 0.95, 0.95, 1.00}
+ border_shades = {1.40, 1.0}
+ roundness = 1
+ contrast = 0.8 # Contraste separadores
+ #textstyle = 2
+ #text_shade = 0.4
+ }
+}
+
+style "menubar_menuitem" {
+ xthickness = 2
+ ythickness = 3
+
+ fg[NORMAL] = shade (1.00, @theme_fg_dark_color) # menu item normal
+ fg[INSENSITIVE] = mix(0.60, @theme_fg_dark_color, @theme_bg_dark_color) # menu item deshabilitados
+ fg[PRELIGHT] = @selected_fg_color # menu item seleccionado
+
+ bg[PRELIGHT] = shade (0.94, @selected_bg_color)
+ bg[SELECTED] = shade (1.05, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.03, 1.00, 1.00, 1.00}
+ roundness = 1
+ contrast = 0.5
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+style "notebook" {
+ xthickness = 8
+ ythickness = 2
+
+ bg[NORMAL] = @base_color # selected tab entire
+ bg[ACTIVE] = shade (1.15, @window_active_color) # unselected tab
+ bg[INSENSITIVE] = shade (1.05, @base_color) # disabled controls
+
+ fg[NORMAL] = shade (1.00, @fg_color) # text selected tab
+ fg[ACTIVE] = shade (1.05, @fg_color) # text unselected tab
+ fg[INSENSITIVE] = shade (1.10, @fg_color)
+
+ engine "murrine" {
+# gradient_shades = {1.0,1.0,1.0,1.0}
+ contrast = 1.2
+# highlight_shade = 1.05
+ roundness = 1
+ focusstyle = 0
+ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
+ }
+}
+
+style "notebook-background" {
+ xthickness = 2
+ ythickness = 2
+
+ bg[ACTIVE] = shade (1.05, @window_active_color) # unselected tab
+
+ fg[NORMAL] = @text_color
+ fg[ACTIVE] = @text_color
+ fg[INSENSITIVE] = @fg_color
+
+ engine "murrine" {
+ gradient_shades = {0.90,0.98,0.92,0.90}
+ contrast = 1.0
+ roundness = 1
+ }
+}
+
+style "progressbar" {
+ xthickness = 0
+ ythickness = 0
+
+ bg[ACTIVE] = shade (0.95, @base_color)
+ bg[SELECTED] = shade (1.10, @selected_bg_color)
+
+ engine "murrine" {
+ gradient_shades = {1.5, 1.0, 1.0, 0.85}
+ border_shades = {1.7, 1.5}
+ roundness = 1
+ contrast = 0.95
+ reliefstyle = 0
+ lightborder_shade = 1.05
+ lightborderstyle = 1 # 0 = top side, 1 = all sides
+ trough_border_shades = {1.0, 1.1}
+ }
+}
+
+style "scale" { # slider
+
+ GtkScale::trough-border = 1
+ GtkScale::slider-width = 8
+ GtkScale::slider-length = 15
+ GtkScale::trough-side-details = 1
+
+ xthickness = 2
+ ythickness = 2
+
+ bg[NORMAL] = shade (0.95, @selected_bg_color)
+ bg[SELECTED] = shade (1.25, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.82, @selected_bg_color)
+
+ engine "murrine" {
+ sliderstyle = 0 # forma del slider
+ contrast = 1.1 # borde de todos los elementos
+ gradient_shades = {1.1, 1.0, 1.0, 0.9} # gradiente del slider
+ border_shades = {0.8, 0.9} # borde del slider
+ roundness = 0
+ lightborderstyle = 1 # inner-stroke progress-higlight y slider
+ lightborder_shade = 1.1
+
+ trough_shades = {0.7, 0.8}
+ trough_border_shades = {1.0, 1.7}
+ #trough_border_shades = {0.9, 1.20}
+ glow_shade = 1.0
+ reliefstyle = 0
+# shadow_shades = { 1.0, 0.9 }
+ }
+}
+
+style "scale-1" { # slider
+ xthickness = 2
+ ythickness = 2
+
+ bg[NORMAL] = shade (0.75, @button_base)
+ bg[SELECTED] = shade (1.35, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.82, @button_base)
+
+
+ bg[ACTIVE] = shade (0.85, @theme_bg_color)
+
+ engine "murrine" {
+ border_shades = {0.8, 0.6}
+ contrast = 1.00
+ gradient_shades = {1.25,1.00,0.99,0.80}
+ roundness = 18
+ lightborderstyle = 1
+ trough_shades = {0.9, 1.1}
+ trough_border_shades = {1.0, 1.5}
+ }
+}
+
+style "scrollbar" {
+ bg[NORMAL] = @selected_bg_color
+ bg[SELECTED] = shade (1.1, @selected_bg_color)
+ bg[ACTIVE] = @selected_bg_color
+ bg[PRELIGHT] = shade (1.25, @selected_bg_color)
+
+ engine "murrine" {
+ roundness = 0
+ border_shades = {1.0, 1.0}
+ contrast = 0.0
+ }
+}
+
+style "overlay_scrollbar" {
+ bg[SELECTED] = shade (1.0, @selected_bg_color)
+ bg[INSENSITIVE] = shade (0.85, @theme_bg_color)
+ bg[ACTIVE] = shade (0.6, @theme_bg_color)
+}
+
+style "spinbutton" = "button" { # input/stepper
+ #bg[NORMAL] = "#FFF"
+ engine "murrine" {
+ contrast = 1.0
+ lightborder_shade = 1.00
+ }
+}
+
+style "toolbar" = "wider" {
+ # Modificado
+ bg[NORMAL] = shade (1.00, @window_active_color)
+
+ engine "murrine" {
+ separatorstyle = 0
+ lightborderstyle = 0
+ contrast = 0.9 # Regula el contraste del borde inferior de la toolbar
+ lightborder_shade = 1.0 # Regula el contraste del borde de la toolbar
+ gradient_shades = {1.00, 0.98, 0.97, 0.95}
+ }
+}
+
+style "toolbar_button" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[PRELIGHT] = shade (0.95, @theme_bg_dark_color)
+ bg[ACTIVE] = shade (0.80, @theme_bg_dark_color)
+ bg[SELECTED] = shade (0.85, @theme_bg_dark_color)
+ bg[INSENSITIVE] = shade (0.98, @theme_bg_dark_color)
+
+ engine "murrine" {
+ gradient_shades = {1.00,0.96,0.96,0.90}
+ border_shades = {1.10, 0.90}
+ contrast = 1.00
+ lightborderstyle = 1
+ # lightborder_shade = 1.80
+ textstyle = 1
+ text_shade = 0.7
+ }
+}
+
+# toolbar separator
+style "toolbar_separator" {
+ xthickness = 0
+ ythickness = 0
+
+ bg[NORMAL] = shade (0.80, @theme_bg_color)
+ engine "murrine" {
+ border_shades = {1.00, 1.00}
+ contrast = 0.5
+ }
+}
+
+# This style is there to modify the separator menu items. The goals are:
+# 1. Get a specific height.
+# 2. The line should go to the edges (ie. no border at the left/right)
+style "separator_menu_item" {
+ xthickness = 1
+ ythickness = 0
+
+ GtkSeparatorMenuItem::horizontal-padding = 0
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 1
+ GtkWidget::separator-height = 7
+
+ engine "murrine" {
+ contrast = 0.5
+ separatorstyle = 0
+ }
+}
+
+style "separator_tool_item" {
+ xthickness = 0
+ ythickness = 1
+
+ GtkVSeparator::vertical-padding = 0
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-width = 7
+ GtkWidget::separator-height = 1
+
+ engine "murrine" {
+ contrast = 0.5
+ separatorstyle = 0
+ }
+}
+
+style "tooltips" {
+ xthickness = 8
+ ythickness = 4
+
+ bg[NORMAL] = @tooltip_bg_color
+ fg[NORMAL] = @tooltip_fg_color
+
+ GtkWidget::new-tooltip-style = 1
+
+ engine "murrine" {
+ border_colors = { "#080808", "#080808" }
+ }
+}
+
+style "treeview" {
+ bg[SELECTED] = @base_color # backcolor list-minicheck
+ text[NORMAL] = shade (1.05, @fg_color) # indicador normal
+ engine "murrine" {
+ gradient_shades = {1.00, 1.04, 1.06, 1.10}
+ separatorstyle = 0
+ contrast = 1.7
+ }
+}
+
+style "treeview_header" {
+ ythickness = 0
+ GtkWidget ::focus-padding = 1
+
+ bg[NORMAL] = shade (1.00, @base_color)
+ bg[PRELIGHT] = shade (0.90, @base_color)
+ bg[INSENSITIVE] = shade (0.92, @base_color)
+ bg[ACTIVE] = shade( 1.15, @selected_bg_color)
+
+ engine "murrine" {
+ border_shades = {1.0, 1.4}
+ gradient_shades = {1.00,1.00,1.00,1.00}
+ contrast = 1.20
+ lightborderstyle = 0
+ roundness = 0
+ textstyle = 1
+ text_shade = 0.7
+ glow_shade = 1.0
+ prelight_shade = 1.9
+ focusstyle = 0
+ }
+}
+
+style "checkradio" {
+ xthickness = 3
+ ythickness = 3
+
+ base[NORMAL] = @base_color # radiocheck normal
+ bg[SELECTED] = @base_color # radiocheck color checked
+
+ text[NORMAL] = @selected_bg_color # indicador normal
+ text[PRELIGHT] = @selected_bg_color # indicador hover
+ text[ACTIVE] = @selected_bg_color # indicador click
+
+ bg[ACTIVE] = shade (0.70, @base_color) # toggle button selected
+ bg[NORMAL] = shade (0.91, @base_color) # toggle button normal
+ bg[PRELIGHT] = shade (1.00, @theme_bg_color) # toggle button prelight
+ bg[INSENSITIVE] = shade (0.97, @theme_bg_color) # toggle button disabled
+
+ engine "murrine" {
+ border_shades = {0.9, 1.0}
+ contrast = 1.20
+ gradient_shades = {1.1,1.0,1.0,1.1}
+ lightborderstyle = 0
+ lightborder_shade = 0.90
+ textstyle = 0
+ }
+}
+
+style "separator" = "wide" {
+ engine "murrine" {
+ contrast = 0.4
+ }
+}
+class "GtkSeparator" style "separator"
+
+
+# ==============================================================================
+# FIREFOX SPECIFIC SETTINGS
+# ==============================================================================
+style "ff-default" {
+ GtkCheckButton::indicator-size = 14
+}
+
+style "ff-statusbar" {
+}
+
+style "FireFox-MenuBar" = "menubar" {
+ GtkMenuBar::shadow-type = GTK_SHADOW_NONE
+}
+widget "MozillaGtkWidget*GtkMenuBar" style "FireFox-MenuBar"
+
+#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
+#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
+
+
+widget "MozillaGtkWidget*" style "ff-default"
+
+#### Firefox ###
+style "firefox-base-entry" {
+ GtkWidget::interior_focus = 0
+ #GtkEntry :: inner-border = { 0, 0, 0, 0 }
+ #GtkEntry :: progress-border = { 2, 2, 2, 2 }
+ xthickness = 3
+ ythickness = 3
+ base[NORMAL] = "#dedede"
+ text[NORMAL]= "#000"
+ engine "murrine" {
+
+ }
+
+}
+
+# widget "MozillaGtkWidget*GtkFixed*GtkEntry*" style:highest "firefox-base-entry"
+# widget "MozillaGtkWidget*GtkEntry*" style:highest "firefox-base-entry"
+
+style "firefox-text-entry" {
+ text[NORMAL]= "#ff0000"
+
+ engine "murrine" {
+
+ }
+}
+#class "GtkInvisible" style "firefox-text-entry"
+#widget "GtkInvisible" style "firefox-text-entry"
+
+###############################################################################
+# The following part of the gtkrc applies the different styles to the widgets.
+###############################################################################
+
+# The default style is applied to every widget
+class "GtkWidget" style "default"
+class "GtkFrame" style "wide"
+class "GtkCalendar" style "wide"
+class "GtkEntry" style "entry"
+
+class "GtkSpinButton" style "spinbutton"
+class "GtkScale" style "scale"
+class "GtkVScale" style "scale"
+class "GtkHScale" style "scale"
+class "GtkScrollbar" style "scrollbar"
+# Overlay scrollbar
+widget_class "*<OsScrollbar>" style "overlay_scrollbar"
+widget_class "*<OsThumb>" style "overlay_scrollbar"
+# General matching follows. The order is choosen so that the right styles override
+# each other. EG. progressbar needs to be more important than the menu match.
+widget_class "*<GtkButton>" style "button"
+widget_class "*<GtkButton>*<GtkLabel>" style "button_label"
+
+
+
+widget_class "*<GtkNotebook>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
+widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook"
+
+widget_class "*<GtkMenuBar>*" style "menubar"
+widget_class "*<GtkMenu>*" style "menu"
+widget_class "*<GtkMenuItem>*" style "menu_item_white"
+#widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menu_item_white"
+widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_menuitem"
+
+widget_class "*<GtkToolbar>" style "toolbar"
+widget_class "*<GtkHandleBox>" style "toolbar"
+widget_class "*<GtkToolbar>.*.<GtkButton>*" style "toolbar_button"
+class "GtkSeparatorToolItem" style "toolbar_separator"
+widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
+widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
+
+widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
+widget_class "*.<GtkTreeView>*" style "treeview"
+
+class "*GtkExpander*" style "expander"
+
+widget_class "*<GtkProgress>" style "progressbar"
+
+# Treeview headers (and similar stock GTK+ widgets)
+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"
+
+# The window of the tooltip is called "gtk-tooltip"
+widget "gtk-tooltip*" style "tooltips"
+
+
+widget_class "*<GtkCheckButton>*" style "checkradio"
+widget_class "*<GtkRadioButton>*" style "checkradio"
+widget_class "*<GtkCheckButton>*<GtkLabel>" style:highest "checkradio_label"
+widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label"
+
+##########################################################################
+# Following are special cases and workarounds for issues in applications.
+##########################################################################
+# For Google Chrome/Chromium integration.
+style "chrome-gtk-frame" {
+ ChromeGtkFrame::frame-gradient-size = 120
+ ChromeGtkFrame::frame-gradient-color = shade (1.06, @theme_bg_dark_color)
+ ChromeGtkFrame::inactive-frame-gradient-color = shade (1.06, @theme_bg_dark_color)
+ ChromeGtkFrame::frame-color = shade (0.64, @theme_bg_dark_color)
+ ChromeGtkFrame::inactive-frame-color = shade (0.64, @theme_bg_dark_color)
+
+ ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.80, @bg_color)
+}
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+# For places where the text color is used instead of the fg color.
+style "text_is_fg_color_workaround" {
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+}
+widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
+
+# For menus where the text color is used instead of the fg color.
+style "menuitem_text_is_fg_color_workaround" {
+ text[NORMAL] = @fg_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = shade (1.10, @selected_fg_color)
+ text[INSENSITIVE] = shade (0.75, @fg_color)
+ text[ACTIVE] = shade (1.10, @selected_fg_color)
+}
+widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
+
+# For places where the fg color is used instead of the text color.
+style "fg_is_text_color_workaround" {
+ fg[NORMAL] = @fg_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[INSENSITIVE] = shade (0.98, @fg_color)
+}
+widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
+widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
+widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
+
+style "performance-fix" {
+
+ engine "murrine" {
+ textstyle = 0
+ contrast = 0.5
+ }
+}
+widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
+
+# For gvim scrollbars.
+style "vim-scrollbar" = "scrollbar" {
+ GtkScrollbar ::slider_width = 16
+ GtkScrollbar ::stepper_size = 16
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ orientation = VERTICAL
+ file = "assets/scroll-background.png"
+ }
+ }
+}
+widget "vim-main-window.*Scrollbar*" style "vim-scrollbar"
+
+# For Eclipse (swt) toolbars.
+widget "*swt*toolbar*" style "default"
+
+
+# ---------------------------------
+# Xfce panel theming
+# ---------------------------------
+style "xfce-panel" {
+ fg[NORMAL] = @theme_fg_dark_color
+ fg[PRELIGHT] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+
+ bg[NORMAL] = shade (1.00, @theme_bg_dark_color)
+ bg[PRELIGHT] = shade (0.80, @theme_bg_dark_color)
+ bg[ACTIVE] = shade (0.50, @theme_bg_dark_color)
+ bg[SELECTED] = shade (1.20, @selected_bg_color)
+ engine "murrine" {
+ gradient_shades = {0.80, 0.85, 0.95, 1.00}
+ roundness = 2
+ contrast = 0.2
+ }
+ xthickness = 3
+ ythickness = 3
+}
+widget "*Xfce*Panel*" style "xfce-panel"
+class "*Xfce*Panel*" style "xfce-panel"
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 100
+ XfdesktopIconVIew::ellipsize-icon-labels = 1
+
+ XfdesktopIconView::shadow-x-offset = 1
+ XfdesktopIconView::shadow-y-offset = 1
+ XfdesktopIconView::shadow-color = "#000000"
+ XfdesktopIconView::selected-shadow-x-offset = 1
+ XfdesktopIconView::selected-shadow-y-offset = 1
+ XfdesktopIconView::selected-shadow-color = "#000000"
+
+ XfdesktopIconView::cell-spacing = 0
+ XfdesktopIconView::cell-padding = 0
+ XfdesktopIconView::cell-text-width-proportion = 2
+
+ base[NORMAL] = @selected_bg_color
+ base[SELECTED] = @selected_bg_color
+ base[ACTIVE] = @selected_bg_color
+
+ fg[NORMAL] = @selected_fg_color
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+}
+
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
+
+# widget "xfwm4-tabwin*" style "murrine-dark"
+include "apps/thunar.rc" # thunar especific
+include "apps/terminal.rc"
+include "apps/gmusicbrowser.rc"
+