Skip to content

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

@mm40

Description

@mm40

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions