Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeydelarago <joeydelarago@gmail.com>2022-08-24 15:59:18 +0300
committerjoeydelarago <joeydelarago@gmail.com>2022-08-24 15:59:18 +0300
commitd6effa9716e8af321e353e9f6562cc7575807812 (patch)
treef6816c5b262bbbe3c8af9fc19ba439c0096adcd1
parent545291511cf9cea965f13240aa7bb468dcd36a29 (diff)
Update README.md, use dark mode or light mode image depending on github theme.
-rw-r--r--README.md4
-rw-r--r--cura-logo-dark.PNGbin0 -> 1228811 bytes
-rw-r--r--cura-logo.PNGbin531969 -> 1063259 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5ece462f61..84f03c6ec2 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@
<br>
<br>
-![Showcase]
+![Showcase](./cura-logo.PNG#gh-dark-mode-only)
+![Showcase](./cura-logo-dark.PNG#gh-light-mode-only)
</div>
@@ -62,7 +63,6 @@
[Conan]: https://github.com/Ultimaker/Cura/actions/workflows/conan-package.yml
[Test]: https://github.com/Ultimaker/Cura/actions/workflows/unit-test.yml
-[Showcase]: cura-logo.PNG
[License]: LICENSE
[Report]: docs/Report.md
[Logo]: resources/images/cura-icon.png
diff --git a/cura-logo-dark.PNG b/cura-logo-dark.PNG
new file mode 100644
index 0000000000..c176eda379
--- /dev/null
+++ b/cura-logo-dark.PNG
Binary files differ
diff --git a/cura-logo.PNG b/cura-logo.PNG
index 52da8203a8..972dcd7535 100644
--- a/cura-logo.PNG
+++ b/cura-logo.PNG
Binary files differ