Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Change text color on compile output window
Forum Update on Monday, May 27th 2025

Change text color on compile output window

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fizzychicken
    wrote on 2 Mar 2018, 09:34 last edited by
    #1

    Hi. I'm a total newb with QtCreator, so apologies if this is a no-brainer. I run KDE Plasma with the dark theme and my only issue with QtCreator is that the compile output window is dark blue text on a dark grey background. How can I change the text color to make it readable ? Thanks.

    A 1 Reply Last reply 3 Mar 2018, 13:12
    0
    • F fizzychicken
      2 Mar 2018, 09:34

      Hi. I'm a total newb with QtCreator, so apologies if this is a no-brainer. I run KDE Plasma with the dark theme and my only issue with QtCreator is that the compile output window is dark blue text on a dark grey background. How can I change the text color to make it readable ? Thanks.

      A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 3 Mar 2018, 13:12 last edited by
      #2

      Hi @fizzychicken, and welcome to the forum!

      Hi. I'm a total newb with QtCreator, so apologies if this is a no-brainer.

      No need to apologize. I think it is possible to change it, but you will have to edit a config file. For me, the QtCreator themes are in /opt/Qt/Tools/QtCreator/share/qtcreator/themes. You will have to select the corresponding theme and then (I think) modify the following lines:

      OutputPanes_StdErrTextColor=ffff6666
      OutputPanes_StdOutTextColor=text
      
      

      where StdOut applies to the "normal" compiler output and StdErr to the Compiler warnings/errors.

      Regards.

      Qt has to stay free or it will die.

      1 Reply Last reply
      1
      • F Offline
        F Offline
        fizzychicken
        wrote on 4 Mar 2018, 20:26 last edited by
        #3

        Thank you. I've found the theme files and the correct entry to change.

        1 Reply Last reply
        1

        1/3

        2 Mar 2018, 09:34

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved