You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that parts of questions made by zinput can be unreadable when used with dark/light-themed terminal.
Sample program and its output:
const zinput = @import("zinput");
pub fn main() void {
_ = zinput.askBool("The question is unreadable on light theme, and the y/n prompt is unreadable on dark theme") catch return;
}
The text was updated successfully, but these errors were encountered:
I see that the library uses some hardcoded color values, would it be okay if it's changed into a more neutral combination?
If so then I'll prepare a PR for that.
I noticed that parts of questions made by zinput can be unreadable when used with dark/light-themed terminal.
Sample program and its output:
The text was updated successfully, but these errors were encountered: