diff --git a/here.txt b/here.txt new file mode 100644 index 00000000..794818ac --- /dev/null +++ b/here.txt @@ -0,0 +1,3 @@ +[2023-02-25 11:32:42 AM] asdf + +[2023-02-25 11:32:51 AM] and a @tag diff --git a/jrnl/config.py b/jrnl/config.py index 036c75b4..bc10b86b 100644 --- a/jrnl/config.py +++ b/jrnl/config.py @@ -107,20 +107,20 @@ def get_default_config() -> dict[str, Any]: "linewrap": 79, "indent_character": "|", "colors": { - "date": "none", - "title": "none", "body": "none", + "date": "none", "tags": "none", + "title": "none", }, } def get_default_colors() -> dict[str, Any]: return { - "date": "none", - "title": "magenta", - "body": "yellow", - "tags": "cyan", + "body": "none", + "date": "black", + "tags": "yellow", + "title": "cyan", }