From 3d6913141107f0df9cfe9f293302f664fd118300 Mon Sep 17 00:00:00 2001 From: Suhas Date: Tue, 2 Feb 2021 20:18:22 -0500 Subject: [PATCH] config file for pretty formatting --- 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