diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:56:43 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:56:43 +0000 |
commit | cf75ed359bd20012ac361cdb393f175e191def76 (patch) | |
tree | b4edbe9ee84db1fb07e0fcc423018a29f714545d | |
parent | a97e7f2be98ce4a62721f0cae58d60b93ee5b1d4 (diff) |
Colours in jrnl config
-rw-r--r-- | jrnl.yaml | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,4 +1,19 @@ +colors: + body: none + date: BLUE + tags: CYAN + title: none +default_hour: 9 +default_minute: 0 +editor: vim +encrypt: false +highlight: true +indent_character: '|' journals: default: ~/Documents/Notes/Scratch/jrnl.txt - work: ~/Documents/Notes/Scratch/jrnl_mod.txt -highlight: true + work: ~/Documents/Notes/Scratch/jrnl_mod.txt +linewrap: 79 +tagsymbols: '#@' +template: false +timeformat: '%F %r' +version: v4.1 |