One Dark Pro for Linux DO

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

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

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.

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

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