From 0d6cf813a82c922f1c693e38bbd4b67e20f81640 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 21 Jan 2018 15:28:11 -0800 Subject: [PATCH] tweak gecko theme --- scss/themes/gecko.scss | 4 ++-- templates/2xx.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/themes/gecko.scss b/scss/themes/gecko.scss index ed7dfe34..69358c02 100644 --- a/scss/themes/gecko.scss +++ b/scss/themes/gecko.scss @@ -1,5 +1,5 @@ -$main-theme-color: #126c12; -$body-bg-color: lighten($main-theme-color, 70%); +$main-theme-color: #4ab92f; +$body-bg-color: lighten($main-theme-color, 45%); $anchor-color: $main-theme-color; $main-text-color: #333; $border-color: #dadada; diff --git a/templates/2xx.html b/templates/2xx.html index 843e28be..3d5aebe7 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -43,7 +43,7 @@ body.offline,body.theme-hotpants.offline,body.theme-majesty.offline,body.theme-o hotpants: "hotpink", oaken: "saddlebrown", majesty: "blueviolet", - gecko: "#126c12", + gecko: "#4ab92f", offline: "#999999" } if (localStorage.store_currentInstance && localStorage.store_instanceThemes) {