From 513b8454eb459c4cd62fb345dbd22c808e0ec056 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 5 May 2021 21:41:30 +0100 Subject: [PATCH 1/3] Link hover color --- theme/light/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/light/theme.json b/theme/light/theme.json index 052d4f3a7..89d963ad6 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -47,7 +47,7 @@ "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "main-link-color": "#2a2c37", - "main-link-color-hover": "#aa2c37", + "main-link-color-hover": "#777", "options-main-link-color": "#2a2c37", "options-main-link-color-hover": "#aa2c37", "title-color": "#2a2c37", From 29e79a45cd4fbe35939fcf7a510db30e1fdb4b80 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 5 May 2021 21:48:20 +0100 Subject: [PATCH 2/3] Link background --- theme/light/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/light/theme.json b/theme/light/theme.json index 89d963ad6..581567633 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -35,7 +35,7 @@ "timeline-posts-background-color": "#e6ebf0", "header-bg-color": "#e6ebf0", "main-bg-color-dm": "#e3dbf0", - "link-bg-color": "#efebf0", + "link-bg-color": "#eef4fa", "main-bg-color-reply": "white", "main-bg-color-report": "#e3dbf0", "main-header-color-roles": "#ebebf0", From bf359e122bdcaf7351b69430d89da735028a6d67 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 5 May 2021 21:59:42 +0100 Subject: [PATCH 3/3] Reply background --- theme/light/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/light/theme.json b/theme/light/theme.json index 581567633..3e4e10c1e 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -34,10 +34,10 @@ "post-bg-color": "#e6ebf0", "timeline-posts-background-color": "#e6ebf0", "header-bg-color": "#e6ebf0", - "main-bg-color-dm": "#e3dbf0", + "main-bg-color-dm": "#dbe2ea", "link-bg-color": "#eef4fa", - "main-bg-color-reply": "white", - "main-bg-color-report": "#e3dbf0", + "main-bg-color-reply": "#eaeced", + "main-bg-color-report": "#dbe2ea", "main-header-color-roles": "#ebebf0", "cw-color": "#777", "main-fg-color": "#2d2c37",