mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #182] Very bright colors #143
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rakanalh on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/182
Hello,
I read in
styles.gothat the default background was black... but when running the presentation code, i was faced with a very bright color that makes the text unreadable. My terminal's theme is dark by default so i am not totally sure if this is caused by my zsh configs or if the library has a bug somewhere.Please advise.
@rivo commented on GitHub (Nov 10, 2018):
To be honest, I don't know how the colours interact with any terminal themes or shell configs. I'm using the colours as provided by
tcell. If shells or terminals modify those colours and how they do that may be a question that thetcellmaintainer can answer for you.@rakanalh commented on GitHub (Nov 10, 2018):
When executing
TERM=xterm-truecolor ./presentation, colors are much better. So i guess it might be related to my TERM setting beingterm-256color