Use magenta instead of black for default date color

This commit is contained in:
Micah Jerome Ellison 2023-02-22 10:15:33 -08:00
parent 05a98fe332
commit 9a29ec122a
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ def get_default_config() -> dict[str, Any]:
def get_default_colors() -> dict[str, Any]: def get_default_colors() -> dict[str, Any]:
return { return {
"date": "none", "date": "none",
"title": "black", "title": "magenta",
"body": "yellow", "body": "yellow",
"tags": "cyan", "tags": "cyan",
} }

View file

@ -57,7 +57,7 @@ Feature: Installing jrnl
And the config should contain And the config should contain
colors: colors:
date: none date: none
title: black title: magenta
body: yellow body: yellow
tags: cyan tags: cyan