theme
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 247 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 227 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 282 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 213 B |
|
After Width: | Height: | Size: 236 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 142 B |
|
After Width: | Height: | Size: 572 B |
|
After Width: | Height: | Size: 705 B |
|
After Width: | Height: | Size: 517 B |
|
After Width: | Height: | Size: 656 B |
|
After Width: | Height: | Size: 629 B |
|
After Width: | Height: | Size: 478 B |
|
After Width: | Height: | Size: 606 B |
|
After Width: | Height: | Size: 177 B |
|
After Width: | Height: | Size: 222 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 241 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 236 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 172 B |
|
|
@ -0,0 +1,128 @@
|
||||||
|
style "theme-panel" = "dark" {
|
||||||
|
xthickness = 1
|
||||||
|
ythickness = 1
|
||||||
|
|
||||||
|
bg[NORMAL] = @panel_bg
|
||||||
|
bg[ACTIVE] = @panel_bg
|
||||||
|
bg[PRELIGHT] = @selected_bg_color
|
||||||
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
|
||||||
|
fg[NORMAL] = shade (0.9, @base_color)
|
||||||
|
fg[PRELIGHT] = @base_color
|
||||||
|
fg[ACTIVE] = shade (0.9, @base_color)
|
||||||
|
fg[SELECTED] = shade (0.9, @base_color)
|
||||||
|
|
||||||
|
text[NORMAL] = shade (0.9, @base_color)
|
||||||
|
text[PRELIGHT] = @base_color
|
||||||
|
text[ACTIVE] = shade (0.9, @base_color)
|
||||||
|
text[SELECTED] = shade (0.9, @base_color)
|
||||||
|
|
||||||
|
engine "murrine" {
|
||||||
|
roundness = 0
|
||||||
|
gradient_shades = {1.0,1.0,1.0,1.0}
|
||||||
|
contrast = 0.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "theme-panel-text" {
|
||||||
|
fg[NORMAL] = @base_color
|
||||||
|
fg[PRELIGHT] = @selected_fg_color
|
||||||
|
fg[ACTIVE] = @base_color
|
||||||
|
|
||||||
|
text[NORMAL] = @base_color
|
||||||
|
text[PRELIGHT] = @selected_fg_color
|
||||||
|
text[ACTIVE] = @base_color
|
||||||
|
|
||||||
|
engine "murrine" {}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "panel-entry" = "dark" {
|
||||||
|
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] = @selected_fg_color
|
||||||
|
text[PRELIGHT] = @selected_fg_color
|
||||||
|
}
|
||||||
|
|
||||||
|
style "workspace-switcher" = "theme-panel" {
|
||||||
|
bg[ACTIVE] = shade (0.8, @selected_bg_color)
|
||||||
|
bg[SELECTED] = shade (0.8, @selected_bg_color)
|
||||||
|
}
|
||||||
|
|
||||||
|
style "window-buttons" = "theme-panel" {
|
||||||
|
xthickness = 3
|
||||||
|
ythickness = 0
|
||||||
|
|
||||||
|
bg[ACTIVE] = @selected_bg_color
|
||||||
|
bg[PRELIGHT] = mix (0.9, @panel_bg, @base_color)
|
||||||
|
bg[SELECTED] = shade (0.85, @selected_bg_color)
|
||||||
|
|
||||||
|
fg[NORMAL] = shade (0.7, @base_color)
|
||||||
|
fg[ACTIVE] = @base_color
|
||||||
|
fg[PRELIGHT] = @base_color
|
||||||
|
|
||||||
|
engine "murrine" {
|
||||||
|
contrast = 0.0
|
||||||
|
roundness = 0
|
||||||
|
reliefstyle = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "indicator" = "theme-panel" {
|
||||||
|
xthickness = 0
|
||||||
|
ythickness = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
widget "*PanelWidget*" style "theme-panel"
|
||||||
|
widget "*PanelApplet*" style "theme-panel"
|
||||||
|
widget "*fast-user-switch*" style "theme-panel"
|
||||||
|
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||||
|
widget "*TopMenu*" 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"
|
||||||
|
widget "*PagerButtons*" style "workspace-switcher"
|
||||||
|
|
||||||
|
# Fix gtk-entries in the panel
|
||||||
|
class "GtkEntry" style "combo"
|
||||||
|
class "*SexyIconEntry*" style:highest "combo" # fixes dict-plugin
|
||||||
|
widget "*xfce4-verve-plugin*GtkEntry" style:highest "combo" # fixes verve-plugin
|
||||||
|
widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-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"
|
||||||
|
|
||||||
|
# Override general panel-style with specific plugin-styles
|
||||||
|
widget "*indicator-applet*" style "indicator"
|
||||||
|
widget "*indicator-button*" style "indicator"
|
||||||
|
widget "*XfceTasklist*" style "window-buttons"
|
||||||
|
After Width: | Height: | Size: 131 B |
|
|
@ -0,0 +1,66 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 3.7041666 3.7041668"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5760"
|
||||||
|
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||||
|
sodipodi:docname="bullet-symbolic.svg">
|
||||||
|
<defs
|
||||||
|
id="defs5754" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.2"
|
||||||
|
inkscape:cx="8.9582302"
|
||||||
|
inkscape:cy="11.693613"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
units="px"
|
||||||
|
inkscape:window-width="1853"
|
||||||
|
inkscape:window-height="926"
|
||||||
|
inkscape:window-x="67"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata5757">
|
||||||
|
<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,-293.29582)">
|
||||||
|
<rect
|
||||||
|
ry="0.79374999"
|
||||||
|
y="294.35416"
|
||||||
|
x="1.0583334"
|
||||||
|
height="1.5875"
|
||||||
|
width="1.5875"
|
||||||
|
id="rect4175"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.07843137" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 249 B |
|
|
@ -0,0 +1,64 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 3.7041666 3.7041668"
|
||||||
|
version="1.1"
|
||||||
|
id="svg5760"
|
||||||
|
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||||
|
sodipodi:docname="check-symbolic.svg">
|
||||||
|
<defs
|
||||||
|
id="defs5754" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.2"
|
||||||
|
inkscape:cx="8.9582302"
|
||||||
|
inkscape:cy="11.693613"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
units="px"
|
||||||
|
inkscape:window-width="1853"
|
||||||
|
inkscape:window-height="926"
|
||||||
|
inkscape:window-x="67"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata5757">
|
||||||
|
<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,-293.29582)">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cccccccccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path4170"
|
||||||
|
d="m 0.52916666,295.1479 v -0.26458 h 0.2645834 L 1.5875,295.67707 2.9104167,294.08957 H 3.175 v 0.26458 l -1.5875,1.85209 -0.2645833,-0.26459 z"
|
||||||
|
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 320 B |
|
|
@ -0,0 +1,156 @@
|
||||||
|
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
sodipodi:docname="dash-symbolic.svg"
|
||||||
|
inkscape:export-filename="/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90"
|
||||||
|
height="14"
|
||||||
|
id="svg7384"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.92.1 r"
|
||||||
|
width="14">
|
||||||
|
<metadata
|
||||||
|
id="metadata90">
|
||||||
|
<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>Gnome Symbolic Icon Theme</dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:current-layer="layer9"
|
||||||
|
inkscape:cx="1.3825551"
|
||||||
|
inkscape:cy="7.9276321"
|
||||||
|
gridtolerance="10"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
guidetolerance="10"
|
||||||
|
id="namedview88"
|
||||||
|
inkscape:object-nodes="true"
|
||||||
|
inkscape:object-paths="false"
|
||||||
|
objecttolerance="10"
|
||||||
|
pagecolor="#3a3b39"
|
||||||
|
inkscape:pageopacity="1"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
showborder="true"
|
||||||
|
showgrid="true"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-midpoints="false"
|
||||||
|
inkscape:snap-global="true"
|
||||||
|
inkscape:snap-grids="true"
|
||||||
|
inkscape:snap-nodes="false"
|
||||||
|
inkscape:snap-others="false"
|
||||||
|
inkscape:snap-to-guides="true"
|
||||||
|
inkscape:window-height="829"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:window-width="1600"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:zoom="25.058754"
|
||||||
|
inkscape:showpageshadow="false">
|
||||||
|
<inkscape:grid
|
||||||
|
dotted="false"
|
||||||
|
empspacing="2"
|
||||||
|
enabled="true"
|
||||||
|
id="grid4866"
|
||||||
|
originx="-159.99995"
|
||||||
|
originy="140"
|
||||||
|
snapvisiblegridlinesonly="true"
|
||||||
|
spacingx="1"
|
||||||
|
spacingy="1"
|
||||||
|
type="xygrid"
|
||||||
|
visible="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<title
|
||||||
|
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||||
|
<defs
|
||||||
|
id="defs7386">
|
||||||
|
<linearGradient
|
||||||
|
gradientTransform="matrix(-2.7365795,0.28202934,-0.18908311,-0.99988321,239.54008,-879.45557)"
|
||||||
|
id="linearGradient19282"
|
||||||
|
osb:paint="solid">
|
||||||
|
<stop
|
||||||
|
id="stop19284"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#666666;stop-opacity:1;" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer9"
|
||||||
|
inkscape:label="status"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.63586509;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.0627451"
|
||||||
|
id="rect7600"
|
||||||
|
width="8"
|
||||||
|
height="2"
|
||||||
|
x="404.00015"
|
||||||
|
y="365" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer10"
|
||||||
|
inkscape:label="devices"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer11"
|
||||||
|
inkscape:label="apps"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer13"
|
||||||
|
inkscape:label="places"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer14"
|
||||||
|
inkscape:label="mimetypes"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer15"
|
||||||
|
inkscape:label="emblems"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="g71291"
|
||||||
|
inkscape:label="emotes"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="g4953"
|
||||||
|
inkscape:label="categories"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer12"
|
||||||
|
inkscape:label="actions"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-401.00015,-359)" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 201 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 222 B |
|
After Width: | Height: | Size: 401 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 419 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 376 B |
|
After Width: | Height: | Size: 241 B |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 185 B |
|
After Width: | Height: | Size: 281 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 403 B |
|
After Width: | Height: | Size: 236 B |
|
After Width: | Height: | Size: 402 B |
|
After Width: | Height: | Size: 335 B |
|
After Width: | Height: | Size: 501 B |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 390 B |
|
After Width: | Height: | Size: 722 B |
|
After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 456 B |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 605 B |
|
After Width: | Height: | Size: 170 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 191 B |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 260 B |
|
After Width: | Height: | Size: 449 B |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 529 B |
|
|
@ -0,0 +1,6 @@
|
||||||
|
[X-GNOME-Metatheme]
|
||||||
|
Name=Zukitre-mod
|
||||||
|
Type=X-GNOME-Metatheme
|
||||||
|
Comment=Zukitre theme
|
||||||
|
Encoding=UTF-8
|
||||||
|
GtkTheme=Zukitre
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
#define close_width 8
|
||||||
|
#define close_height 8
|
||||||
|
static unsigned char close_bits[] = {
|
||||||
|
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
#define desk_toggled_width 8
|
||||||
|
#define desk_toggled_height 8
|
||||||
|
static unsigned char desk_toggled_bits[] = {
|
||||||
|
0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
#define desk_width 8
|
||||||
|
#define desk_height 8
|
||||||
|
static unsigned char desk_bits[] = {
|
||||||
|
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
#define iconify_width 8
|
||||||
|
#define iconify_height 8
|
||||||
|
static unsigned char iconify_bits[] = {
|
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff };
|
||||||