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

Unified UI colors across the app. #1293

Merged
merged 2 commits into from
Oct 20, 2019
Merged

Unified UI colors across the app. #1293

merged 2 commits into from
Oct 20, 2019

Conversation

rozPierog
Copy link
Contributor

I've made sidebar black instead of white and made app use dark android theme for consistency in Alert Dialogs etc. No more being blinded by UI elements at night
fixes #789
fixes #781
termux dark

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

You made drawer entirely black and your change is permanent which isn't good. There are people who don't like "completely black" interface (e.g. like me) or ones who use light console themes.

App behaviour is configured through properties (https://wiki.termux.com/wiki/Terminal_Settings) handled in https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/TermuxPreferences.java#L147. So it is possible to make UI black by introducing propertly like use-black-ui and setting it to true in config.

Current variant is not acceptable for merging.

@rozPierog
Copy link
Contributor Author

Thanks for response @xeffyr I've made some changes, please check if it's up to your standard now.

@fornwall fornwall merged commit 5ba3f7c into termux:master Oct 20, 2019
@fornwall
Copy link
Member

@rozPierog Nice work!

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