Configuring colors in IntelliJ terminal
已回答
Hi,
How can I change font colors in the terminal?
请先登录再写评论。
See Settings(Preferences) | Editor | Color Scheme | Console Colors options.
Hi Andrey, I have changed font color setting but terminal font still remains white.
Font color for what entry in settings have you changed? Please attach screenshot of it and the terminal.
I changed the Standard, System and User outputs font colors to three different colors, however when I run terminal all colors are shown in blue including user input which I have set to green.
In IDE for Terminal only Standard Output color can be changed. To change other colors you need to customize your OS shell prompt (e.g. PS1), See e.g. https://stackoverflow.com/a/47785379/2000323.
Other colors that are given in this dialog are for customizing colors for System Console (
System.out
/.err
/.in
).I tracked it down to this setting:
spring.output.ansi.enabled=ALWAYS
added to:
src/main/resources/application.properties (or elsewhere in your environment)