mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 17:38:32 +02:00
Use magenta instead of black for default date color
This commit is contained in:
parent
05a98fe332
commit
9a29ec122a
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue