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

Add app-wide themes #2258

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft

Add app-wide themes #2258

wants to merge 21 commits into from

Conversation

ELY3M
Copy link

@ELY3M ELY3M commented Apr 3, 2024

ignore my commit for workflow part. I was trying to get my workflow to work and publish apk to my repo.

This is start of theme system / chooser for markor.
I know I need to add more themes to match to the ones in the notepad part.
I think people should be able to change accents / icons colors and other colors esp on the main app.

setTheme(R.style.AppTheme_Unified);
}

if (_appSettings.getAppAccentName().contains("black_white")) {
Copy link
Owner

Choose a reason for hiding this comment

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

When it's done this way, next time people will complain that they can't customize colors. While it's more possibilities, it's still limited to a small amount of hardcoded colors this way.

@@ -13,7 +13,7 @@

name: "CI"

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch, workflow_call]
Copy link
Owner

Choose a reason for hiding this comment

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

please revert changes to the workflow files. You can of course keep whatever personal you do....in your own branches.

@gsantner gsantner changed the title added theme system for main markor Add app-wide themes Apr 20, 2024
@gsantner gsantner marked this pull request as draft May 12, 2024 05:38
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.

None yet

2 participants