Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down