Neuroplexus自定义主题色 Userscript 中发帖

// ==UserScript==
// @name Theme Color Setting for LINUX DO
// @namespace Neuroplexus
// @version 0.1
// @description 自定义主题色设置
// @author Neuroplexus
// @match *://linux.do/*
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==

(function() {
'use strict';

// 默认主题色配置
const defaultTheme = {
schem...