aboutsummaryrefslogtreecommitdiff
path: root/example-config.toml
blob: 89220df905c2c78c7d8aaba43078ec5e340e06b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[general]
bibfiles = ["./tests/biblatex-test.bib"] # multiple files and dirs are possible
editor = "vim" # arguments are possible: "vim -y"
# pdf_opener = "xdg-open"
# url_opener = "xdg-open"

# [colors]
# main_text_color = "250"
# highlight_text_color = "254"
# entry_color = "36"
# keyword_color = "101"
# info_color = "99"
# confirm_color = "47"
# warn_color = "124"
# bar_bg_color = "234"
# popup_bg_color = "55"
# selected_row_bg_color = "237"