39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!--
|
||
|
|
veilor-os branding mark — 1024x256.
|
||
|
|
|
||
|
|
Composition:
|
||
|
|
- left mark : a stacked pair of horizontal bars (wide + narrow) in
|
||
|
|
the grey accent (#686b6f). Reads as a stylised "v" without being
|
||
|
|
a literal letterform; pairs cleanly with the wordmark.
|
||
|
|
- wordmark : "veilor" in a humanist sans-serif, rendered at the
|
||
|
|
foreground colour (#d8d8d8). 100-weight letter spacing for a
|
||
|
|
restrained, professional feel — never gamer.
|
||
|
|
|
||
|
|
Palette (matches assets/kde/veilor-default.kdeglobals):
|
||
|
|
background : transparent (use against any #000 surface)
|
||
|
|
accent grey : #686b6f
|
||
|
|
foreground : #d8d8d8
|
||
|
|
-->
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||
|
|
width="1024" height="256"
|
||
|
|
viewBox="0 0 1024 256"
|
||
|
|
preserveAspectRatio="xMidYMid meet"
|
||
|
|
role="img"
|
||
|
|
aria-label="veilor">
|
||
|
|
|
||
|
|
<!-- Mark: two stacked bars suggesting 'v'. Pure geometric, no flourish. -->
|
||
|
|
<g fill="#686b6f">
|
||
|
|
<rect x="64" y="96" width="120" height="14" rx="2"/>
|
||
|
|
<rect x="96" y="142" width="64" height="14" rx="2"/>
|
||
|
|
</g>
|
||
|
|
|
||
|
|
<!-- Wordmark: humanist sans, light weight, generous tracking. -->
|
||
|
|
<text x="232" y="160"
|
||
|
|
font-family="Fira Code, Inter, 'Helvetica Neue', Arial, sans-serif"
|
||
|
|
font-size="120"
|
||
|
|
font-weight="300"
|
||
|
|
letter-spacing="6"
|
||
|
|
fill="#d8d8d8">veilor</text>
|
||
|
|
</svg>
|