Greasy Fork is available in English.

Classic Green

Do you think the green theme is too bright, or even feel nauseous even when using DeviantArt in green mode?

Stan na 29-05-2020. Zobacz najnowsza wersja.

/* ==UserStyle==
@name         Classic Green
@version      1.0.1
@description  Do you think the green theme is too bright, or even feel nauseous even when using DeviantArt in green mode?
This 'style might just help ya.

It changes the colors to those of Classic DeviantArt, and has helped ... well, only one person so far. ;P But that's because I'm just now releasing it.

I hope it helps you, too.

(Feel free to use, edit, whatever.)
@author       Daemon-Illusionum (https://www.deviantart.com/daemon-illusionum)
@namespace https://openusercss.org/theme/5ea8833e3b032e0c00658bc3
==/UserStyle== */

@-moz-document domain("deviantart.com") {
.light-green {
    --L1: #ccd9c8;
    --L1-RGB: 204,217,200;
    --L21: #ccd9c8;
    --L21-RGB: 204,217,200;
    --L23: #ccd9c8;
    --L23-RGB: 204,217,200;
    --L19: #ccd9c8;
    --L19-RGB: 204,217,200;
    --L2: #dae5d6;
    --L2-RGB: 218,229,214;
}
}