Classic Green

If you prefer the darker greens of the old DevinatArt.

/* ==UserStyle==
@name         Classic Green
@version      2.0
@description  If you prefer the darker greens of the old DevinatArt.

@author       Valognir (https://www.deviantart.com/valognir)
@namespace    https://greasyfork.org/en/scripts/404191-classic-green
==/UserStyle== */

@-moz-document domain("deviantart.com") {
.light-green {    
    --khaki1: #DEE6DB;
    --khaki2: #D4DFD0;
    --khaki8: #475C4D;
    --khaki9: #3D4F42;
    --khaki1-rgb: 222, 230, 219;
    --khaki2-rgb: 212, 223, 208;
    --khaki8-rgb: 71, 92, 77;
    --khaki9-rgb: 61, 79, 66;
    }
}