Menu

#363 Background color not correctly used

open
nobody
None
2
2014-08-24
2010-10-12
Anon Anon
No

The background color setting per tab is currently not being correctly used. It is using the ANSI black color as the background color, while leaving the true background color in the border only. I don't know if this is on purpose on or not, but it is inconvenient for those who use themes that modify ANSI black while assuming the background color will stay black (for example, vim theme ir_black changes ANSI black to dark grey and uses that for comments).

As all I needed was black, I hardcoded ConsoleView.cpp to use a black background (3 changes), but I think console should use the tab background color as the background color, or offer another setting for that specifically.

Discussion

  • Marko Bozikovic

    Marko Bozikovic - 2010-10-15
    • priority: 5 --> 2
     
  • Marko Bozikovic

    Marko Bozikovic - 2010-10-15

    Console expects that underlying Windows console window has black background. Please unhide it (View->Console window) and check the background color. If necessary, change it to black.

    Cheers,
    --
    Marko

     

Log in to post a comment.