Gavin Luo

Results 49 comments of Gavin Luo

目前可行的方案的确都比较 hack,另外一个类似的插件 https://github.com/avanisubbiah/material-you-theme 也应该是这样做的,区别在于主题和样式都是自动生成的。上游能提供 API 的可能性感觉非常小,也许可以 fork [demiskp/custom-accent-colors](https://github.com/demiskp/custom-accent-colors),创建一个新的插件,提供通过 shell 修改 accent color 的能力,然后在 shuzhi 的文本命令脚本中处理自动切换

> 1.部分颜色(如深灰)不适合作为 Accent Color > 2. 如何从多种颜色(如 Blobs)中决出 Accent Color 从给定的单个颜色或者图片中提取色板,并获取符合对比度的方法也许可以参考 https://github.com/material-foundation/material-color-utilities

@casualmatt I have implemented a version myself, you can use it as a reference ```ts import type { ImageModifiers } from '@nuxt/image' import { joinURL } from 'ufo' import {...

@nakulj Can we merge this PR now?

gnome 使用 AppIndicator and KStatusNotiferItem support 托盘插件也是有时候用的了右键,有时候又不行,不知道为什么 相关问题:https://github.com/Snipaste/feedback/issues/2843

> 想问下首选项怎么打开的?我这没有图标显示啊? @aa524801049 托盘图标的右键菜单中可以打开

> The fgcolor /bgcolor is static in the same style (light/dark). Would introducing light/dark text like horizontal/vertical text cover this? I just want: - Accent color from GNOME accent color...

> IIUC, does `SZ_FGCOLOR` refer to the current accent color instead of the regular text color (black in the screenshot)? Yes, although the name `SZ_FGCOLOR` is easily misleading

I also have the same problem, it seems to be that the `nuxt-img` component in SSR mode will not emit `onload` when the page first load. ref: #682