aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
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