From 08eb9c4b39e010683659c022e0953533d6b95351 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 27 Feb 2021 18:47:39 +0000 Subject: [PATCH] Hacker colors --- theme/hacker/theme.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 910dfc77c..7c2b120dd 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -18,14 +18,14 @@ "main-bg-color-reply": "#030202", "main-bg-color-report": "#050202", "main-header-color-roles": "#1f192d", - "cw-color": "#50a746", - "main-fg-color": "#50a746", - "login-fg-color": "#50a746", - "welcome-fg-color": "#50a746", - "options-fg-color": "#50a746", - "column-left-fg-color": "#50a746", + "cw-color": "#9ad791", + "main-fg-color": "#9ad791", + "login-fg-color": "#9ad791", + "welcome-fg-color": "#9ad791", + "options-fg-color": "#9ad791", + "column-left-fg-color": "#9ad791", "border-color": "#035103", - "main-link-color": "#2fff2f", + "main-link-color": "#9ad791", "main-link-color-hover": "#afff2f", "options-main-link-color": "#2fff2f", "options-main-link-color-hover": "#afff2f", @@ -34,14 +34,14 @@ "options-main-visited-color": "#3c8234", "button-selected": "#063200", "button-background-hover": "#a62200", - "button-text-hover": "#50a746", + "button-text-hover": "#9ad791", "publish-button-background": "#062200", "button-background": "#062200", "button-small-background": "#062200", - "button-text": "#50a746", - "button-selected-text": "#50a746", - "publish-button-text": "#50a746", - "button-small-text": "#50a746", + "button-text": "#9ad791", + "button-selected-text": "#9ad791", + "publish-button-text": "#9ad791", + "button-small-text": "#9ad791", "button-corner-radius": "4px", "timeline-border-radius": "4px", "header-font": "'Bedstead'", @@ -59,8 +59,8 @@ "title-text": "black", "title-background": "darkgreen", "gallery-text-color": "green", - "time-color": "#50a746", - "place-color": "#50a746", - "event-color": "#50a746", + "time-color": "#9ad791", + "place-color": "#9ad791", + "event-color": "#9ad791", "image-corners": "0%" }