Skip to content

Color Variables Cleanup#806

Merged
RobbieTheWagner merged 5 commits intoemberjs:masterfrom
nummi:color-cleanup
May 28, 2018
Merged

Color Variables Cleanup#806
RobbieTheWagner merged 5 commits intoemberjs:masterfrom
nummi:color-cleanup

Conversation

@nummi
Copy link
Copy Markdown
Contributor

@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
Comment thread app/styles/colors.scss
--base13: #404040;
--base14: #333333;
--base15: #222222;

Copy link
Copy Markdown
Contributor 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
Copy Markdown
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