aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorlukeflo2025-06-30 15:45:14 +0200
committerlukeflo2025-06-30 15:45:14 +0200
commit614a20a12138f6691f8472b8c8657cf62b6730fb (patch)
treea14ec81b3b36f3759f277205693cd4b478b0afed /src/config.rs
parent1b79ba0fb9f4a1d96c0de1fbf6ab42d8e1b0873c (diff)
downloadbibiman-614a20a12138f6691f8472b8c8657cf62b6730fb.tar.gz
bibiman-614a20a12138f6691f8472b8c8657cf62b6730fb.zip
implemented symbols for attachements
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 6723ce0..f67cb9d 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -62,6 +62,11 @@ const DEFAULT_CONFIG: &str = r##"
# note_path = "/path/to/notes/folder"
# note_extensions = [ "md", "txt", "org" ]
+## Symbols/chars to show if not has specific attachement
+# note_symbol = "N"
+# file_symbol = "F"
+# link_symbol = "L"
+
# [colors]
## Default values for dark-themed terminal
## Possible values are:
@@ -78,6 +83,12 @@ const DEFAULT_CONFIG: &str = r##"
# bar_bg_color = "234"
# popup_bg_color = "234"
# selected_row_bg_color = "237"
+# note_color = "123"
+# file_color = "209"
+# link_color = "27"
+# author_color = "38"
+# title_color = "37"
+# year_color = "135"
"##;
/// Main struct of the config file. Contains substructs/headings in toml