Replies: 2 comments
-
Hi @Roopesh2 - thanks for reporting an issue. I will try to look into this to see whether it's something nchat can easily support, or whether I'll need to leave it out-of-scope. For time being the workarounds would be to use themes that use standard palette (i.e. not RGB 0x112233 values), or use another terminal. Based on some quick googling I believe this other issue describes the problem with using custom palette in ncurses apps in Konsole. |
Beta Was this translation helpful? Give feedback.
-
I have done some research on this, and it seems it's not trivial to support this. I will leave it out of scope for now and convert this issue to a feature request. Maybe some other developer with experience in this area like to contribute. |
Beta Was this translation helpful? Give feedback.
-
Description:
When using other color schemes, except
basic-color
, the terminal shows a blue backgroundHow to reproduce it:
nchat --setup
cp $(dirname $(which nchat))/../share/nchat/themes/dracula/* ~/.nchat/
nchat
with and withoutTERM=xterm-256color
(though this seems to have no effect)Screenshots:
basic-color
works wellbut
dracula
doesn't work as expectedEnvironment:
Beta Was this translation helpful? Give feedback.
All reactions