From 0b5296835bc284576ec5e334daf2c7320df85fd0 Mon Sep 17 00:00:00 2001
From: CDeenen <68693756+CDeenen@users.noreply.github.com>
Date: Wed, 11 Nov 2020 23:57:52 +0100
Subject: [PATCH] Updated Macro Actions (markdown)
---
Macro-Actions.md | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/Macro-Actions.md b/Macro-Actions.md
index d4027be..a5b80c9 100644
--- a/Macro-Actions.md
+++ b/Macro-Actions.md
@@ -67,10 +67,16 @@ With offset you can give the macro number an offset allowing easy switching betw
Sets the amount the macro number needs to be offset when the button is pressed
#### On Color
-Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box
+Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
+You set the color using hexadecimal values, and it must start with '#'.
+You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
#### Off Color
-Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box
+Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
+You set the color using hexadecimal values, and it must start with '#'.
+You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
#### Background
-Sets the background color of the button
+Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
+You set the color using hexadecimal values, and it must start with '#'.
+You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.