aboutsummaryrefslogtreecommitdiff
path: root/example-config.toml
diff options
context:
space:
mode:
authorlukeflo2025-02-21 21:55:17 +0100
committerlukeflo2025-02-21 21:55:17 +0100
commitc34412d9e3725bed48af925646110f2ca34b1bd4 (patch)
treee7f48bb25a605aeccf0c31ed310f1c7a1ae9e067 /example-config.toml
parentddb6326c1896b82b759d930fb08ea46a820e275a (diff)
downloadbibiman-c34412d9e3725bed48af925646110f2ca34b1bd4.tar.gz
bibiman-c34412d9e3725bed48af925646110f2ca34b1bd4.zip
implement working config file construct, error handling should be improved
Diffstat (limited to 'example-config.toml')
-rw-r--r--example-config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/example-config.toml b/example-config.toml
index 50c0467..d6d2aa8 100644
--- a/example-config.toml
+++ b/example-config.toml
@@ -3,3 +3,15 @@ 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 = "234"
+# selected_row_bg_color = "237"