Introduce new colours and fix up buttons. #240
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Minor Changes
SukiPrimaryDarkColor
andSukiAccentDarkColor
which is currently pre-calculated inSukiColorTheme
using a scalar to be 50% "darker".Opacity
was undesirable as making buttons partially transparent looked odd in many cases.SukiSideMenu
in the demo app to have visible pointerover interaction.ToolTip.ShowDelay
to0
on this temporarily as a means of keeping an eye on a bug in Avalonia which causes tooltips to flicker in some cases.Outstanding Issues
CanResize
bug still plagues us but seems to be an Avalonia issue.ToolTip.Tip
bug is in a similar spot.Dark
variants of colours instead of numberedOpacity
variants to prevent transparency being introduced where it shouldn't.