diff --git a/scss/themes/gecko.scss b/scss/themes/gecko.scss index ed7dfe3..69358c0 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 843e28b..3d5aebe 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) {