martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
843 stars 108 forks source link

A lot of strange problems with colors #112

Closed elkowar closed 4 years ago

elkowar commented 4 years ago

There seem to be a lot of very strange issues regarding color display for me. I've tried both: setting $TERM to xterm-256color, dvtm-256color in alacritty , and to xterm-termite in termite. I installed the terminfo file. Chaning these variables changed nothing.

how things are supposed to look

-> Alacritty using neovim, with termguicolors enabled. Note the colorful prompt in fish screenshot_1592391274

How it looks in dvtm with alacritty

Prompt

screenshot_1592391302

neovim, with termguicolors enabled

screenshot_1592391313

neovim, with termguicolors disabled

screenshot_1592391329

output of LSD

screenshot_1592391396

How it looks in dvtm with termite

prompt

screenshot_1592391353

neovim, with termguicolors enabled

screenshot_1592391759

neovim, with termguicolors disabled

screenshot_1592391362

output of LSD in termite

screenshot_1592391380

Notes

I hope these examples can help you find the issues, because this is sadly making dvtm unusable for me currently, as i want to stick with alacritty.

elkowar commented 4 years ago

everything fish prints seems to be consistently broken, no matter the terminal. the syntax highlighting from fish is completely missing, and as shown, the prompt is very colorless too.

elkowar commented 4 years ago

Closed, because this seems to be a direct consequence of the missing truecolor support. Fish (at least my prompt) is using true colors, so that's why it doesn't look normal.