How to change terminal color and icon
-
wrote on 24 Oct 2023, 22:24 last edited by
Need to change terminal called Qt Creator to make my program more visible
-
-
Need to change terminal called Qt Creator to make my program more visible
@JacobNovitsky Simply configure the terminal started by QtCreator once. How to do that depends on terminal used.
-
@JacobNovitsky Simply configure the terminal started by QtCreator once. How to do that depends on terminal used.
wrote on 23 Nov 2023, 19:19 last edited by@jsulm how to do that?
-
@jsulm how to do that?
wrote on 23 Nov 2023, 19:35 last edited by@JacobNovitsky also, I need to change terminal color only for one particual app, other must be in the same but different from that app color
-
@jsulm how to do that?
@JacobNovitsky said in How to change terminal color and icon:
how to do that?
Depends on the terminal used. Why don't you simply look in the terminal (menu, context menu, documentation, ...)?
Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.
-
@JacobNovitsky said in How to change terminal color and icon:
how to do that?
Depends on the terminal used. Why don't you simply look in the terminal (menu, context menu, documentation, ...)?
Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.
wrote on 24 Nov 2023, 08:52 last edited by@jsulm said in How to change terminal color and icon:
Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.
The only thing I can think of is that the "terminals" which an application might create (if that is what is meant) may accept control code sequences to change the color of further text, so that you can make all the output from one program in its terminal be in blue and another all in yellow. You can probably change background colors too. See e.g. How-to: Use ANSI colors in the terminal. ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar.
-
@jsulm said in How to change terminal color and icon:
Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.
The only thing I can think of is that the "terminals" which an application might create (if that is what is meant) may accept control code sequences to change the color of further text, so that you can make all the output from one program in its terminal be in blue and another all in yellow. You can probably change background colors too. See e.g. How-to: Use ANSI colors in the terminal. ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar.
wrote on 30 Nov 2023, 08:09 last edited by@JonB said in How to change terminal color and icon:
ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar.
You could simplify this by using a library like https://github.com/termcolor/termcolor