mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[PR #444] [MERGED] Fixed terminal colors #956
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#956
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/444
Author: @mjwhitta
Created: 5/11/2020
Status: ✅ Merged
Merged: 5/28/2020
Merged by: @rivo
Base:
master← Head:master📝 Commits (3)
1bab239Fixed terminal colors971141aFixed 8-bit background colors9fa0388Ran go fmt for consistency📊 Changes
1 file changed (+20 additions, -25 deletions)
View changed files
📝
ansi.go(+20 -25)📄 Description
I was noticing some very weird issues related to color. I tracked it down to this color slice. I grabbed the color names from tcell, so hopefully colors 000-015 are acceptable now.
It wasn't completely noticeable with the Tango colorscheme:
But was much more noticeable with the Solarized Dark colorscheme:
This should fix #445.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.