mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Updated tests to use no color by default
This commit is contained in:
parent
94a2b78b6d
commit
6f3866cbcf
7 changed files with 29 additions and 24 deletions
|
@ -11,7 +11,7 @@ template: false
|
|||
timeformat: "%Y-%m-%d %H:%M"
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: red
|
||||
title: green
|
||||
body: yellow
|
||||
tags: black
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
|
@ -12,7 +12,7 @@ template: false
|
|||
timeformat: '%Y-%m-%d %H:%M'
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: red
|
||||
title: green
|
||||
body: yellow
|
||||
tags: black
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
|
@ -12,7 +12,7 @@ tagsymbols: '@'
|
|||
timeformat: '%Y-%m-%d %H:%M'
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: red
|
||||
title: green
|
||||
body: yellow
|
||||
tags: black
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
|
@ -12,7 +12,7 @@ tagsymbols: '@'
|
|||
timeformat: '%Y-%m-%d %H:%M'
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: red
|
||||
title: green
|
||||
body: yellow
|
||||
tags: black
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
|
@ -12,7 +12,7 @@ tagsymbols: '@'
|
|||
timeformat: '%Y-%m-%d %H:%M'
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: red
|
||||
title: green
|
||||
body: yellow
|
||||
tags: black
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
|
@ -12,7 +12,7 @@ tagsymbols: '@'
|
|||
timeformat: '%Y-%m-%d %H:%M'
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: red
|
||||
title: green
|
||||
body: yellow
|
||||
tags: black
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
|
@ -10,3 +10,8 @@ tagsymbols: "@"
|
|||
template: false
|
||||
timeformat: "%Y-%m-%d %H:%M"
|
||||
indent_character: "|"
|
||||
colors:
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
tags: none
|
||||
|
|
Loading…
Add table
Reference in a new issue