From 6f3866cbcf7be65858c9be711fb81b55b0d12166 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Wed, 6 Nov 2019 22:38:04 +0100 Subject: [PATCH] Updated tests to use no color by default --- features/data/configs/basic.yaml | 8 ++++---- features/data/configs/bug153.yaml | 8 ++++---- features/data/configs/markdown-headings-335.yaml | 8 ++++---- features/data/configs/tags-216.yaml | 8 ++++---- features/data/configs/tags-237.yaml | 8 ++++---- features/data/configs/tags.yaml | 8 ++++---- features/data/configs/unreadabledates.yaml | 5 +++++ 7 files changed, 29 insertions(+), 24 deletions(-) diff --git a/features/data/configs/basic.yaml b/features/data/configs/basic.yaml index d249187c..020bab18 100644 --- a/features/data/configs/basic.yaml +++ b/features/data/configs/basic.yaml @@ -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 diff --git a/features/data/configs/bug153.yaml b/features/data/configs/bug153.yaml index e43cbba8..a33d2f7b 100644 --- a/features/data/configs/bug153.yaml +++ b/features/data/configs/bug153.yaml @@ -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 diff --git a/features/data/configs/markdown-headings-335.yaml b/features/data/configs/markdown-headings-335.yaml index bb114675..6f396887 100644 --- a/features/data/configs/markdown-headings-335.yaml +++ b/features/data/configs/markdown-headings-335.yaml @@ -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 diff --git a/features/data/configs/tags-216.yaml b/features/data/configs/tags-216.yaml index d967801c..576cee3e 100644 --- a/features/data/configs/tags-216.yaml +++ b/features/data/configs/tags-216.yaml @@ -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 diff --git a/features/data/configs/tags-237.yaml b/features/data/configs/tags-237.yaml index 6fc8b814..4ffad3c6 100644 --- a/features/data/configs/tags-237.yaml +++ b/features/data/configs/tags-237.yaml @@ -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 diff --git a/features/data/configs/tags.yaml b/features/data/configs/tags.yaml index 0be45a6d..3fe46c44 100644 --- a/features/data/configs/tags.yaml +++ b/features/data/configs/tags.yaml @@ -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 diff --git a/features/data/configs/unreadabledates.yaml b/features/data/configs/unreadabledates.yaml index 474e7aae..99304e5a 100644 --- a/features/data/configs/unreadabledates.yaml +++ b/features/data/configs/unreadabledates.yaml @@ -10,3 +10,8 @@ tagsymbols: "@" template: false timeformat: "%Y-%m-%d %H:%M" indent_character: "|" +colors: + date: none + title: none + body: none + tags: none