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

37m is hard to read on light terminal background #83

Open
AcarBurak opened this issue Jul 31, 2022 · 1 comment
Open

37m is hard to read on light terminal background #83

AcarBurak opened this issue Jul 31, 2022 · 1 comment

Comments

@AcarBurak
Copy link

static const char ESC_LIGHT_GRAY[] = "\033[0;37m";

The yellow text in the screenshot is my Xresources:white (37m) color and the white text is my Xresources:brightwhite color. For instance the line That jacket's too small for you. in the screenshot is coded (in one of the ".dict" files) like that: <ex> That jacket&apos;s too small <b>for</b> you. </ex> So colors are broken too. Perhaps it would be safer to just make such parts italic instead of colourized.

A minor glitch in an otherwise very functional utility. I'm grateful for your work.

37m

@AcarBurak
Copy link
Author

I've solved it for myself with seding <ex> with \s<i> and </ex> with \s</i> in the .dict files.

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