One Dark Pro for Linux DO

为 Linux DO 添加 One Dark Pro 配色。基于 One Dark Pro Darker 主题。

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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

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

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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         One Dark Pro for Linux DO
@namespace    https://codezhangborui.com
@author       CodeZhangBorui
@description  为 Linux DO 添加 One Dark Pro 配色。基于 One Dark Pro Darker 主题。
@version      20241125.1.1
@license      MIT
==/UserStyle== */

@-moz-document domain("linux.do") {
:root {
    --scheme-type: dark;
    --primary: #9da5b4;
    --secondary: #23272e;
    --header_background: #1e2227;
    --header_primary: #999eac;
    --d-sidebar-highlight-background: #323842;
    --d-sidebar-highlight-color: #c9cbd2;
    --tertiary-low: #1e3a46;
    
    --primary-very-low: #1e2227;
    --primary-low: #1e2227;
    --primary-low-mid: #7a7a8a;
    --primary-medium: #9090a0;
    --primary-high: #a6a6b6;
    --primary-very-high: #c7c7d7;
}
}