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

More components coloring options #10

Merged
merged 2 commits into from
Apr 10, 2019

Conversation

ybentz
Copy link
Contributor

@ybentz ybentz commented Apr 10, 2019

This PR (closes #9) adds the ability to change the color of both the activity and status bar.
It uses the same single color that's being set in the extensions' settings.

I didn't add the ability to change the sidebar color because it's a bit more complexed of a component than the rest, having selected states for some nested items (e.g. headers and current selected file in the explorer) and multiple font colors so it doesn't look as nice when only changing 1 color.

I also made a minor code style refactor in changeColors.ts - destructuring the settings object since it became pretty long, I added it in a separate commit so it's easier to review and in case you prefer to revert that change.

One more necessary change that's not currently included in the PR but I can add if you want is the relevant changes to the readme, I wasn't sure if you want to handle that or not.

@oreporan
Copy link
Owner

Looks good

One more necessary change that's not currently included in the PR but I can add if you want is the
relevant changes to the readme, I wasn't sure if you want to handle that or not.

I'll handle the README

@oreporan oreporan merged commit 22e96e7 into oreporan:master Apr 10, 2019
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.

Feature request: Allow activity bar color change
2 participants