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

Missing highlight coloring #16

Open
mainlyetcetera opened this issue May 6, 2022 · 4 comments
Open

Missing highlight coloring #16

mainlyetcetera opened this issue May 6, 2022 · 4 comments

Comments

@mainlyetcetera
Copy link

mainlyetcetera commented May 6, 2022

no_color.mov

Hey all! Having an interesting issue. My highlight color doesn't seem to be appearing. I'm including a quick screen capture. Right now, there is no color change to indicate which card is in my focus.

Where can I go to get any useful log output to help with this, and/or does anyone have any ideas? Thanks!

Using MacOS Monterey 12.2.1

I know, I know, I should just use Linux... But my work wants to be a full Mac shop, and this is my work machine. :(

@PlankCipher @mdartmann

@PlankCipher
Copy link
Owner

This has been reported before and isn't related to your OS. Check #9 out. TL;DR: it will be fixed in the next release where you will be able to change colors (and other stuff) from a config file.

@mainlyetcetera
Copy link
Author

@PlankCipher Thanks for the clarification. I'll remember to check closed issues next time. Looking forward to the release!

@PlankCipher
Copy link
Owner

Reopening this until implemented/fixed.

@PlankCipher PlankCipher reopened this Jan 20, 2023
@mike-ap-tc
Copy link

Before building, change this line:
https://github.com/PlankCipher/kabmat/blob/master/src/main.cpp#L29

from this
init_pair(COLOR_PAIR_BORDER, COLOR_WHITE, -1);

to this
init_pair(COLOR_PAIR_BORDER, COLOR_BLUE, -1);

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

3 participants