From 06f5ef3682e50e9c0191cea4014664a471075194 Mon Sep 17 00:00:00 2001 From: Suhas Date: Sat, 6 Feb 2021 19:54:30 -0500 Subject: [PATCH] Revert "Revert "config file for pretty formatting"" This reverts commit cc9a2f1ad02c13d4d5a255a447203370d8a546ec. --- features/data/configs/pretty.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 features/data/configs/pretty.yaml diff --git a/features/data/configs/pretty.yaml b/features/data/configs/pretty.yaml new file mode 100644 index 00000000..931c6199 --- /dev/null +++ b/features/data/configs/pretty.yaml @@ -0,0 +1,19 @@ +default_hour: 9 +default_minute: 0 +editor: "vim" +encrypt: false +highlight: true +journals: + default: features/journals/simple.journal +linewrap: 80 +tagsymbols: "@" +template: false +timeformat: "%Y-%m-%d %H:%M" +indent_character: "|" +colors: + body: green + title: blue + date: red + tags: magenta + + \ No newline at end of file