File tree 1 file changed +6
-2
lines changed
src/content/docs/configuration
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ Filter modes can still be toggled via ctrl-r.
200
200
201
201
### ` style `
202
202
203
- Default: ` auto `
203
+ Default: ` compact `
204
204
205
205
Which style to use. Possible values: ` auto ` , ` full ` and ` compact ` .
206
206
@@ -228,7 +228,7 @@ invert = true/false
228
228
229
229
### ` inline_height `
230
230
231
- Default: ` 0 `
231
+ Default: ` 40 `
232
232
233
233
Set the maximum number of lines Atuin's interface should take up.
234
234
@@ -682,6 +682,7 @@ tcp_port = 8889
682
682
```
683
683
684
684
## theme
685
+
685
686
Atuin version: >= 18.4
686
687
687
688
The theme to use for showing the terminal interface.
@@ -694,6 +695,7 @@ max_depth = 10
694
695
```
695
696
696
697
### ` name `
698
+
697
699
Default: ` "" `
698
700
699
701
A theme name that must be present as a built-in (an empty string for the default,
@@ -706,6 +708,7 @@ name = "my-theme"
706
708
```
707
709
708
710
### ` debug `
711
+
709
712
Default: ` false `
710
713
711
714
Output information about why a theme will not load. Independent from other log
@@ -717,6 +720,7 @@ debug = false
717
720
```
718
721
719
722
### ` max_depth `
723
+
720
724
Default: 10
721
725
722
726
Number of levels of "parenthood" that will be traversed for a theme. This should not
You can’t perform that action at this time.
0 commit comments