Skip to content

Commit 4e92de2

Browse files
committed
update docs for new defaults in 18.4
1 parent 8f8d405 commit 4e92de2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: src/content/docs/configuration/config.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Filter modes can still be toggled via ctrl-r.
200200

201201
### `style`
202202

203-
Default: `auto`
203+
Default: `compact`
204204

205205
Which style to use. Possible values: `auto`, `full` and `compact`.
206206

@@ -228,7 +228,7 @@ invert = true/false
228228

229229
### `inline_height`
230230

231-
Default: `0`
231+
Default: `40`
232232

233233
Set the maximum number of lines Atuin's interface should take up.
234234

@@ -682,6 +682,7 @@ tcp_port = 8889
682682
```
683683

684684
## theme
685+
685686
Atuin version: >= 18.4
686687

687688
The theme to use for showing the terminal interface.
@@ -694,6 +695,7 @@ max_depth = 10
694695
```
695696

696697
### `name`
698+
697699
Default: `""`
698700

699701
A theme name that must be present as a built-in (an empty string for the default,
@@ -706,6 +708,7 @@ name = "my-theme"
706708
```
707709

708710
### `debug`
711+
709712
Default: `false`
710713

711714
Output information about why a theme will not load. Independent from other log
@@ -717,6 +720,7 @@ debug = false
717720
```
718721

719722
### `max_depth`
723+
720724
Default: 10
721725

722726
Number of levels of "parenthood" that will be traversed for a theme. This should not

0 commit comments

Comments
 (0)