mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
[tfman] use NCALPHA_HIGHCONTRAST for main text #2480
This commit is contained in:
parent
9c3adaaea3
commit
c95f1c4ac2
@ -367,6 +367,7 @@ draw_domnode(struct ncplane* p, const pagedom* dom, const pagenode* n,
|
||||
}else{
|
||||
ncplane_puttext(p, -1, NCALIGN_LEFT, "\n\n", &b);
|
||||
}
|
||||
ncplane_set_fg_alpha(p, NCALPHA_HIGHCONTRAST);
|
||||
putpara(p, n->text);
|
||||
}
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user