diff --git a/README.md b/README.md index 12f4fedac..1507ed6db 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ docker-compose up -d $conf['settings']['css.theme'] = 'default'; ``` -- Theme options: 'default', 'dimgray', 'dark_red', 'dark_green', 'french_blue', 'pastel_blue' +- Theme options: 'default', 'dimgray', 'dark_red', 'dark_green', 'french_blue', 'orange' - Customize `Web/css/librebooking.css`. ## 🔒 ReCaptcha diff --git a/config/config.dist.php b/config/config.dist.php index d71d10dcb..e361d795f 100644 --- a/config/config.dist.php +++ b/config/config.dist.php @@ -31,7 +31,7 @@ $conf['settings']['inactivity.timeout'] = '30'; // minutes before the user is automatically logged out $conf['settings']['name.format'] = '{first} {last}'; // display format when showing user names $conf['settings']['css.extension.file'] = ''; // full or relative url to an additional css file to include. this can be used to override the default style -$conf['settings']['css.theme'] = 'default'; //default, dimgray, dark_red, dark_green, french_blue, pastel_blue, +$conf['settings']['css.theme'] = 'default'; //default, dimgray, dark_red, dark_green, french_blue, orange, $conf['settings']['disable.password.reset'] = 'false'; // if the password reset functionality should be disabled $conf['settings']['home.url'] = ''; // the url to open when the logo is clicked $conf['settings']['logout.url'] = ''; // the url to be directed to after logging out