Greasy Fork

Greasy Fork 黑暗主题

变化 greasy/sleazy fork 明亮的主题到黑暗。

< 脚本Greasy Fork 黑暗主题的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2024-02-05

The previous update was 2 years ago and a bit buggy.

Text area is invisible.
Change line 763: background-color: rgb(19, 19, 19) !important;
Change line 764: border: 1px solid rgb(70, 70, 70) !important;

The scope of the selection is unclear. And stats page. Add this to "css" variable.
::selection {
color: rgb(229,218,123) !important;
background-color: rgb(60, 60, 60) !important;
}
canvas { background-color :#999; }

I want auto dark. Undark the site, if the OS is not dark.
Added to line 1364: css = "@media (prefers-color-scheme: dark) {" + css + "}";

Darken the orange a bit.
Change line 269: mainColor = 'rgb(180, 110, 0)';

发表回复

登录以发表回复。