aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlukeflo2025-05-23 17:16:14 +0200
committerlukeflo2025-05-23 17:16:14 +0200
commit1dcb24c381990bdead5fa3df2fb95d74b176a8c1 (patch)
treecc011787e4ed243caab7627fced25709422fb382 /tests
parent0b4716cca6789137434eb2ccab70cef828c428c3 (diff)
downloadbibiman-1dcb24c381990bdead5fa3df2fb95d74b176a8c1.tar.gz
bibiman-1dcb24c381990bdead5fa3df2fb95d74b176a8c1.zip
add test config file
Diffstat (limited to 'tests')
-rw-r--r--tests/test-config.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml
new file mode 100644
index 0000000..3913f16
--- /dev/null
+++ b/tests/test-config.toml
@@ -0,0 +1,34 @@
+[general]
+## Default files/dirs which are loaded on startup
+## Use absolute paths (~ for HOME works). Otherwise, loading might not work.
+bibfiles = [ "tests/biblatex-test.bib" ]
+
+## Default editor to use when editing files. Arguments are possible
+# editor = "vim" # with args: "vim -y"
+
+## Default app to open PDFs/Epubs
+# pdf_opener = "xdg-open"
+
+## Default app to open URLs/DOIs
+# url_opener = "xdg-open"
+
+## Prefix which is prepended to the filepath from the `file` field
+## Use absolute paths (~ for HOME works). Otherwise, loading might not work.
+# file_prefix = "/some/path/prefix"
+
+# [colors]
+## Default values for dark-themed terminal
+## Possible values are:
+## ANSI color names. E.g. "bright-black"
+## 256-colors indices. E.g. "250"
+## Hex color codes. E.g. "#3a3a3a"
+# 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"