-
Notifications
You must be signed in to change notification settings - Fork 0
Config file Settings
Djal Bertrand edited this page Aug 28, 2026
·
1 revision
be sure to read about how to write a configuration file for dparse
this section is for every setting that touches the box where files and folders and located
| Name | Description | Default |
|---|---|---|
| text color | color of text when unselected | white |
| border color | color of box border | white |
| background color | color of the background | black |
| focus color | color of highlight when selected | white |
| focus text color | color of text when selected | black |
| directory symbol color | color of the directory string show before entries | "" |
| file symbol color | color of the file string show before entries | "" |
| Name | Description | Default |
|---|---|---|
| focus text | string shown before selected directory | "> " |
| file symbol | string shown before file entries | "" |
| directory symbol | string shown before directory entries | "" |
| main title | title for the box | " Directories " |
| Name | Description | Possible Values | Default |
|---|---|---|---|
| border type | the type of the box border | Plain, Thick, Double, Rounded, None | Plain |
this section is for every setting that touches the searchbar
| Name | Description | Default |
|---|---|---|
| searchbar border color | color of searchbar border when unselected | white |
| searchbar border color | color of searchbar text | white |
| insert searchbar color | color of searchbar border when selected | red |
| searchbar background color | background color of the searchbar | black |
| Name | Description | Default |
|---|---|---|
| searchbar title | the title of the searchbar | " Search " |
| Name | Description | Default |
|---|---|---|
| case sensitive | if false capitalization will not matter when searching the directory | no |
| enable searchbar | if false the searchbar will not be used | yes |
| Name | Description | Possible Values | Default |
|---|---|---|---|
| searchbar border type | the type of the box border | Plain, Thick, Double, Rounded, None | Plain |
this section is for every setting that touches tooltips
| Name | Description | Default |
|---|---|---|
| tooltip text color | color of the highlighted descriptor | black |
| tooltip highlight color | color of highlight for the descriptor | white |
| tooltip keybind color | color of the keybinds | white |
| Name | Description | Default |
|---|---|---|
| display tooltips | if false tooltips won't be drawn to the terminal | yes |
| Name | Description | Default |
|---|---|---|
| display directory | if false the current directory won't be drawn to the terminal | yes |
!! Main Box
text color: white
border color: white
background color: black
!! [Plain, Thick, Double, Rounded, None]
border type: Plain
!! Focus (Underline entries)
focus color: white
focus text color: black
focus text: "> "
!! Directories
main title: " Directories "
directory symbol: ""
directory symbol color: white
!! Files
file symbol : ""
file symbol color: white
!! Search bar
searchbar border color: white
searchbar text color: white
insert searchbar color: red
case sensitive: no
searchbar title: " Search "
searchbar background color: black
!! [Plain, Thick, Double, Rounded, None]
searchbar border type: Plain
!! Tool Tips
tooltip text color: black
tooltip keybind color: white
tooltip highlight color: white
display directory: yes
enable searchbar: yes
display tooltips: yes