regolith-linux / regolith-st

Suckless simple terminal (st) for Regolith Linux
6 stars 2 forks source link

More Color Issues #12

Closed SoarinFerret closed 4 years ago

SoarinFerret commented 4 years ago

I have seen #1 , but this seems to effect more than just neovim - htop and powershell core are also affected. I technically have a fix for PowerShell Core, but I didn't know if this means I'm going to run into more applications with this issue or not.

htop

Easiest way to show this is with htop. The following screenshot shows Gnome Terminal on top of st:

image

Notice how in gnome terminal you can see percentages, and the root user is visible for PID 2282. In st, those are not visible.

PowerShell Core

Here is an example with PowerShell Core. I ran the command "Get-Uptime -Since", however, you can't see the "-Since" parameter. I then update PSReadline to use gray as the color for parameters, and you can see the "-Since" parameter:

image

The PowerShell issue is not as big of a deal, mainly because I can add the PSReadline update to my profile.

However I'm not sure if this issue is going to become more obvious with other applications - it seems that specific color is not showing up on st and multiple applications appear to be using it.

kgilmer commented 4 years ago

HI @SoarinFerret , thank you for the detailed report. I've been heads down on a big release and have not had time to look into this. In the short term, you may have a better experience with another terminal app. You can see here for details of how to update Regolith for a different one: https://github.com/regolith-linux/regolith-desktop/wiki/HowTo:-Change-the-default-terminal-from-st-to-gnome-terminal

SoarinFerret commented 4 years ago

This has been fixed by updating to the latest release of Regolith - thanks!