Skip to content

Commit

Permalink
docs: new cols option for which section
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 24, 2024
1 parent cc3a8f9 commit f65ab44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Tab: Tab bar

- tab_active (Style): Active tab style.
- tab_inactive (Style): Inactive tab style.
- tab_width (Style): Tab maximum width. When set to a value greater than 2, the remaining space will be filled with the tab name, which is current directory name.
- tab_width (Number): Tab maximum width. When set to a value greater than 2, the remaining space will be filled with the tab name, which is current directory name.

Border:

Expand Down Expand Up @@ -138,6 +138,7 @@ Icons

## [which]

- cols (Number): Number of columns. The value can be `1`, `2`, `3`.
- mask (Style): Mask style.
- cand (Style): Candidate key style.
- rest (Style): Rest key style.
Expand Down Expand Up @@ -178,7 +179,7 @@ rules = [
]
```

Each rule supports complete [Style properties](#Types). There are two special rule:
Each rule supports complete [Style properties](#types). There are two special rule:

- `name = "*"` matches all files.
- `name = "*/"` matches all directories.
Expand Down

0 comments on commit f65ab44

Please sign in to comment.