Skip to content
Snippets Groups Projects
Commit b5e27a15 authored by phob1an's avatar phob1an :headphones:
Browse files

sync

parent 2b9bc2a7
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="31.68"
inkscape:cx="10.486005"
inkscape:cy="32.50482"
inkscape:zoom="11.200571"
inkscape:cx="17.435101"
inkscape:cy="25.51047"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
......@@ -80,7 +80,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
......@@ -90,29 +90,28 @@
id="layer1"
transform="translate(0,-1075)">
<g
id="start-here-kde"
transform="matrix(1.0004168,0,0,1.0002083,1.0004085,-0.22395595)"
style="stroke-width:0.99968749">
id="start-here-kde">
<rect
y="1075"
x="-0.98000002"
height="47.990002"
width="47.98"
id="rect840"
style="opacity:1;fill:none;fill-opacity:0.18020002;fill-rule:evenodd;stroke:none;stroke-width:1.90590429;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<rect
style="opacity:1;fill:none;fill-opacity:0.18020002;fill-rule:evenodd;stroke:none;stroke-width:1.90590429;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
style="opacity:1;fill:none;fill-opacity:0.18020002;fill-rule:evenodd;stroke:none;stroke-width:1.90649998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
id="rect913"
width="47.98"
height="47.990002"
x="-0.98000002"
width="47.999996"
height="47.999996"
x="0.020000016"
y="1075" />
<path
id="SHAPE"
d="m 14.53255,1081.9911 2.359835,13 -12.8944598,-3 10.7835528,8 -10.7835528,7 12.8944598,-2 -2.359835,13 7.457876,-11 7.44792,11 -2.349879,-13 12.89446,2 -10.783552,-7 10.783552,-8 -12.904417,3 2.359836,-13 -7.44792,11 z m 7.457876,13 a 4.8451305,4.8659971 0 0 1 4.849114,5 4.8451305,4.8659971 0 0 1 -4.849114,5 4.8451305,4.8659971 0 0 1 -4.849113,-5 4.8451305,4.8659971 0 0 1 4.849113,-5 z"
d="m 14.710199,1079.9926 2.623075,14.4471 -14.3328357,-3.334 11.9864577,8.8906 -11.9864577,7.7792 14.3328357,-2.2226 -2.623075,14.4471 8.289802,-12.2245 8.278734,12.2245 -2.612007,-14.4471 14.332835,2.2226 -11.986455,-7.7792 11.986455,-8.8906 -14.343903,3.334 2.623075,-14.4471 -8.278734,12.2245 z m 8.289802,14.4471 a 5.3856043,5.4076713 0 0 1 5.390032,5.5566 5.3856043,5.4076713 0 0 1 -5.390032,5.5566 5.3856043,5.4076713 0 0 1 -5.390032,-5.5566 5.3856043,5.4076713 0 0 1 5.390032,-5.5566 z"
class="ColorScheme-Highlight"
style="opacity:1;fill:currentColor;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.90660405;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
style="opacity:1;fill:currentColor;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.90719998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
inkscape:connector-curvature="0" />
<ellipse
class="ColorScheme-Highlight"
ry="6.0000124"
rx="5.9999995"
cy="1100"
cx="23"
id="path818"
style="opacity:1;fill:none;fill-opacity:1;stroke:currentColor;stroke-width:3.99999952;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>
......@@ -286,8 +286,8 @@ if av_lum > 0.36:
button_focus = color_triplet(primary_h, 0.65, 0.3)
else:
# Calculate palette for dark theme
app_background = color_triplet(primary_h, 0.1, 0.05)
view_background = color_triplet(primary_h, 0.13, 0.1)
app_background = color_triplet(primary_h, 0.08, 0.08)
view_background = color_triplet(primary_h, 0.12, 0.16)
app_foreground = color_triplet(primary_h, 0.98, 0.6)
view_foreground = app_foreground
win_border = color_triplet(primary_h, 0.3, primary_s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment