Classic Green

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

ของเมื่อวันที่ 29-05-2020 ดู เวอร์ชันล่าสุด

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==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;
}
}