From cf75ed359bd20012ac361cdb393f175e191def76 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 11 Nov 2024 15:56:43 +0000 Subject: Colours in jrnl config --- jrnl.yaml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/jrnl.yaml b/jrnl.yaml index d61dfa7..21f27bb 100644 --- a/jrnl.yaml +++ b/jrnl.yaml @@ -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 -- cgit v1.2.3