@ingit/cli-linux-arm64 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/assets/index-ChQnVA9h.js +615 -0
- package/client/index.html +6 -1
- package/client/press-kit/README.md +26 -0
- package/client/press-kit/favicon/favicon-16.png +0 -0
- package/client/press-kit/favicon/favicon-32.png +0 -0
- package/client/press-kit/favicon/favicon-48.png +0 -0
- package/client/press-kit/favicon/favicon.ico +0 -0
- package/client/press-kit/favicon/favicon.svg +19 -0
- package/client/press-kit/index.html +155 -0
- package/client/press-kit/ingit-icon-light.svg +19 -0
- package/client/press-kit/ingit-icon-mark-dark.svg +17 -0
- package/client/press-kit/ingit-icon-mark-light.svg +17 -0
- package/client/press-kit/ingit-icon-transparent.svg +16 -0
- package/client/press-kit/ingit-icon.svg +19 -0
- package/client/press-kit/png/dark/ingit-icon-1024.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-128.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-16.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-180.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-192.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-256.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-32.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-48.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-512.png +0 -0
- package/client/press-kit/png/dark/ingit-icon-64.png +0 -0
- package/client/press-kit/png/light/ingit-icon-light-1024.png +0 -0
- package/client/press-kit/png/light/ingit-icon-light-128.png +0 -0
- package/client/press-kit/png/light/ingit-icon-light-256.png +0 -0
- package/client/press-kit/png/light/ingit-icon-light-512.png +0 -0
- package/client/press-kit/png/mark-dark/ingit-icon-mark-dark-1024.png +0 -0
- package/client/press-kit/png/mark-dark/ingit-icon-mark-dark-128.png +0 -0
- package/client/press-kit/png/mark-dark/ingit-icon-mark-dark-256.png +0 -0
- package/client/press-kit/png/mark-dark/ingit-icon-mark-dark-512.png +0 -0
- package/client/press-kit/png/mark-light/ingit-icon-mark-light-1024.png +0 -0
- package/client/press-kit/png/mark-light/ingit-icon-mark-light-128.png +0 -0
- package/client/press-kit/png/mark-light/ingit-icon-mark-light-256.png +0 -0
- package/client/press-kit/png/mark-light/ingit-icon-mark-light-512.png +0 -0
- package/client/press-kit/png/transparent/ingit-icon-transparent-1024.png +0 -0
- package/client/press-kit/png/transparent/ingit-icon-transparent-128.png +0 -0
- package/client/press-kit/png/transparent/ingit-icon-transparent-256.png +0 -0
- package/client/press-kit/png/transparent/ingit-icon-transparent-512.png +0 -0
- package/client/site.webmanifest +20 -0
- package/ingit +0 -0
- package/libziggit.so +0 -0
- package/package.json +1 -1
- package/client/assets/index-CgrOd-mb.js +0 -578
package/client/index.html
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<meta name="theme-color" content="#1e1e2e" />
|
|
7
|
+
<link rel="icon" href="/press-kit/favicon/favicon.ico" sizes="any" />
|
|
8
|
+
<link rel="icon" type="image/svg+xml" href="/press-kit/ingit-icon.svg" />
|
|
9
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/press-kit/png/dark/ingit-icon-180.png" />
|
|
10
|
+
<link rel="manifest" href="/site.webmanifest" />
|
|
6
11
|
<title>ingit</title>
|
|
7
12
|
<style>
|
|
8
13
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
@@ -14,7 +19,7 @@
|
|
|
14
19
|
::-webkit-scrollbar-thumb:hover { background: #585b70; }
|
|
15
20
|
::-webkit-scrollbar-corner { background: transparent; }
|
|
16
21
|
</style>
|
|
17
|
-
<script type="module" crossorigin src="/assets/index-
|
|
22
|
+
<script type="module" crossorigin src="/assets/index-ChQnVA9h.js"></script>
|
|
18
23
|
</head>
|
|
19
24
|
<body>
|
|
20
25
|
<div id="root"></div>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# ingit Press Kit
|
|
2
|
+
|
|
3
|
+
This folder contains source SVGs and generated raster assets for the ingit icon.
|
|
4
|
+
|
|
5
|
+
## Primary Files
|
|
6
|
+
|
|
7
|
+
- `ingit-icon.svg` - primary dark square icon and favicon source
|
|
8
|
+
- `ingit-icon-light.svg` - light square icon
|
|
9
|
+
- `ingit-icon-transparent.svg` - transparent-background color mark
|
|
10
|
+
- `ingit-icon-mark-dark.svg` - single-color dark mark
|
|
11
|
+
- `ingit-icon-mark-light.svg` - single-color light mark
|
|
12
|
+
|
|
13
|
+
## Generated Files
|
|
14
|
+
|
|
15
|
+
- `png/dark/` - primary icon PNGs at 16, 32, 48, 64, 128, 180, 192, 256, 512, and 1024 px
|
|
16
|
+
- `png/light/` - light icon PNGs at 128, 256, 512, and 1024 px
|
|
17
|
+
- `png/transparent/` - transparent icon PNGs at 128, 256, 512, and 1024 px
|
|
18
|
+
- `png/mark-dark/` - single-color dark mark PNGs at 128, 256, 512, and 1024 px
|
|
19
|
+
- `png/mark-light/` - single-color light mark PNGs at 128, 256, 512, and 1024 px
|
|
20
|
+
- `favicon/` - browser favicon PNGs and ICO
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
Use `ingit-icon.svg` or `png/dark/ingit-icon-512.png` for the default icon. Use the light version on dark UI surfaces that need a light square, and use the transparent or single-color marks only when the surrounding layout supplies the background.
|
|
25
|
+
|
|
26
|
+
Project license: MIT.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">ingit icon</title>
|
|
3
|
+
<desc id="desc">A dark Git graph node with a vertical line and split green and pink status fill.</desc>
|
|
4
|
+
<rect width="128" height="128" fill="#1e1e2e"/>
|
|
5
|
+
<rect width="22" height="128" fill="#181825"/>
|
|
6
|
+
<rect x="22" width="12" height="128" fill="#1b1b2a"/>
|
|
7
|
+
|
|
8
|
+
<path d="M64 0V128" fill="none" stroke="#cdd6f4" stroke-width="7" stroke-linecap="round"/>
|
|
9
|
+
|
|
10
|
+
<circle cx="64" cy="69" r="32" fill="#11111b" opacity=".7"/>
|
|
11
|
+
<circle cx="64" cy="69" r="28" fill="#1e1e2e" stroke="#cdd6f4" stroke-width="5"/>
|
|
12
|
+
|
|
13
|
+
<circle cx="64" cy="69" r="17" fill="#1e1e2e"/>
|
|
14
|
+
<path d="M47 69a17 17 0 0 0 17 17V69Z" fill="#a6e3a1"/>
|
|
15
|
+
<path d="M64 69v17a17 17 0 0 0 17-17Z" fill="#f5c2e7"/>
|
|
16
|
+
<circle cx="64" cy="69" r="17" fill="none" stroke="#45475a" stroke-width="4"/>
|
|
17
|
+
<path d="M47 69h34" fill="none" stroke="#1e1e2e" stroke-width="3" stroke-linecap="round"/>
|
|
18
|
+
<path d="M64 52V86" fill="none" stroke="#45475a" stroke-width="4" stroke-linecap="round"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<title>ingit press kit</title>
|
|
7
|
+
<link rel="icon" type="image/svg+xml" href="/press-kit/ingit-icon.svg">
|
|
8
|
+
<style>
|
|
9
|
+
* { box-sizing: border-box; }
|
|
10
|
+
body {
|
|
11
|
+
margin: 0;
|
|
12
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
13
|
+
background: #f6f7fb;
|
|
14
|
+
color: #1e1e2e;
|
|
15
|
+
}
|
|
16
|
+
main {
|
|
17
|
+
width: min(1040px, calc(100% - 32px));
|
|
18
|
+
margin: 0 auto;
|
|
19
|
+
padding: 40px 0 56px;
|
|
20
|
+
}
|
|
21
|
+
h1 { margin: 0 0 8px; font-size: 34px; line-height: 1.1; letter-spacing: 0; }
|
|
22
|
+
h2 { margin: 34px 0 14px; font-size: 18px; letter-spacing: 0; }
|
|
23
|
+
p { margin: 0; color: #5c6072; line-height: 1.55; }
|
|
24
|
+
a { color: #4e58c8; text-decoration: none; }
|
|
25
|
+
a:hover { text-decoration: underline; }
|
|
26
|
+
.grid {
|
|
27
|
+
display: grid;
|
|
28
|
+
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
|
|
29
|
+
gap: 14px;
|
|
30
|
+
margin-top: 16px;
|
|
31
|
+
}
|
|
32
|
+
.asset {
|
|
33
|
+
display: grid;
|
|
34
|
+
gap: 12px;
|
|
35
|
+
align-content: start;
|
|
36
|
+
padding: 14px;
|
|
37
|
+
min-height: 208px;
|
|
38
|
+
border: 1px solid #d8dded;
|
|
39
|
+
border-radius: 8px;
|
|
40
|
+
background: #ffffff;
|
|
41
|
+
}
|
|
42
|
+
.preview {
|
|
43
|
+
display: grid;
|
|
44
|
+
place-items: center;
|
|
45
|
+
min-height: 128px;
|
|
46
|
+
border-radius: 6px;
|
|
47
|
+
background: #edf0f7;
|
|
48
|
+
}
|
|
49
|
+
.preview.dark { background: #1e1e2e; }
|
|
50
|
+
.preview img { width: 96px; height: 96px; image-rendering: auto; }
|
|
51
|
+
.asset strong { display: block; font-size: 13px; }
|
|
52
|
+
.asset span { display: block; margin-top: 2px; color: #6e7282; font-size: 12px; }
|
|
53
|
+
.links {
|
|
54
|
+
display: flex;
|
|
55
|
+
flex-wrap: wrap;
|
|
56
|
+
gap: 8px;
|
|
57
|
+
margin-top: 2px;
|
|
58
|
+
font-size: 12px;
|
|
59
|
+
}
|
|
60
|
+
code {
|
|
61
|
+
padding: 2px 5px;
|
|
62
|
+
border-radius: 4px;
|
|
63
|
+
background: #eceff7;
|
|
64
|
+
color: #303447;
|
|
65
|
+
font-size: 12px;
|
|
66
|
+
}
|
|
67
|
+
</style>
|
|
68
|
+
</head>
|
|
69
|
+
<body>
|
|
70
|
+
<main>
|
|
71
|
+
<h1>ingit press kit</h1>
|
|
72
|
+
<p>Icon source files, favicon assets, and generated PNG exports for ingit.</p>
|
|
73
|
+
|
|
74
|
+
<h2>Source SVGs</h2>
|
|
75
|
+
<section class="grid" aria-label="Source SVGs">
|
|
76
|
+
<article class="asset">
|
|
77
|
+
<div class="preview"><img src="ingit-icon.svg" alt="ingit dark icon"></div>
|
|
78
|
+
<div>
|
|
79
|
+
<strong>Primary dark icon</strong>
|
|
80
|
+
<span><code>ingit-icon.svg</code></span>
|
|
81
|
+
</div>
|
|
82
|
+
<div class="links"><a href="ingit-icon.svg">Open SVG</a></div>
|
|
83
|
+
</article>
|
|
84
|
+
<article class="asset">
|
|
85
|
+
<div class="preview"><img src="ingit-icon-light.svg" alt="ingit light icon"></div>
|
|
86
|
+
<div>
|
|
87
|
+
<strong>Light icon</strong>
|
|
88
|
+
<span><code>ingit-icon-light.svg</code></span>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="links"><a href="ingit-icon-light.svg">Open SVG</a></div>
|
|
91
|
+
</article>
|
|
92
|
+
<article class="asset">
|
|
93
|
+
<div class="preview"><img src="ingit-icon-transparent.svg" alt="ingit transparent icon"></div>
|
|
94
|
+
<div>
|
|
95
|
+
<strong>Transparent color mark</strong>
|
|
96
|
+
<span><code>ingit-icon-transparent.svg</code></span>
|
|
97
|
+
</div>
|
|
98
|
+
<div class="links"><a href="ingit-icon-transparent.svg">Open SVG</a></div>
|
|
99
|
+
</article>
|
|
100
|
+
<article class="asset">
|
|
101
|
+
<div class="preview"><img src="ingit-icon-mark-dark.svg" alt="ingit dark single-color mark"></div>
|
|
102
|
+
<div>
|
|
103
|
+
<strong>Dark single-color mark</strong>
|
|
104
|
+
<span><code>ingit-icon-mark-dark.svg</code></span>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="links"><a href="ingit-icon-mark-dark.svg">Open SVG</a></div>
|
|
107
|
+
</article>
|
|
108
|
+
<article class="asset">
|
|
109
|
+
<div class="preview dark"><img src="ingit-icon-mark-light.svg" alt="ingit light single-color mark"></div>
|
|
110
|
+
<div>
|
|
111
|
+
<strong>Light single-color mark</strong>
|
|
112
|
+
<span><code>ingit-icon-mark-light.svg</code></span>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="links"><a href="ingit-icon-mark-light.svg">Open SVG</a></div>
|
|
115
|
+
</article>
|
|
116
|
+
</section>
|
|
117
|
+
|
|
118
|
+
<h2>Generated Exports</h2>
|
|
119
|
+
<section class="grid" aria-label="Generated exports">
|
|
120
|
+
<article class="asset">
|
|
121
|
+
<div class="preview"><img src="png/dark/ingit-icon-256.png" alt="256 px primary dark icon"></div>
|
|
122
|
+
<div>
|
|
123
|
+
<strong>Primary PNGs</strong>
|
|
124
|
+
<span><code>png/dark/</code></span>
|
|
125
|
+
</div>
|
|
126
|
+
<div class="links"><a href="png/dark/ingit-icon-512.png">512 PNG</a><a href="png/dark/ingit-icon-1024.png">1024 PNG</a></div>
|
|
127
|
+
</article>
|
|
128
|
+
<article class="asset">
|
|
129
|
+
<div class="preview"><img src="png/light/ingit-icon-light-256.png" alt="256 px light icon"></div>
|
|
130
|
+
<div>
|
|
131
|
+
<strong>Light PNGs</strong>
|
|
132
|
+
<span><code>png/light/</code></span>
|
|
133
|
+
</div>
|
|
134
|
+
<div class="links"><a href="png/light/ingit-icon-light-512.png">512 PNG</a><a href="png/light/ingit-icon-light-1024.png">1024 PNG</a></div>
|
|
135
|
+
</article>
|
|
136
|
+
<article class="asset">
|
|
137
|
+
<div class="preview"><img src="png/transparent/ingit-icon-transparent-256.png" alt="256 px transparent icon"></div>
|
|
138
|
+
<div>
|
|
139
|
+
<strong>Transparent PNGs</strong>
|
|
140
|
+
<span><code>png/transparent/</code></span>
|
|
141
|
+
</div>
|
|
142
|
+
<div class="links"><a href="png/transparent/ingit-icon-transparent-512.png">512 PNG</a><a href="png/transparent/ingit-icon-transparent-1024.png">1024 PNG</a></div>
|
|
143
|
+
</article>
|
|
144
|
+
<article class="asset">
|
|
145
|
+
<div class="preview"><img src="favicon/favicon-48.png" alt="48 px favicon"></div>
|
|
146
|
+
<div>
|
|
147
|
+
<strong>Favicons</strong>
|
|
148
|
+
<span><code>favicon/</code></span>
|
|
149
|
+
</div>
|
|
150
|
+
<div class="links"><a href="favicon/favicon.ico">ICO</a><a href="favicon/favicon-32.png">32 PNG</a></div>
|
|
151
|
+
</article>
|
|
152
|
+
</section>
|
|
153
|
+
</main>
|
|
154
|
+
</body>
|
|
155
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">ingit icon, light</title>
|
|
3
|
+
<desc id="desc">A light ingit Git graph node with a vertical line and split green and pink status fill.</desc>
|
|
4
|
+
<rect width="128" height="128" fill="#f6f7fb"/>
|
|
5
|
+
<rect width="22" height="128" fill="#eef1f8"/>
|
|
6
|
+
<rect x="22" width="12" height="128" fill="#e3e7f2"/>
|
|
7
|
+
|
|
8
|
+
<path d="M64 0V128" fill="none" stroke="#7c84d9" stroke-width="7" stroke-linecap="round"/>
|
|
9
|
+
|
|
10
|
+
<circle cx="64" cy="69" r="32" fill="#cfd5e8" opacity=".55"/>
|
|
11
|
+
<circle cx="64" cy="69" r="28" fill="#f6f7fb" stroke="#6f78da" stroke-width="5"/>
|
|
12
|
+
|
|
13
|
+
<circle cx="64" cy="69" r="17" fill="#f6f7fb"/>
|
|
14
|
+
<path d="M47 69a17 17 0 0 0 17 17V69Z" fill="#2fb170"/>
|
|
15
|
+
<path d="M64 69v17a17 17 0 0 0 17-17Z" fill="#d968a6"/>
|
|
16
|
+
<circle cx="64" cy="69" r="17" fill="none" stroke="#a6adbf" stroke-width="4"/>
|
|
17
|
+
<path d="M47 69h34" fill="none" stroke="#f6f7fb" stroke-width="3" stroke-linecap="round"/>
|
|
18
|
+
<path d="M64 52V86" fill="none" stroke="#a6adbf" stroke-width="4" stroke-linecap="round"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" color="#1e1e2e" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">ingit icon mark, dark</title>
|
|
3
|
+
<desc id="desc">A single-color dark ingit Git graph node mark with transparent cutouts.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<mask id="mark-mask" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
6
|
+
<rect width="128" height="128" fill="#000"/>
|
|
7
|
+
<path d="M64 0V128" fill="none" stroke="#fff" stroke-width="7" stroke-linecap="round"/>
|
|
8
|
+
<circle cx="64" cy="69" r="28" fill="none" stroke="#fff" stroke-width="7"/>
|
|
9
|
+
<path d="M47 69a17 17 0 0 0 17 17V69Z" fill="#fff"/>
|
|
10
|
+
<path d="M64 69v17a17 17 0 0 0 17-17Z" fill="#fff"/>
|
|
11
|
+
<circle cx="64" cy="69" r="17" fill="none" stroke="#fff" stroke-width="4"/>
|
|
12
|
+
<path d="M47 69h34" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round"/>
|
|
13
|
+
<path d="M64 52V86" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
|
|
14
|
+
</mask>
|
|
15
|
+
</defs>
|
|
16
|
+
<rect width="128" height="128" fill="currentColor" mask="url(#mark-mask)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" color="#f6f7fb" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">ingit icon mark, light</title>
|
|
3
|
+
<desc id="desc">A single-color light ingit Git graph node mark with transparent cutouts.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<mask id="mark-mask" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
6
|
+
<rect width="128" height="128" fill="#000"/>
|
|
7
|
+
<path d="M64 0V128" fill="none" stroke="#fff" stroke-width="7" stroke-linecap="round"/>
|
|
8
|
+
<circle cx="64" cy="69" r="28" fill="none" stroke="#fff" stroke-width="7"/>
|
|
9
|
+
<path d="M47 69a17 17 0 0 0 17 17V69Z" fill="#fff"/>
|
|
10
|
+
<path d="M64 69v17a17 17 0 0 0 17-17Z" fill="#fff"/>
|
|
11
|
+
<circle cx="64" cy="69" r="17" fill="none" stroke="#fff" stroke-width="4"/>
|
|
12
|
+
<path d="M47 69h34" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round"/>
|
|
13
|
+
<path d="M64 52V86" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
|
|
14
|
+
</mask>
|
|
15
|
+
</defs>
|
|
16
|
+
<rect width="128" height="128" fill="currentColor" mask="url(#mark-mask)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">ingit icon, transparent</title>
|
|
3
|
+
<desc id="desc">A transparent-background ingit Git graph node with a vertical line and split green and pink status fill.</desc>
|
|
4
|
+
|
|
5
|
+
<path d="M64 0V128" fill="none" stroke="#cdd6f4" stroke-width="7" stroke-linecap="round"/>
|
|
6
|
+
|
|
7
|
+
<circle cx="64" cy="69" r="32" fill="#11111b" opacity=".35"/>
|
|
8
|
+
<circle cx="64" cy="69" r="28" fill="#1e1e2e" stroke="#cdd6f4" stroke-width="5"/>
|
|
9
|
+
|
|
10
|
+
<circle cx="64" cy="69" r="17" fill="#1e1e2e"/>
|
|
11
|
+
<path d="M47 69a17 17 0 0 0 17 17V69Z" fill="#a6e3a1"/>
|
|
12
|
+
<path d="M64 69v17a17 17 0 0 0 17-17Z" fill="#f5c2e7"/>
|
|
13
|
+
<circle cx="64" cy="69" r="17" fill="none" stroke="#45475a" stroke-width="4"/>
|
|
14
|
+
<path d="M47 69h34" fill="none" stroke="#1e1e2e" stroke-width="3" stroke-linecap="round"/>
|
|
15
|
+
<path d="M64 52V86" fill="none" stroke="#45475a" stroke-width="4" stroke-linecap="round"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">ingit icon</title>
|
|
3
|
+
<desc id="desc">A dark Git graph node with a vertical line and split green and pink status fill.</desc>
|
|
4
|
+
<rect width="128" height="128" fill="#1e1e2e"/>
|
|
5
|
+
<rect width="22" height="128" fill="#181825"/>
|
|
6
|
+
<rect x="22" width="12" height="128" fill="#1b1b2a"/>
|
|
7
|
+
|
|
8
|
+
<path d="M64 0V128" fill="none" stroke="#cdd6f4" stroke-width="7" stroke-linecap="round"/>
|
|
9
|
+
|
|
10
|
+
<circle cx="64" cy="69" r="32" fill="#11111b" opacity=".7"/>
|
|
11
|
+
<circle cx="64" cy="69" r="28" fill="#1e1e2e" stroke="#cdd6f4" stroke-width="5"/>
|
|
12
|
+
|
|
13
|
+
<circle cx="64" cy="69" r="17" fill="#1e1e2e"/>
|
|
14
|
+
<path d="M47 69a17 17 0 0 0 17 17V69Z" fill="#a6e3a1"/>
|
|
15
|
+
<path d="M64 69v17a17 17 0 0 0 17-17Z" fill="#f5c2e7"/>
|
|
16
|
+
<circle cx="64" cy="69" r="17" fill="none" stroke="#45475a" stroke-width="4"/>
|
|
17
|
+
<path d="M47 69h34" fill="none" stroke="#1e1e2e" stroke-width="3" stroke-linecap="round"/>
|
|
18
|
+
<path d="M64 52V86" fill="none" stroke="#45475a" stroke-width="4" stroke-linecap="round"/>
|
|
19
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ingit",
|
|
3
|
+
"short_name": "ingit",
|
|
4
|
+
"description": "A fast, animated git GUI that runs in your browser.",
|
|
5
|
+
"icons": [
|
|
6
|
+
{
|
|
7
|
+
"src": "/press-kit/png/dark/ingit-icon-192.png",
|
|
8
|
+
"sizes": "192x192",
|
|
9
|
+
"type": "image/png"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "/press-kit/png/dark/ingit-icon-512.png",
|
|
13
|
+
"sizes": "512x512",
|
|
14
|
+
"type": "image/png"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"theme_color": "#1e1e2e",
|
|
18
|
+
"background_color": "#1e1e2e",
|
|
19
|
+
"display": "standalone"
|
|
20
|
+
}
|
package/ingit
CHANGED
|
Binary file
|
package/libziggit.so
CHANGED
|
Binary file
|