Upstream formatter change in https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
18 lines
372 B
TOML
18 lines
372 B
TOML
check_updates = false
|
|
data_dir = '/home/myuser/my/custom/datadir'
|
|
|
|
[logs]
|
|
enabled = false
|
|
|
|
[theme]
|
|
accent = 'yellow'
|
|
comment = 'italic green'
|
|
error = 'dark red'
|
|
highlight = 'darkgrey'
|
|
highlight_accent = 'yellow'
|
|
highlight_comment = 'italic green'
|
|
highlight_primary = 'default'
|
|
highlight_secondary = 'default'
|
|
highlight_symbol = '» '
|
|
primary = 'default'
|
|
secondary = 'dim'
|