Skip to content

Config file Settings

Djal Bertrand edited this page Aug 28, 2026 · 1 revision

Welcome to the Gallide wiki!

be sure to read about how to write a configuration file for dparse

Main Box

this section is for every setting that touches the box where files and folders and located

Color

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 ""

Text

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 "

Enums

Name Description Possible Values Default
border type the type of the box border Plain, Thick, Double, Rounded, None Plain

Searchbar

this section is for every setting that touches the searchbar

Color

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

Text

Name Description Default
searchbar title the title of the searchbar " Search "

Booleans

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

Enums

Name Description Possible Values Default
searchbar border type the type of the box border Plain, Thick, Double, Rounded, None Plain

Tooltips

this section is for every setting that touches tooltips

Color

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

Booleans

Name Description Default
display tooltips if false tooltips won't be drawn to the terminal yes

Directory Line

Booleans

Name Description Default
display directory if false the current directory won't be drawn to the terminal yes

Default Config

!! 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

Clone this wiki locally