commit 4e2fa8cae245cd9dbf38253cc9951d9c9a5b5506
Author: rani <clagv.randomgames@gmail.com>
Date: Thu Jun 02 21:44:59 2022 +0000
diff --git a/README.md b/README.md
index d4443e8..1867860 100644
--- a/README.md
+++ b/README.md
@@ -10614 +10614 @@ Variables specified in the configuration file will also be overwritten by comman
#### Variables
-Variables allow changing settings while in cscroll itself as opposed to having to stop and restart it with different flags.
+Variables allow setting defaults or changing settings while in cscroll itself as opposed to having to stop and restart it with different flags.
* `color`: Turn on or off colors.
* `dots`: Enable or disable the listing of dot files
* `icons`: (If compiled with icons) If true, show icons. Otherwise don't.
* `long`: Turn on or off long mode
-The following variables are specific to the config file and may be set as a string. These control the colors for each type of file specified by their names. Their values must be specified as six digit hexadecimal numbers with or without a leading hash (#). An example could be `dir_color = "#123abc"`.
+The following variables may be set as a string and control the colors for each type of file specified by their names. The string must be wrapped with double quote characters (`"`) and not single quote characters (`'`). Their values must be specified as six digit hexadecimal numbers with or without a leading hash (#). An example could be `dir_color = "#123abc"`.
* `dir_color`: Directories
* `reg_color`: Regular files (i.e. any file which is not any other color)