Skip to content

Changing the makefile for a better definition of the prefix, added 2 new color definitions for theme using 2 colors for colums, which collided with the help file #934

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 2 commits into
base: main
Choose a base branch
from

Conversation

rako233
Copy link

@rako233 rako233 commented Jan 11, 2025

I made a theme with a color for odd and even columns, which demanded the use of NONE_COLOR for DEFAULT. But this made it impossible to get a good color definition for help, since help is using DEFAULT. Instead of changing the drawing order, I added 2 color definitions HELP_TEXT and HELP_KEYDEF to the code, which makes more sense to have full control. The file doc was updated as well.

To avoid a change of prefix in the Makefile is changing the repo, I changed the Makefile so that an optional file local.mk is included to define the prefix. The file local.mk is ignored by git.

I added a color for the help text, because the default caused with a
dual color col config issues.
The makefile can now include an optional file local.mk to define the
prefix which is ignored by git. The help was updated with the new color
definitions.
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.

1 participant