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

Color Variables Cleanup #806

Merged
merged 5 commits into from
May 28, 2018
Merged

Conversation

nummi
Copy link
Collaborator

@nummi nummi commented May 24, 2018

If I did my job correctly you won't really see any visual changes.

  • Removed unused colors
  • Similar colors were consolidated
  • Unnecessary unique colors were removed (example:
    "Ember application not detected" screen had its own shade of gray and red)
  • Base colors were ordered by shade
  • Renamed base and special colors to be in sequence

I checked for errors as I made changes and for the final check I loaded the same screen in the dev and prod version of the inspector and switched between tabs watching for glaring differences.

tabs

screen shot 2018-05-24 at 10 26 24 am

screen shot 2018-05-24 at 10 24 49 am

nummi added 5 commits May 23, 2018 19:36
- remove unused colors
- remove colors that are similar to others
- remove unused colors
- remove colors that are similar to others
--base13: #404040;
--base14: #333333;
--base15: #222222;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shades of gray cut in half and I can't see any difference. Waaaat.

Copy link
Member

@RobbieTheWagner RobbieTheWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This should be a lot easier to maintain, with less colors. I do see very slight changes, but I think it looks close enough 👍

@RobbieTheWagner RobbieTheWagner merged commit 3dbd629 into emberjs:master May 28, 2018
cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this pull request Mar 30, 2022
* Base color cleanup

- remove unused colors
- remove colors that are similar to others

* Special color cleanup

- remove unused colors
- remove colors that are similar to others

* Rename special colors

* Source reorder base colors by shade

* Rename base colors
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

Successfully merging this pull request may close these issues.

2 participants