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