8000 fix: scribe button theme color by DeleMike · Pull Request #419 · scribe-org/Scribe-Android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: scribe button theme color #419

8000
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DeleMike
Copy link
Collaborator

Contributor checklist


Description

This PR is to fix scribe action button theme color to priortise app's theme mode over system mode.

Video demo below

Screenrecorder-2025-05-31-15-24-51-84.mp4

see screenshot to verify
Scribe btn theme when keyboard is in dark mode
screenshot 2025-05-31 at 15 34 44

Scribe btn theme when keyboard is in light mode
Screenshot 2025-05-31 at 15 35 58

Also, please describe shortly how you tested that your change actually works.

Related issue

Copy link

Thank you for the pull request! ❤️

The Scribe-Android team will do our best to address your contribution as soon as we can. If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider attending our bi-weekly Saturday dev syncs. It'd be great to meet you 😊

Copy link
github-actions bot commented May 31, 2025

Maintainer Checklist

The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

  • The linting and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

@DeleMike
Copy link
Collaborator Author

Hi @andrewtavis @angrezichatterbox this is the fix for #360 , what do you think?

@andrewtavis
Copy link
Member

Thanks for the great efforts here, @DeleMike! One thing I'm seeing is that we need to consider this for the other Scribe blue keys on the keyboard. This is what we have for dark mode for the device and light mode for the keyboard, where we can see that the command button colors aren't correct either. Specifically we also need to make sure that the enter button when the keyboard is in command mode is also the correct color - so when we press the Scribe key and then select a command, the enter key changes color to Scribe blue and has a play icon on it. This blue should match the Scribe key. Note that I haven't tested this explicitly, but we should check to make sure that it works 😊

Screenshot_20250531_222614

@DeleMike
Copy link
Collaborator Author
DeleMike commented Jun 4, 2025

Thanks @andrewtavis , I understand some things.

A few questions:

  • We need to update the other scribe blue keys to match the main Scribe action button, yes?
  • when we press the scribe blue button, the keyboard enters command mode, right?
  • then when we select, for example, "plural" in command mode, we should change the enter button icon to a "play" icon and also its color, right?
  • finally, I will also look out if there are anything that needs improvement in the keyboard and also suggest it.

this is what we want now, right?


the scribe action buttons

Screenshot 2025-06-04 at 07 08 04

The enter key color
Screenshot 2025-06-04 at 07 08 13

This is the Figma design for the keyboard when in light mode.

Screenshot 2025-06-04 at 07 12 16

@andrewtavis
Copy link
Member

Hey @DeleMike 👋 Answers to your questions 😊

We need to update the other scribe blue keys to match the main Scribe action button, yes?

Yes, the Scribe Key, all command keys (translate, conjugate and plural) and enter while in command mode should all be the same color blue for light and dark mode, and this color should be first controlled by the app color and second controlled by the system color.

When we press the scribe blue button, the keyboard enters command mode, right?

Exactly :) I'll type out some vocabulary: The Top left button is the Scribe key, and pressing that enters command mode where the buttons for the commands are shown. When pressing any command button we see the command bar and the enter key changes color to indicate that the command can be executed.

Then when we select, for example, "plural" in command mode, we should change the enter button icon to a "play" icon and also its color, right?

Exactly. This color change is already being done, but we need to make sure that the color of Scribe blue is consistent with the Scribe key and command keys. Note that we don't want the enter key to always be Scribe blue. We only want this change to happen when a command has been selected in command mode :)

Finally, I will also look out if there are anything that needs improvement in the keyboard and also suggest it.

Thank you so much! 😊

@DeleMike
Copy link
Collaborator Author
DeleMike commented Jun 6, 2025

Thanks! looking into it!

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.

Make sure that light and dark mode colors are being used throughout the app
2 participants
0