Skip to content
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

I think the Generated Accent Colours are coming out the wrong way around #43

Open
danwalmsley opened this issue May 28, 2020 · 1 comment
Assignees

Comments

@danwalmsley
Copy link

So if you use:
#7f7f7f as your accent colour...

it generates:

          <Color x:Key="SystemAccentColorDark1">#FF8F8F8F</Color>
                    <Color x:Key="SystemAccentColorDark2">#FF9F9F9F</Color>
                    <Color x:Key="SystemAccentColorDark3">#FFB0B0B0</Color>
                    <Color x:Key="SystemAccentColorLight1">#FF6E6E6E</Color>
                    <Color x:Key="SystemAccentColorLight2">#FF5D5D5D</Color>
                    <Color x:Key="SystemAccentColorLight3">#FF4B4B4B</Color>

If I am not mistakend. the light colors are getting darker, and the dark colors are getting lighter?

And it should be the other way around?

@kikisaints kikisaints self-assigned this Jun 4, 2020
@jolleekin
Copy link

I assume the order is reversed for the dark theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants