commit 438f3a44fd12b1f974760d4f5844b59e2c553a18 Author: Przemek Grondek Date: Thu Jan 14 21:36:05 2021 +0100 WIP diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c2cfb6d --- /dev/null +++ b/Makefile @@ -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) \ No newline at end of file diff --git a/png/commit_dark.png b/png/commit_dark.png new file mode 100644 index 0000000..d036cef Binary files /dev/null and b/png/commit_dark.png differ diff --git a/png/execute_dark.png b/png/execute_dark.png new file mode 100644 index 0000000..0618c29 Binary files /dev/null and b/png/execute_dark.png differ diff --git a/png/fetch_dark.png b/png/fetch_dark.png new file mode 100644 index 0000000..9dafef3 Binary files /dev/null and b/png/fetch_dark.png differ diff --git a/png/fromVCSTab.png b/png/fromVCSTab.png new file mode 100644 index 0000000..c089109 Binary files /dev/null and b/png/fromVCSTab.png differ diff --git a/png/pull_dark.png b/png/pull_dark.png new file mode 100644 index 0000000..d24fe78 Binary files /dev/null and b/png/pull_dark.png differ diff --git a/png/push_dark.png b/png/push_dark.png new file mode 100644 index 0000000..26b9915 Binary files /dev/null and b/png/push_dark.png differ diff --git a/png/rerun_dark.png b/png/rerun_dark.png new file mode 100644 index 0000000..2d6da8f Binary files /dev/null and b/png/rerun_dark.png differ diff --git a/png/restart_dark.png b/png/restart_dark.png new file mode 100644 index 0000000..8b353db Binary files /dev/null and b/png/restart_dark.png differ diff --git a/png/startDebugger_dark.png b/png/startDebugger_dark.png new file mode 100644 index 0000000..3f51eb0 Binary files /dev/null and b/png/startDebugger_dark.png differ diff --git a/png/suspend_dark.png b/png/suspend_dark.png new file mode 100644 index 0000000..c88a690 Binary files /dev/null and b/png/suspend_dark.png differ diff --git a/svg/commit_dark.svg b/svg/commit_dark.svg new file mode 100644 index 0000000..f3d2589 --- /dev/null +++ b/svg/commit_dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/svg/execute_dark.svg b/svg/execute_dark.svg new file mode 100644 index 0000000..e63c6f7 --- /dev/null +++ b/svg/execute_dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/svg/fromVCSTab.svg b/svg/fromVCSTab.svg new file mode 100644 index 0000000..de71c92 --- /dev/null +++ b/svg/fromVCSTab.svg @@ -0,0 +1,3 @@ + + + diff --git a/svg/pull_dark.svg b/svg/pull_dark.svg new file mode 100644 index 0000000..b675ad9 --- /dev/null +++ b/svg/pull_dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/svg/push_dark.svg b/svg/push_dark.svg new file mode 100644 index 0000000..df0d2b1 --- /dev/null +++ b/svg/push_dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/svg/rerun_dark.svg b/svg/rerun_dark.svg new file mode 100644 index 0000000..e33305a --- /dev/null +++ b/svg/rerun_dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/svg/restart_dark.svg b/svg/restart_dark.svg new file mode 100644 index 0000000..d41328e --- /dev/null +++ b/svg/restart_dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/svg/startDebugger_dark.svg b/svg/startDebugger_dark.svg new file mode 100644 index 0000000..86f4240 --- /dev/null +++ b/svg/startDebugger_dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/svg/suspend_dark.svg b/svg/suspend_dark.svg new file mode 100644 index 0000000..9c777f6 --- /dev/null +++ b/svg/suspend_dark.svg @@ -0,0 +1,3 @@ + + +