mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #679] How to change style from washed-out colors #497
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#497
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 @vertsyeux on GitHub (Dec 18, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/679
I started learning Go a week ago as I wanted to write a little Samba configuration terminal utility. I came across the excellent tview library and have been using that. When I run my application in VS Code's terminal (either via go run or after building), the color scheme is sharp & vibrant with pitch black background, however, when I run in a terminal on my laptop or on a Raspberry Pi, the colors are washed-out with a grey background. I've managed to solve every other issue I encountered using Google and the Github tview Wiki, but haven't sussed this out. I suspect it comes down to what terminal is being emulated or theme selection. Any help would be greatly appreciated.. Thanks
@RasmusLindroth commented on GitHub (Jan 6, 2022):
It's probably because of different color schemes. How you fix it depends on what terminal emulator you're running.
I suggest searching the web for "
my-terminal-emulatorchange theme". Because it differs quite a bit. xterm and (u)rxvt uses~/.Xresources, alacritty~/.config/alacritty/alacritty.ymland other emulators some other file, so there's no direct answer for how you do it.@rivo commented on GitHub (Feb 15, 2022):
Feel free to reopen if this is still unresolved for you.