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

Improvement : allow colors of the grid lines to be configured in .keynavrc #80

Open
mm40 opened this issue Apr 18, 2024 · 0 comments
Open

Comments

@mm40
Copy link

mm40 commented Apr 18, 2024

If a user doesn't want black inner line and white outer line, he should be able to configure the colors in the .keynavrc.

For instance:
Add the following to .keynavrc to set the grid's colors:

# Colors of the grid in the following format:
# outerRed, outerGreen, outerBlue, innerRed, innerGreen, innerBlue
colors 255, 255, 255, 50, 0, 0

I've implemented this here -> 31aa431

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

No branches or pull requests

1 participant