-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support translucency #589
Support translucency #589
Conversation
Merged via 7e8eeb0 |
请问这个有具体的设置教程么? ?? |
在 squirrel.custom.yaml 中添加:
並使用透明度高的背景色(如: |
back_color: 1AFFFFFF 一旦设置就是黑色的了, 真的是奇怪 |
這是我的: "preset_color_schemes/flat-light":
name: 扁平明/Flat Light
color_space: display_p3
translucency: true
back_color: 0x1AFFFFFF
candidate_text_color: 0xB3000000
comment_text_color: 0x80333333
label_color: 0xBB333333
hilited_candidate_back_color: 0x4DFFFFFF
hilited_candidate_text_color: 0x000000
hilited_comment_text_color: 0xBF333333
hilited_candidate_label_color: 0x000000
preedit_back_color: 0x1A000000
text_color: 0xBF323232
hilited_back_color: 0x0D000000
hilited_text_color: 0xBF1A1A1A
"preset_color_schemes/flat-dark":
name: 扁平闇/Flat Dark
color_space: display_p3
translucency: true
back_color: 0x1A000000
candidate_text_color: 0xB3FFFFFF
comment_text_color: 0x80CCCCCC
label_color: 0xBBCCCCCC
hilited_candidate_back_color: 0x4D000000
hilited_candidate_text_color: 0xFFFFFF
hilited_comment_text_color: 0xBFCCCCCC
hilited_candidate_label_color: 0xFFFFFF
preedit_back_color: 0x1AFFFFFF
text_color: 0xBFE5E5E5
hilited_back_color: 0x0D000000
hilited_text_color: 0xBFFFFFFF |
我在用的,大概有一半透明,去掉了第一个字的背景色和高亮。
|
@Ripp1e 您用出來的是「透明感」還是「磨砂感」呢?如果看得到背景的細節,那就似乎不是 tranlucency…… 我現在還沒試出來,0.16.2 |
喔我知道了,要磨砂效果時,透明度要非常高。像非磨砂的時候可能 opacity 用 0.7 就蠻夠了, |
|
@Ripp1e 有了,我看您這樣應該是有磨砂感了,因為背後的紅、綠、洋紅有透出來,但卻是一種 blended 的感覺。 我剛弄了 |
我是实现这个毛玻璃效果了, 确实要关闭transl...
|
哦, 然来是透明度哈,够用了, 这个新的参数,我感觉鸡肋着,完全用不到! |
就是遮光戴blur 效果~ |
我很肯定 @LEOYoon-Tsaw 開發這個 translucency 毛玻璃效果的貢獻 我發現為了讓它更通透,這樣面板彩度基本上就降低了,不是白毛玻璃就是黑毛玻璃,但好處是背景其他視窗或圖案的任何色彩都能渲染開來,很特別(這本來就是 macOS 的一個 feature),所以目前我是有使用的。 但有人可能還是比較喜歡自己原本設定的面板顏色,只要加上半透明 transparent 而已。 青菜蘿蔔各有所好,再次感謝 @LEOYoon-Tsaw |
@LEOYoon-Tsaw 当讲不当讲,实际上我觉得这次的translucency不够友好。这个词就是透明度的意思,但又和毛玻璃产生关系!很混淆~ 哈哈哈 |
Definitions of translucency. the quality of allowing light to pass diffusely 這個詞就是這個意思,在macOS、windows 11中也都是這麼用的。 你不喜歡可以不用/做你自己喜歡的。我這個用的是系統的API,和系統其他地方的translucency完全一致(如菜單、預覽、spotlight等)。並不覺得模糊大小等有什麼問題。 |
deeply sorry |
当然,我还是觉得blur 大小很有问题~ 两个参数混一起也有问题~ peace |
你覺得就你覺得吧,不用就是了 |
我偏要用,⚔️着呢~ 菜且爱说,不犯法 |
不是有alpha参数吗? |
translucency ≠ transparency |
User can add "style/translucency: true" to enable translucent background. Paired with transparent background color, the effect is as shown here: