mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 20:17:31 +08:00
Adjust text and shadow colors in tray speed rate display with colorful
icon
This commit is contained in:
parent
2ad20ed239
commit
196b887381
@ -128,11 +128,15 @@ impl SpeedRate {
|
|||||||
// 选择文本颜色
|
// 选择文本颜色
|
||||||
let (text_color, shadow_color) = if is_colorful {
|
let (text_color, shadow_color) = if is_colorful {
|
||||||
(
|
(
|
||||||
// Rgba([0u8, 0u8, 0u8, 255u8]),
|
Rgba([144u8, 144u8, 144u8, 255u8]),
|
||||||
// Rgba([255u8, 255u8, 255u8, 128u8]),
|
// Rgba([255u8, 255u8, 255u8, 128u8]),
|
||||||
Rgba([255u8, 255u8, 255u8, 255u8]),
|
Rgba([0u8, 0u8, 0u8, 128u8]),
|
||||||
Rgba([0u8, 0u8, 0u8, 08u8]),
|
|
||||||
)
|
)
|
||||||
|
// (
|
||||||
|
// Rgba([160u8, 160u8, 160u8, 255u8]),
|
||||||
|
// // Rgba([255u8, 255u8, 255u8, 128u8]),
|
||||||
|
// Rgba([0u8, 0u8, 0u8, 255u8]),
|
||||||
|
// )
|
||||||
} else {
|
} else {
|
||||||
(
|
(
|
||||||
Rgba([255u8, 255u8, 255u8, 255u8]),
|
Rgba([255u8, 255u8, 255u8, 255u8]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user