This commit is contained in:
Przemek Grondek 2021-01-14 21:36:05 +01:00
commit 438f3a44fd
20 changed files with 47 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
svg_files=$(wildcard svg/*.svg)
png_files=$(patsubst svg/%.svg,png/%.png,$(svg_files))
png/%.png: svg/%.svg
inkscape -z -w 50 -h 50 $< -e $@
all: $(png_files)

BIN
png/commit_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

BIN
png/execute_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

BIN
png/fetch_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

BIN
png/fromVCSTab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
png/pull_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

BIN
png/push_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

BIN
png/rerun_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

BIN
png/restart_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
png/startDebugger_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
png/suspend_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

3
svg/commit_dark.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<polygon fill="#499C54" points="13.789 2.09 15.535 3.837 6.292 13.08 1.95 8.738 3.698 6.99 6.293 9.585"/>
</svg>

After

Width:  |  Height:  |  Size: 199 B

3
svg/execute_dark.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<polygon fill="#499C54" fill-rule="evenodd" points="4 2 14 8 4 14"/>
</svg>

After

Width:  |  Height:  |  Size: 162 B

3
svg/fromVCSTab.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.1253 2.8751C18.5417 2.29186 17.8334 2.00016 16.9999 2.00016C16.1669 2.00016 15.4585 2.2917 14.8751 2.8751C14.2919 3.45834 14.0003 4.16658 14.0003 5.0001C14.0003 5.54175 14.1354 6.04437 14.4062 6.50787C14.677 6.97142 15.0413 7.3335 15.4999 7.59379C15.4999 8.13544 15.4559 8.61217 15.3675 9.02357C15.2787 9.43496 15.133 9.79677 14.93 10.1095C14.7264 10.422 14.5159 10.6875 14.297 10.9063C14.078 11.1252 13.7708 11.3308 13.375 11.5236C12.9792 11.7163 12.6118 11.8775 12.2733 12.008C11.9349 12.1379 11.479 12.2916 10.9061 12.4687C9.86429 12.7918 9.06235 13.0884 8.4998 13.3594V5.59357C8.95815 5.33334 9.32275 4.97131 9.59355 4.50776C9.86429 4.04421 9.99969 3.54153 9.99969 2.99988C9.99969 2.16664 9.70815 1.45824 9.12474 0.874998C8.54156 0.291812 7.83332 0 6.99986 0C6.16634 0 5.4581 0.291593 4.8747 0.874998C4.29151 1.45824 3.99976 2.16664 3.99976 2.99988C3.99976 3.54153 4.13515 4.04421 4.4059 4.50776C4.67669 4.97131 5.04124 5.33334 5.49964 5.59357V18.4064C5.04124 18.6666 4.67669 19.029 4.4059 19.4923C4.13515 19.9561 3.99976 20.4587 3.99976 21.0002C3.99976 21.8335 4.29129 22.5418 4.8747 23.125C5.4581 23.7082 6.16651 24 6.99986 24C7.83315 24 8.54156 23.7082 9.12474 23.125C9.70798 22.5418 9.99969 21.8334 9.99969 21.0002C9.99969 20.4587 9.86429 19.9561 9.59355 19.4923C9.3227 19.029 8.95815 18.6666 8.4998 18.4064V18.0002C8.4998 17.2815 8.71592 16.7609 9.14817 16.438C9.58041 16.1147 10.4632 15.745 11.7968 15.3285C13.2032 14.8805 14.2607 14.4584 14.969 14.0624C17.3022 12.7398 18.4794 10.5834 18.5001 7.59373C18.9588 7.3335 19.3231 6.97136 19.5939 6.50781C19.8645 6.04426 20.0001 5.54169 20.0001 5.00004C20.0003 4.16675 19.7085 3.45851 19.1253 2.8751Z" fill="#3996FB"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

6
svg/pull_dark.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd" transform="rotate(180 9 7)">
<rect width="2" height="10.332" x="6.073" y="2.767" fill="#3996FB" transform="rotate(-135 7.073 8.933)"/>
<polygon fill="#3996FB" points="6 3 13 10 6 10" transform="rotate(180 9.5 6.5)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 360 B

6
svg/push_dark.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<rect width="2" height="12.332" x="6.073" y="2.767" fill="#499C54" transform="rotate(-135 7.073 8.933)"/>
<polygon fill="#499C54" points="6 3 13 10 6 10" transform="rotate(180 9.5 6.5)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 332 B

6
svg/rerun_dark.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<polygon fill="#499C54" points="2 3 8 8 2 13"/>
<polygon fill="#499C54" points="9 3 15 8 9 13"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 241 B

7
svg/restart_dark.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<rect width="5" height="5" x="9" y="10" fill="#AFB1B3"/>
<polygon fill="#499C54" points="10 1 15.5 5 10 9"/>
<path fill="#499C54" d="M8,15 L7.5,15 C4.46243388,15 2,12.5375661 2,9.5 C2,6.46243388 4.46243388,4 7.5,4 L11,4 L11,6 L7.5,6 C5.56700338,6 4,7.56700338 4,9.5 C4,11.4329966 5.56700338,13 7.5,13 L8,13 L8,15 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 466 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="#499C54" fill-rule="evenodd" d="M12.4247273,10.1538462 L12.4247273,10.6923077 C12.4247273,11.066 12.3603636,11.4224615 12.2687273,11.7692308 L14,11.7692308 L14,13.3846154 L11.4352727,13.3846154 C10.6345455,14.3603077 9.42581818,15 8.06109091,15 C6.69636364,15 5.48763636,14.3603077 4.68690909,13.3846154 L2,13.3846154 L2,11.7692308 L3.85345455,11.7692308 C3.76181818,11.4224615 3.69745455,11.066 3.69745455,10.6923077 L3.69745455,10.1538462 L2,10.1538462 L2,8.53846154 L3.69745455,8.53846154 L3.69745455,7.46153846 C3.69745455,7.27738462 3.73018182,7.10184615 3.75309091,6.92307692 L2,6.92307692 L2,5.30769231 L4.30727273,5.30769231 C4.724,4.60446154 5.33272727,4.03261538 6.06690909,3.65461538 L4.53418182,2.14261538 L5.69163636,1 L7.89090909,3.17107692 C7.94872727,3.16892308 7.94218182,3.16030769 8,3.16030769 C8.02072727,3.16030769 8.09927261,3.16892315 8.11999989,3.17000008 L10.3083636,1 L11.4658182,2.14261538 L9.97672727,3.61261538 C10.7458182,3.98846154 11.3829091,4.57861538 11.8149091,5.30769231 L14,5.30769231 L14,6.92307692 L12.3690909,6.92307692 C12.392,7.10184615 12.4247273,7.27738462 12.4247273,7.46153846 L12.4247273,8.53846154 L14,8.53846154 L14,10.1538462 L12.4247273,10.1538462 Z M6.19999981,7 L6.19999981,8.5 L9.79999971,8.5 L9.79999971,7 L6.19999981,7 Z M6.19999981,10 L6.19999981,11.5 L9.79999971,11.5 L9.79999971,10 L6.19999981,10 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

3
svg/suspend_dark.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<rect width="10" height="10" x="3" y="3" fill="#C75450" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 171 B