问题标签 [google-chrome-theme]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
15 浏览

google-chrome-theme - 有没有办法为操作系统中的明暗模式指定不同的 Chrome 主题颜色?

有没有办法为操作系统中的明暗模式指定不同的 Chrome 主题颜色?

换句话说,是否可以让 Chrome 在 Windows“默认应用程序模式”为浅色时使用主题的浅色,而在模式为深色时使用深色?我知道 Chrome 默认会这样做,但是我想自定义这些颜色。

谢谢!

0 投票
0 回答
40 浏览

google-chrome-extension - 在扩展程序中检测 Chrome 的暗模式

我有一个扩展程序,我想在 Chrome 中检测暗模式。

toggleIcon.js我尝试通过此代码检测主题:

background.js我尝试使用以下代码获取请求:

但即使在使用chrome 的Bits + Pieces主题时,我总是会获得灯光模式。我该如何解决我的问题?