Skip to content

Commit

Permalink
add theme options description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraklin committed Aug 5, 2023
1 parent f3f8cfe commit 3bb0abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ ElmDebugger.register({simple_mode: true, debug: false, limit: 10000});
| `limit` | number | number of message characters after which the parser won't parse the message. (Helpful for bypass the parsing of large datastructures) | `1 000 000` |
| `debug` | boolean | include original message and parser error with the message | `false` |
| `simple_mode` | boolean | force output to be in simple object format | `false` |
| `theme` | `light`|`dark` | sets theme colour of debug output. It is useful for switching on the dark mode of devtools. | `light` |



Expand Down

0 comments on commit 3bb0abc

Please sign in to comment.