From f2126b2a0aba307f213b08b7cb82c79cc64b83a1 Mon Sep 17 00:00:00 2001 From: JohnIrvine1433 <79009697+JohnIrvine1433@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:32:06 +0200 Subject: [PATCH] Update index.md --- index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index dc03a09..6d519ba 100644 --- a/index.md +++ b/index.md @@ -56,22 +56,22 @@ You can change the account to be used from **ThemeMaster Settings** menu. - Uninstaller allows removal of stock themes which you may not be able to reinstall via ThemeMaster. ## Configuration file -ThemeMaster's configuration and user's preferences are saved in the "ThemeMaster.cfg" file which is (re)generated with default values and settings whenever missing. +ThemeMaster's configuration and user's preferences are saved in the `ThemeMaster.cfg` file which is (re)generated with default values and settings whenever missing. All user's preferences can be set through the application but some configuration changes can only be done by manually editing the configuration file. ### Editing GitHub accounts list -The list of GitHub accounts used in **Repository mode** can be manually amended by editing the "collections" variable. +The list of GitHub accounts used in **Repository mode** can be manually amended by editing the `collections` variable. It is expected that you do not remove the default GitHub accounts, if you do so they will be restored whenever the application is updated. Any GitHub account manually added to the collection will be kept when updating the application. Before adding an account, please make sure that repositories are pre-set with the correct ES folder structure as ThemeMaster relies on GitHub source file's structure. ### Dialog UI color schemes -ThemeMaster color schemes are defined in runtime configuration files placed within the "ThemeMaster" folder. +ThemeMaster color schemes are defined in runtime configuration files placed within the `ThemeMaster` folder. Additional configuration files can be added following the same name pattern : [name].dialogrc -They must be manually referenced in the "app_colorscheme" variable (without the extension). +They must be manually referenced in the `app_colorscheme` variable (without the extension). ### Nota Bene -- Files within the "data" subfolder are automatically (re)generated by the application. +- Files within the `data` subfolder are automatically (re)generated by the application. - Prerelease versions may have been barely tested, use at your own risk. # Credits