Initial commit

This commit is contained in:
2021-01-07 18:44:37 +00:00
commit 6148739c1a
455 changed files with 77698 additions and 0 deletions

65
gtk-3.0/apps/budgie.css Executable file
View File

@@ -0,0 +1,65 @@
.budgie-panel {
border-bottom-color: transparent;
}
.max-budgie-panel {
border: none;
background-color: alpha(black, 0.5);
}
.budgie-panel *:active {
background-color: transparent;
}
/* top panel */
.budgie-panel.top {
border-top-color: transparent;
}
/* left panel */
.budgie-panel.left {
border-left-color: transparent;
}
/* right panel */
.budgie-panel.right {
border-right-color: transparent;
}
.budgie-panel .message-area {
border-radius: 3px;
border: none;
font: bold;
text-shadow: 1px 1px alpha(black, 0.3);
background-color: alpha(black, 0.5);
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.1);
}
.budgie-panel .menu-icon *,
.budgie-panel .message-area * {
icon-shadow: 1px 1px alpha(black, 0.3);
}
.max-budgie-panel .message-area {
box-shadow:none;
background-color: transparent;
}
.budgie-panel * {
icon-shadow: none;
}
.launcher * {
icon-shadow: 1px 1px alpha(black, 0.3);
}
PanelToplevel {
padding: 0px;
background-color: @panel_bg_color;
background-image: none;
color: @panel_fg_color;
}
.dark .notif-title {
color: @orange;
}

9
gtk-3.0/apps/corebird.css Executable file
View File

@@ -0,0 +1,9 @@
.button.text-only-button:hover{
color: @selected_bg_color;
}
.button.text-only-button:active,
.button.text-only-button:active:hover {
color: @selected_bg_color;
background-color: transparent;
}

127
gtk-3.0/apps/gala.css Executable file
View File

@@ -0,0 +1,127 @@
/*******
* Gala *
*******/
.gala-notification {
border: none;
border-radius: 4px;
background-color: transparent;
background-image:
linear-gradient(
to bottom,
@bg_color,
@bg_color 80%,
shade (
@bg_color,
0.94
)
);
box-shadow:
inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),
inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9),
inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3),
0 0 0 1px alpha (#000, 0.2),
0 3px 6px alpha (#000, 0.16),
0 5px 5px -3px alpha (#000, 0.4);
}
.gala-notification .title,
.gala-notification .label {
color: @text_color;
}
.gala-notification GtkImage {
color: alpha (@text_color, 0.8);
}
.gala-button {
padding: 3px;
color: #fff;
border: none;
border-radius: 100px;
background-image:
linear-gradient(
to bottom,
#7e7e7e,
#3e3e3e
);
box-shadow:
inset 0 0 0 1px alpha (#fff, 0.02),
inset 0 1px 0 0 alpha (#fff, 0.07),
inset 0 -1px 0 0 alpha (#fff, 0.01),
0 0 0 1px alpha (#000, 0.4),
0 3px 6px alpha (#000, 0.16),
0 3px 6px alpha (#000, 0.23);
text-shadow: 0 1px 1px alpha (#000, 0.6);
}
/*********
* Panel *
********/
.panel {
background-color: transparent;
transition: all 100ms ease-in-out;
}
.panel.maximized {
background-color: alpha(#000, 0);
}
.panel.translucent {
background-color: alpha(#000, 0);
}
.composited-indicator > revealer label,
.composited-indicator > revealer image,
.composited-indicator > GtkRevealer {
color: #fff;
font-weight: bold;
text-shadow:
0 0 2px alpha (#000, 0.3),
0 1px 2px alpha (#000, 0.6);
icon-shadow:
0 0 2px alpha (#000, 0.3),
0 1px 2px alpha (#000, 0.6);
transition: all 200ms ease-in-out;
}
.composited-indicator .keyboard {
background-color: #fff;
border-radius: 2px;
box-shadow:
0 0 2px alpha (#000, 0.3),
0 1px 2px alpha (#000, 0.6);
color: #333;
font-weight: 600;
padding: 0 3px;
text-shadow: none;
}
.panel.color-light .composited-indicator > revealer label,
.panel.color-light .composited-indicator > revealer image,
.panel.color-light .composited-indicator > GtkRevealer {
color: alpha (#000, 0.65);
text-shadow:
0 0 2px alpha (#fff, 0.3),
0 1px 0 alpha (#fff, 0.25);
icon-shadow:
0 0 2px alpha (#fff, 0.3),
0 1px 0 alpha (#fff, 0.25);
}
.panel.color-light .composited-indicator .keyboard {
background-color: alpha (#000, 0);
box-shadow:
0 0 2px alpha (#fff, 0.3),
0 1px 0 alpha (#fff, 0.25);
color: #fff;
text-shadow: none;
}
.panel .popover {
box-shadow:
inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5),
0 3px 4px alpha (#000, 0.15),
0 3px 3px -3px alpha (#000, 0.35);
}

View File

@@ -0,0 +1,120 @@
/************
* nautilus *
************/
.nautilus-canvas-item {
border-radius: 0px;
}
.nautilus-desktop.nautilus-canvas-item {
color: white;
text-shadow: 1px 1px alpha(black,0.8);
}
.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:selected {
border-radius: 3px;
text-shadow: none;
}
NautilusWindow.window-frame {
background-color: transparent;
}
NautilusWindow.background {
background-color: alpha(mix(@bg_color,@base_color,0.7),0.96);
}
NautilusWindow .sidebar,
NautilusWindow .sidebar .view {
background-color: transparent;
background-image: none;
}
NautilusWindow .sidebar .cell:selected,
NautilusWindow .sidebar .cell:selected:focus {
border-radius: 0 3px 3px 0;
}
NautilusWindow .pane-separator.horizontal {
background-image: none;
border-right: 1px solid @bg_color;
}
NautilusListView GtkTreeView {
border-color: @borders;
}
/******************
* gnome terminal *
******************/
VteTerminal {
background-color: @bg_color;
color: @fg_color;
}
/*********
* gedit *
*********/
GeditViewFrame .gedit-search-slider {
padding: 4px;
border-radius: 0 0 0 5px;
border: 0;
background-color: @bg_color;
}
GeditViewFrame .gedit-search-slider .linked .button {
border-color: alpha(black,0.2);
}
GeditViewFrame .gedit-search-slider .linked .button:hover {
border-color: transparent;
border-top-color: alpha(white,0.2);
border-bottom-color: alpha(black,0.2);
}
GeditViewFrame .gedit-search-slider .not-found {
background-color: @error_bg_color;
background-image: none;
color: @error_fg_color;
}
GeditViewFrame .gedit-search-slider .not-found:selected {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
GdTaggedEntry *{
color: @fg_color;
}
/**************
* Tweak Tool *
**************/
.tweak:hover{
color: @text_color;
}
.tweak-categories .list-row.button:hover {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
.tweak-categories {
background-color: @base_color;
background-image: linear-gradient(to bottom,@base_color,@base_color);
}
/**************
* geary *
**************/
.geary-titlebar-right GtkBox.left .button{
background: transparent;
}
.geary-titlebar-right GtkBox.left .button:hover{
background: transparent;
}

View File

@@ -0,0 +1,17 @@
/********
* Caja *
********/
/* caja sidebar */
CajaWindow FMTreeView .view,
CajaWindow CajaNotesViewer .view,
CajaWindow CajaPlacesSidebar .view,
CajaWindow CajaHistorySidebar .view,
CajaWindow CajaInformationPanel GtkVBox,
CajaWindow CajaEmblemSidebar GtkViewport {
background-color: @header_bg_color;
color: @header_fg_color;
border-width: 0px;
}

View File

@@ -0,0 +1,12 @@
QuirkyClient .linked .button:first-child {
border-color: alpha(black,0.2);
border-width: 1px;
}
QuirkyClient .linked .button:first-child:hover,
QuirkyClient .linked .button:first-child:active,
QuirkyClient .linked .button:first-child:checked {
border-color: transparent;
border-top-color: alpha(white,0.2);
border-bottom-color: alpha(black,0.2);
}

74
gtk-3.0/apps/unity.css Executable file
View File

@@ -0,0 +1,74 @@
UnityDecoration {
-UnityDecoration-extents: 28px 0px 0px 0px;
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 0px;
-UnityDecoration-shadow-offset-y: 3px;
-UnityDecoration-active-shadow-color: alpha(@dark_shadow, 0.75);
-UnityDecoration-active-shadow-radius: 9px;
-UnityDecoration-inactive-shadow-color: alpha(@dark_shadow, 0.5);
-UnityDecoration-inactive-shadow-radius: 6px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: @theme_selected_bg_color;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 50px;
-UnityDecoration-title-alignment: 0.0;
}
UnityDecoration.top {
border: 1px solid @header_bg_color;
border-bottom-width: 0;
border-radius: 5px 5px 0 0;
padding: 1px 8px 0 8px;
background-color: @header_bg_color;
color: @header_fg_color;
text-shadow: none;
}
UnityDecoration.top:backdrop {
border: 1px solid @header_bg_color;
border-bottom-width: 0;
background-color: @header_bg_color;
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.2);
}
UnityDecoration.left,
UnityDecoration.right,
UnityDecoration.bottom {
background-color: @theme_bg_color;
}
UnityDecoration.left:backdrop,
UnityDecoration.right:backdrop,
UnityDecoration.bottom:backdrop {
background-color: @theme_bg_color;
}
UnityPanelWidget,
.unity-panel {
border-width: 0 0 0 0;
border-style: solid;
border-color: @panel_bg_color;
background-color: @header_bg_color; /* the theme_bg_color of the dark theme */
color: @theme_fg_color;
}
.unity-panel.menubar,
.unity-panel .menubar {
}
.unity-panel.menuitem,
.unity-panel .menuitem {
border-width: 0 0 0 0;
color: @panel_fg_color;
}
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-color: mix(@panel_bg_color, @panel_fg_color, 0.2);
background-color: @selected_bg_color;
background-image: none;
color: shade(@panel_fg_color, 1.08);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

BIN
gtk-3.0/assets/close.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

83
gtk-3.0/assets/close.svg Executable file
View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92+devel unknown"
sodipodi:docname="close.svg"
inkscape:export-filename="/home/lara/.themes/Dracula/assets/close.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="21.298361"
inkscape:cx="-10.16533"
inkscape:cy="7.3095001"
inkscape:document-units="px"
inkscape:current-layer="g4092"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-648.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<path
id="path4094"
style="fill:#ff5555;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 558.77702,-37.935253 c 305.45606,0 553.08158,247.625863 553.08158,553.085803 0,305.46124 -247.62552,553.08675 -553.08158,553.08675 -305.46512,0 -553.0913044,-247.62551 -553.0913044,-553.08675 0,-305.45994 247.6261844,-553.085803 553.0913044,-553.085803"
inkscape:connector-curvature="0" />
<path
id="path4096"
style="fill:#ff5555;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 558.77747,1.5676633 c 283.63699,0 513.57493,229.9429467 513.57493,513.5851867 0,283.64355 -229.93794,513.58155 -513.57493,513.58155 -283.64749,0 -513.585581,-229.938 -513.585581,-513.58155 0,-283.64224 229.938091,-513.5851867 513.585581,-513.5851867"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
gtk-3.0/assets/close@2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

View File

@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92+devel unknown"
sodipodi:docname="close_prelight.svg"
inkscape:export-filename="/home/lara/.themes/Dracula/assets/close_prelight.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="21.298361"
inkscape:cx="-11.251335"
inkscape:cy="7.0490381"
inkscape:document-units="px"
inkscape:current-layer="g4144"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-648.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<path
id="path4094"
style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 558.77708,-37.935271 c 305.45607,0 553.08142,247.625871 553.08142,553.085831 0,305.46125 -247.62535,553.08674 -553.08142,553.08674 -305.46513,0 -553.0913269,-247.62549 -553.0913269,-553.08674 0,-305.45996 247.6261969,-553.085831 553.0913269,-553.085831"
inkscape:connector-curvature="0" />
<g
id="g4144"
transform="matrix(1.0680345,0,0,1.0680345,0.41786301,-41.900484)">
<path
inkscape:connector-curvature="0"
d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946"
style="fill:#ff5555;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4096" />
<path
inkscape:connector-curvature="0"
id="path4098"
d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z"
style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 B

View File

@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="12"
height="13"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="close_unfocussed.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="8.1727918"
inkscape:cy="6.4146286"
inkscape:document-units="px"
inkscape:current-layer="g4092"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="751"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-651.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,0.33000657,-5.0769914)"
inkscape:label="ink_ext_XXXXXX"
id="g4240">
<g
transform="scale(0.1,0.1)"
id="g4242">
<path
id="path4244"
style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 433,9.64453 C 669.059,9.64453 860.426,201.012 860.426,437.07 860.426,673.133 669.059,864.5 433,864.5 196.934,864.5 5.56641,673.133 5.56641,437.07 5.56641,201.012 196.934,9.64453 433,9.64453"
inkscape:connector-curvature="0" />
<path
id="path4246"
style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 433,45.9961 C 648.98,45.9961 824.07,221.09 824.07,437.07 824.07,653.059 648.98,828.148 433,828.148 217.012,828.148 41.9219,653.059 41.9219,437.07 41.9219,221.09 217.012,45.9961 433,45.9961"
inkscape:connector-curvature="0" />
<path
id="path4248"
style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 231.395,285.789 352.886,352.883 c 13.657,13.66 36,13.66 49.664,0 l 0.653,-0.656 c 13.66,-13.657 13.66,-36.004 0.004,-49.661 L 281.715,235.473 c -13.66,-13.66 -36.004,-13.66 -49.66,0 l -0.66,0.652 c -13.657,13.66 -13.657,36.004 0,49.664"
inkscape:connector-curvature="0" />
<path
id="path4250"
style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 281.715,638.672 634.598,285.789 c 13.656,-13.656 13.656,-36.004 0,-49.664 l -0.657,-0.652 c -13.66,-13.66 -36.003,-13.66 -49.66,0 L 231.395,588.355 c -13.661,13.657 -13.661,36.004 0,49.661 l 0.656,0.656 c 13.66,13.66 36.004,13.66 49.664,0"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

View File

@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="12"
height="13"
id="svg2"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="close_unfocused.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="24.366357"
inkscape:cx="3.4792551"
inkscape:cy="7.2127605"
inkscape:document-units="px"
inkscape:current-layer="g4197"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="707"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-651.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,3.1284009,-0.36309974)"
inkscape:label="ink_ext_XXXXXX"
id="g4195">
<g
transform="scale(0.1,0.1)"
id="g4197">
<path
id="path4199"
style="fill:#5b5c63;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 401.01486,-37.584555 c 236.063,0 427.43,191.363695 427.43,427.429695 0,236.059 -191.367,427.426 -427.43,427.426 -236.062,0 -427.429467,-191.367 -427.429467,-427.426 0,-236.066 191.367467,-427.429695 427.429467,-427.429695"
inkscape:connector-curvature="0" />
<path
id="path4201"
style="fill:#5b5c63;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 401.01486,-1.2329648 c 215.985,0 391.078,175.0901048 391.078,391.0781048 0,215.98 -175.093,391.074 -391.078,391.074 -215.984,0 -391.0778972,-175.094 -391.0778972,-391.074 0,-215.988 175.0938972,-391.0781048 391.0778972,-391.0781048"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
gtk-3.0/assets/maximize.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

92
gtk-3.0/assets/maximize.svg Executable file
View File

@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92+devel unknown"
sodipodi:docname="maximize.svg"
inkscape:export-filename="/home/lara/.themes/Dracula/assets/maximize.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="28.929858"
inkscape:cx="-1.123577"
inkscape:cy="7.9547456"
inkscape:document-units="px"
inkscape:current-layer="g4287"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-648.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<g
transform="scale(0.1,0.1)"
id="g4287">
<path
id="path4289"
style="fill:#50fa7b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 562.7806,-38.053372 c 305.45604,0 553.0815,247.625852 553.0815,553.085772 0,305.46122 -247.62546,553.0867 -553.0815,553.0867 -305.4651,0 -553.0913989,-247.62548 -553.0913989,-553.0867 0,-305.45992 247.6262989,-553.085772 553.0913989,-553.085772"
inkscape:connector-curvature="0" />
<path
id="path4291"
style="fill:#50fa7b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 562.77841,1.4521975 c 283.64075,0 513.57749,229.9417425 513.57749,513.5824825 0,283.64206 -229.93674,513.57882 -513.57749,513.57882 -283.646,0 -513.583014,-229.93676 -513.583014,-513.57882 0,-283.64074 229.937014,-513.5824825 513.583014,-513.5824825"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

View File

@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92+devel unknown"
sodipodi:docname="maximize_prelight.svg"
inkscape:export-filename="/home/lara/.themes/Dracula/assets/maximize_prelight.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.213115"
inkscape:cx="-22.304881"
inkscape:cy="7.9547456"
inkscape:document-units="px"
inkscape:current-layer="g4147"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-648.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<path
id="path4289"
style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 558.7771,-37.935173 c 305.45604,0 553.0815,247.625853 553.0815,553.085763 0,305.46122 -247.62546,553.08661 -553.0815,553.08661 -305.46509,0 -553.091393,-247.62539 -553.091393,-553.08661 0,-305.45991 247.626303,-553.085763 553.091393,-553.085763"
inkscape:connector-curvature="0" />
<g
id="g4147"
transform="matrix(1.3132489,0,0,1.3132489,-9.8625362,-52.033006)">
<path
inkscape:connector-curvature="0"
d="m 433.00051,40.81737 c 215.984,0 391.074,175.0938 391.074,391.0778 0,215.985 -175.09,391.075 -391.074,391.075 -215.988,0 -391.078202,-175.09 -391.078202,-391.075 0,-215.984 175.090202,-391.0778 391.078202,-391.0778"
style="fill:#50fa7b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4291" />
<path
inkscape:connector-curvature="0"
d="m 317.36351,650.00117 267.199,0 c 35.579,0 64.692,-29.113 64.692,-64.695 l 0,-267.196 -331.891,331.891 z m 232.324,-436.211 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945"
style="fill:#0b7407;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

View File

@@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="12"
height="13"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="max.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="-1.6867461"
inkscape:cy="5.8093116"
inkscape:document-units="px"
inkscape:current-layer="g4287"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="751"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-651.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<g
transform="scale(0.1,0.1)"
id="g4287">
<g
transform="matrix(9.9999999,0,0,9.9999999,0.45158899,-5.5533388)"
inkscape:label="ink_ext_XXXXXX"
id="g4371">
<g
transform="scale(0.1,0.1)"
id="g4373">
<path
id="path4375"
style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 437.004,9.64453 C 673.063,9.64453 864.43,201.012 864.43,437.07 864.43,673.133 673.063,864.5 437.004,864.5 200.938,864.5 9.57031,673.133 9.57031,437.07 9.57031,201.012 200.938,9.64453 437.004,9.64453"
inkscape:connector-curvature="0" />
<path
id="path4377"
style="fill:#13c11e;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 437.004,45.9961 c 215.984,0 391.074,175.0939 391.074,391.0739 0,215.989 -175.09,391.078 -391.074,391.078 C 221.016,828.148 45.9258,653.059 45.9258,437.07 45.9258,221.09 221.016,45.9961 437.004,45.9961"
inkscape:connector-curvature="0" />
<path
id="path4379"
style="fill:#0b7407;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 321.367,655.176 267.199,0 c 35.579,0 64.692,-29.11 64.692,-64.692 l 0,-267.195 -331.891,331.887 z m 232.324,-436.207 -268.253,0 c -35.583,0 -64.692,29.109 -64.692,64.691 l 0,268.254 332.945,-332.945"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

View File

@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="12"
height="13"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="close_unfocused.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="-5.9431437"
inkscape:cy="8.8543682"
inkscape:document-units="px"
inkscape:current-layer="g4197"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="745"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-651.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,3.1284009,-0.36309974)"
inkscape:label="ink_ext_XXXXXX"
id="g4195">
<g
transform="scale(0.1,0.1)"
id="g4197">
<path
id="path4199"
style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 430.199,4.57031 c 236.063,0 427.43,191.36369 427.43,427.42969 0,236.059 -191.367,427.426 -427.43,427.426 C 194.137,859.426 2.76953,668.059 2.76953,432 2.76953,195.934 194.137,4.57031 430.199,4.57031"
inkscape:connector-curvature="0" />
<path
id="path4201"
style="fill:#d4d4d4;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 430.199,40.9219 c 215.985,0 391.078,175.0901 391.078,391.0781 0,215.98 -175.093,391.074 -391.078,391.074 C 214.215,823.074 39.1211,647.98 39.1211,432 39.1211,216.012 214.215,40.9219 430.199,40.9219"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

BIN
gtk-3.0/assets/min.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

101
gtk-3.0/assets/min.svg Executable file
View File

@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92+devel unknown"
sodipodi:docname="min.svg"
inkscape:export-filename="/home/lara/.themes/Dracula/assets/min.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="21.514593"
inkscape:cx="-2.1197573"
inkscape:cy="4.6169098"
inkscape:document-units="px"
inkscape:current-layer="g4415"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-648.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<g
transform="scale(0.1,0.1)"
id="g4287">
<g
transform="matrix(10,0,0,10,4.1388913,2.0175489)"
inkscape:label="ink_ext_XXXXXX"
id="g4413">
<g
transform="scale(0.1,0.1)"
id="g4415">
<path
id="path4417"
style="fill:#f1fa8c;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 558.63645,-40.071141 c 305.46261,0 553.08915,247.626261 553.08915,553.088871 0,305.45744 -247.62654,553.08397 -553.08915,553.08397 -305.46132,0 -553.0885503,-247.62653 -553.0885503,-553.08397 0,-305.46261 247.6272303,-553.088871 553.0885503,-553.088871"
inkscape:connector-curvature="0" />
<path
id="path4419"
style="fill:#f1fa8c;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 558.63936,-0.56504285 c 283.64212,0 513.57764,229.93706285 513.57764,513.58312285 0,283.64081 -229.93552,513.57752 -513.57764,513.57752 -283.64081,0 -513.582854,-229.93671 -513.582854,-513.57752 0,-283.64606 229.942044,-513.58312285 513.582854,-513.58312285"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
gtk-3.0/assets/min@2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

97
gtk-3.0/assets/min_prelight.svg Executable file
View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92+devel unknown"
sodipodi:docname="min_prelight.svg"
inkscape:export-filename="/home/lara/.themes/Dracula/assets/min_prelight.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.213115"
inkscape:cx="-9.012244"
inkscape:cy="4.6169098"
inkscape:document-units="px"
inkscape:current-layer="g4152"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="705"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-648.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<path
inkscape:connector-curvature="0"
d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436"
style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4417" />
<g
id="g4152"
transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)">
<path
id="path4419"
style="fill:#f1fa8c;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151"
inkscape:connector-curvature="0" />
<path
id="path4421"
style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 23.994703,60.30905 64.576819,0 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 l 0,-0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 l -64.576819,0 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 l 0,0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

111
gtk-3.0/assets/min_pressed.svg Executable file
View File

@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="12"
height="13"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="min.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="32"
inkscape:cx="5.1747456"
inkscape:cy="6.258007"
inkscape:document-units="px"
inkscape:current-layer="g4415"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="751"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-651.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,-4.0034923,0.11816995)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<g
transform="scale(0.1,0.1)"
id="g4287">
<g
transform="matrix(10,0,0,10,4.1388913,2.0175489)"
inkscape:label="ink_ext_XXXXXX"
id="g4413">
<g
transform="scale(0.1,0.1)"
id="g4415">
<g
transform="matrix(10.000001,0,0,10.000001,-2.63607,-7.9909082)"
inkscape:label="ink_ext_XXXXXX"
id="g4491">
<g
transform="scale(0.1,0.1)"
id="g4493">
<path
id="path4495"
style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 435.832,9.64453 c 236.066,0 427.434,191.36747 427.434,427.42547 0,236.063 -191.368,427.43 -427.434,427.43 C 199.77,864.5 8.40234,673.133 8.40234,437.07 8.40234,201.012 199.77,9.64453 435.832,9.64453"
inkscape:connector-curvature="0" />
<path
id="path4497"
style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 435.832,45.9961 C 651.82,45.9961 826.91,221.09 826.91,437.07 826.91,653.059 651.82,828.148 435.832,828.148 219.848,828.148 44.7578,653.059 44.7578,437.07 44.7578,221.09 219.848,45.9961 435.832,45.9961"
inkscape:connector-curvature="0" />
<path
id="path4499"
style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 186.305,472.652 499.058,0 c 19.313,0 35.114,-15.8 35.114,-35.117 l 0,-0.93 c 0,-19.316 -15.801,-35.113 -35.114,-35.113 l -499.058,0 c -19.317,0 -35.114,15.797 -35.114,35.113 l 0,0.93 c 0,19.317 15.797,35.117 35.114,35.117"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

View File

@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="12"
height="13"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="close_unfocused.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="-5.9431437"
inkscape:cy="8.8543682"
inkscape:document-units="px"
inkscape:current-layer="g4197"
showgrid="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1280"
inkscape:window-height="745"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-671.14288,-651.57648)">
<g
transform="matrix(0.1265625,0,0,-0.1265625,672.07092,663.09636)"
inkscape:label="ink_ext_XXXXXX"
id="g4090">
<g
transform="scale(0.1,0.1)"
id="g4092">
<g
transform="matrix(9.9999999,0,0,9.9999999,3.1284009,-0.36309974)"
inkscape:label="ink_ext_XXXXXX"
id="g4195">
<g
transform="scale(0.1,0.1)"
id="g4197">
<path
id="path4199"
style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 430.199,4.57031 c 236.063,0 427.43,191.36369 427.43,427.42969 0,236.059 -191.367,427.426 -427.43,427.426 C 194.137,859.426 2.76953,668.059 2.76953,432 2.76953,195.934 194.137,4.57031 430.199,4.57031"
inkscape:connector-curvature="0" />
<path
id="path4201"
style="fill:#d4d4d4;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 430.199,40.9219 c 215.985,0 391.078,175.0901 391.078,391.0781 0,215.98 -175.093,391.074 -391.078,391.074 C 214.215,823.074 39.1211,647.98 39.1211,432 39.1211,216.012 214.215,40.9219 430.199,40.9219"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

BIN
gtk-3.0/assets/pane-handle.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Some files were not shown because too many files have changed in this diff Show More