From a49ba7767daccbd9655ca433745299ed6656894a Mon Sep 17 00:00:00 2001 From: Maxwell Date: Mon, 29 Jul 2024 13:16:53 +1000 Subject: [PATCH] Update Configuration --- Configuration.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index dc64cc7..9b5396f 100644 --- a/Configuration.md +++ b/Configuration.md @@ -32,4 +32,14 @@ Overview: Change where Mash looks for programs Syntax: mashPath:/path/to/dir;/path/to/dir, -Default: mashPath:/bin;/usr/bin;/usr/local/bin;/sbin;/usr/sbin, \ No newline at end of file +Default: mashPath:/bin;/usr/bin;/usr/local/bin;/sbin;/usr/sbin, + +* Colours + +Overview: Change some colours inside Mash. Five colours are required. + +Syntax: colour:colour1;colour2;colour3;colour4;colour5, + +Default: colour:green;white;white;blue;white, + +Valid Options: white, blue, green, yellow, pink, red, lblue \ No newline at end of file