-
Notifications
You must be signed in to change notification settings - Fork 689
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
Finalize v2 Default Visual Style #3493
Comments
Good goals. I'll more specifically sit down to think about the specifics of this issue and chime in with suggestions after some of my pipeline clears. |
The reason why I prefer only the button shadow is hidden when pressed is because the original location of the button pressed is the same as the button released. |
I think we have these choices when there's a shadow on a button:
The current design (as of #3750) is 3 above: If I understand you correctly you are saying you prefer 2. In
it was discussed and suggested that another system did 3 instead of 4, which was how I originally had it. I felt 3 was best because with 4 the button moved way too much. 3 has nice motion but is sublte. What do others think? |
Everyone note that in #3751 I've
FWIW, the other two themes are specified by UI Catalog as a way of testing that app-level themes work. |
I vote for 2. In the reality what happens is when the button isn't pressed it's away from the surface but in the same position with a light over him at some angle. When is pressed it's stuck to the surface eliminating the shadow. |
I'd like apps built with V2 to be visually distinct from v1. Right now, there are some subtle differences. I'd like this Issue to drive discussion on what we want the default look & feel to be.
Here's my current vision:
Colors
So-far:
What's needed:
I really hope we can figure out these issues for V2 beta. They will be "Right" and will drive obvious visual distinction:
ColorSchemes
refactor - Should honor terminal color settings etc... #2381We will then need to pick great default colorschemes.
View Adornments
So-far:
What's needed:
Window
,FrameView
,MessageBox
,Dialog
, etc...Border
#2814Styling
What's needed
Shadow
Button.ShadowStyle = ShadowStyle.Opaque
should be default.ShadowStyle.Transparent
MessageBox
,Dialog
, andWizard
Center
MessageBox
should beCenter
Dialog
should beEnd
Wizard
should beEnd | IgnoreFirst
Menu
border or no-border?Views
So-Far
What are other's thoughts?
The text was updated successfully, but these errors were encountered: