One Dark Pro for Linux DO

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

คุณจะต้องติดตั้งส่วนขยาย เช่น 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         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;
}
}