Author Topic: How to change title page(?) font colour  (Read 3965 times)

Offline stuarte

  • Multiple posting newcomer
  • *
  • Posts: 23
How to change title page(?) font colour
« on: February 17, 2024, 12:37:56 pm »
Hi,

I am running Code::Blocks svn build  rev 13046 (2022-11-18 13:56:24)   gcc 12.2.0 Linux/unicode - 64 bit on Debian 12 Bookworm with a Breeze Dark global theme and the "son of obsidian" Code::Blocks Colour theme.

Due to this there is a lack of contrast between the (default) dark blue text on the Code::Blocks title page(?) and the dark background.

Is there any way that this (default) dark blue can be change to a lighter shade ?

I have looked into Settings/Environment and Settings/Editor but don't recognize anything that would help.

Stuart

Offline ubuntourist

  • Single posting newcomer
  • *
  • Posts: 2
Re: How to change title page(?) font colour
« Reply #1 on: December 26, 2024, 05:33:32 pm »
Did this get answered in another topic? I'm having the exact same issue. (I added a bunch of themes with the thought that one might affect the splash / title screen, but alas, no.)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1661
Re: How to change title page(?) font colour
« Reply #2 on: December 26, 2024, 07:58:40 pm »
If you are talking about the "Start here" page, the colours are set in Environment Settings / Colours / Start here page (three entries). This page is HTML shown using wxHtmlWindow, so theming should not affect the selected colours.

If you are talking about other page, please attach a picture.

Offline ubuntourist

  • Single posting newcomer
  • *
  • Posts: 2
Re: How to change title page(?) font colour
« Reply #3 on: December 26, 2024, 08:10:10 pm »
If you are talking about the "Start here" page, the colours are set in Environment Settings / Colours / Start here page (three entries). This page is HTML shown using wxHtmlWindow, so theming should not affect the selected colours.

Excellent! Thanks! I missed that. Exactly what I was looking for. It's readable now.