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 Updated to NodeBB v4.3 + New Features

Change text color on compile output window

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 2.0k Views 1 Watching
  • 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 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.

    aha_1980A 1 Reply Last reply
    0
    • F fizzychicken

      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.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 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 last edited by
        #3

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

        1 Reply Last reply
        1

        • Login

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