From 239af34d6e5b7fef172c4eafae0bed7320883231 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 Nov 2020 14:03:01 +0000 Subject: [PATCH] Background color --- theme/debian/theme.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 28b88e38..b02467a7 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -62,7 +62,7 @@ "tab-border-color": "transparent", "button-corner-radius": "0px", "login-button-color": "#25408f", - "login-button-fg-color": "#ff6600", + "login-button-fg-color": "#fbfdfc", "column-left-width": "10vw", "column-center-width": "75vw", "column-right-width": "15vw", @@ -73,14 +73,14 @@ "newswire-date-color": "grey", "timeline-border-radius": "0px", "button-background": "#dedede", - "button-background-hover": "#ff6600", + "button-background-hover": "#fbfdfc", "button-text-hover": "black", - "button-selected": "#ff6600", + "button-selected": "#fbfdfc", "button-selected-text": "black", "button-text": "black", - "hashtag-fg-color": "#ff6600", + "hashtag-fg-color": "#fbfdfc", "publish-button-background": "#25408f", - "publish-button-text": "#ff6600", + "publish-button-text": "#fbfdfc", "hashtag-background-color": "#b2b2b2", "focus-color": "grey", "font-size-button-mobile": "26px", @@ -88,12 +88,12 @@ "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#010127", "main-bg-color": "#010127", - "post-bg-color": "#ff6600", - "timeline-posts-background-color": "#ff6600", - "main-bg-color-dm": "#ff6600", + "post-bg-color": "#fbfdfc", + "timeline-posts-background-color": "#fbfdfc", + "main-bg-color-dm": "#fbfdfc", "link-bg-color": "transparent", - "main-bg-color-reply": "#ff6600", - "main-bg-color-report": "#ff6600", + "main-bg-color-reply": "#fbfdfc", + "main-bg-color-report": "#fbfdfc", "main-header-color-roles": "#ebebf0", "main-fg-color": "black", "column-left-fg-color": "#25408f", @@ -103,7 +103,7 @@ "title-color": "#2a2c37", "main-visited-color": "#25408f", "text-entry-foreground": "#111", - "text-entry-background": "#ff6600", + "text-entry-background": "#fbfdfc", "font-color-header": "black", "dropdown-fg-color": "#222", "dropdown-fg-color-hover": "#222", @@ -116,10 +116,10 @@ "day-number2": "#282c37", "place-color": "black", "event-color": "#282c37", - "today-foreground": "#ff6600", + "today-foreground": "#fbfdfc", "today-circle": "red", "event-background": "lightblue", - "event-foreground": "#ff6600", + "event-foreground": "#fbfdfc", "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black",