Skip to content

Commit 76adebc

Browse files
committed
Add Light mode to docs
1 parent a2c7146 commit 76adebc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/features.md

+12
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ With the default settings, storage is only visible from your local IP. To enable
8989

9090
</details>
9191

92+
## Light and Dark mode Theme
93+
94+
<!-- md:version v3.4.0 -->
95+
<!-- md:feature theme -->
96+
<!-- md:default auto -->
97+
98+
Debugbar supports Dark and Light mode. It defaults to `auto` which uses the browser setting. You can set it with `DEBUGBAR_THEME` or change the config to force th `light` or `dark`.
99+
See Light Mode below:
100+
101+
![Light Theme](img/light-theme.png)
102+
103+
92104
## Editor integration
93105

94106
Debugbar can open links to views, exception, routes etc in your Editor directly, if you set this up correctly. By default this should just work for PHPStorm on local development. You can change your editor by setting `DEBUGBAR_EDITOR` or the config.

docs/img/light-theme.png

53.8 KB
Loading

0 commit comments

Comments
 (0)