summaryrefslogtreecommitdiff
path: root/logo2021
diff options
context:
space:
mode:
Diffstat (limited to 'logo2021')
-rw-r--r--logo2021/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/logo2021/README.md b/logo2021/README.md
new file mode 100644
index 0000000..ca05fd5
--- /dev/null
+++ b/logo2021/README.md
@@ -0,0 +1,22 @@
+# Logo Files Usage
+
+The file taler-logo-2021-plain.svg contains the hand-editable logo file for GNU Taler.
+
+The following adjustments can be made:
+
+## Color Editing
+
+The following colors can be edited:
+
+* Circles color: Edit the "style" attribute of the group element with id="circles".
+ add/change the "fill:" CSS property.
+* Letters color: Edit the "style" attribute of the group element with id="letters".
+ add/change the "fill:" CSS property.
+* Background (opaque by default): Edit the "style" attribute of the root "svg" element,
+ add/change "background-color:...".
+
+## Default Taler Colors:
+
+* Taler Logo Normal Blue: #0042b3
+* Taler Logo Dark Blue: #1e2739
+* Taler Logo Red: #bb0000