MSzturc / ThinkpadAssistant

An Assistant Application that allows you to use all your Function Keys on a T-Series Thinkpad Laptop
120 stars 13 forks source link

Popup window's style is slightly different with the system's original ones. #3

Closed hexart closed 4 years ago

hexart commented 4 years ago

diff

Can you tell the slightly difference between its content color and background color? In light mode, the content color should be pure black, and the background color should be more transparent/blur and brighter; In dark mode, the content color should be more white(but not pure white, maybe around 245-250 or so), and the background color should be more transparent/blur and darker. Will you please try to make the looks like a native ones?

hexart commented 4 years ago

ui_element_colors I reviewed your source code (HUD.swift & ProgressHUD.swift)and did some research, find that the color you're using is apple's standard colors. But I don't get what's the visual effect of each color in its documentations, wish you can try to find a better color configurations.

MSzturc commented 4 years ago

Yeah, I fiddled for 2 whole days to get the layout as near as the original one. It seams that apple doesn't follow their own style guide for HUD.

hexart commented 4 years ago

Yeah, I fiddled for 2 whole days to get the layout as near as the original one. It seams that apple doesn't follow their own style guide for HUD.

WOW, it's quite a challenge. Good work!

MSzturc commented 4 years ago

I've got the HUD Layout almost as same as the Apple ones ;-)

ThinkpadAssistant.zip

hexart commented 4 years ago

IMG_9005 Hi, I have to say it's much better than before, just the transparency is a little bit less than the native one. Hud in light mode is perfect, I can't see any difference with bare eyes.

hexart commented 4 years ago

Another suggestion that you can add an "About TA" menu item, thus we can know current version of this application. And you can also add some copyright info on it.

MSzturc commented 4 years ago

Released today v1.5.0. This Version contains an about dialog.

hexart commented 4 years ago

Released today v1.5.0. This Version contains an about dialog.

ThinkpadAssistant.zip

151

Update Chinese Translation.

MSzturc commented 4 years ago

Perfect! Added to Codebase