[Github-comments] [geany/geany] Terminal color scheme not possible (#2180)

elextr notifications at xxxxx
Mon Jun 15 06:50:36 UTC 2020


Do not confuse a terminal widget which is embeddable into another application like Geany, and a terminal application like xterm, xfce4-terminal etc which are separate standalone apps. 

The preferences->tools->terminal setting sets which of these external applications to execute commands in when they are set to _not_ run in the embedded terminal widget (or always on windows where that widget is not available).  The setting has nothing to do with the embedded terminal widget itself.

Nothing that styles any terminal application will have any effect on a widget inside Geany, they are separate applications.  The terminal widget does not [document](https://developer.gnome.org/vte/unstable/VteTerminal.html) any means of setting its colours via usual methods such as GTK style CSS AFAICT, so I believe it would not be possible to change the colours without code.  

It would require somebody to write the code to read appropriate colour palette settings from the GTK style and pass them on to the terminal widget.  


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2180#issuecomment-643938372
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200614/19296abb/attachment.htm>


More information about the Github-comments mailing list