Author Topic: Drak theme  (Read 4644 times)

Offline DirtyBlasion

  • Single posting newcomer
  • *
  • Posts: 6
Drak theme
« on: February 09, 2017, 01:41:44 pm »
So I found some tutorials, and it worked a editor dark theme, but where I can set dark layout of code::blocks? It's tiring my eyes that white

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Drak theme
« Reply #1 on: February 09, 2017, 02:10:36 pm »
Are your talking about the background of the editor or the controls like menus and toolbar?

what operating system are you using?

Offline DirtyBlasion

  • Single posting newcomer
  • *
  • Posts: 6
Re: Drak theme
« Reply #2 on: February 09, 2017, 02:55:39 pm »
I use windows 10, and I'm talking about the controls like menus and toolbar

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Drak theme
« Reply #3 on: February 09, 2017, 03:23:43 pm »
Codeblocks uses wxWidgets as gui backend and with this library themeing is not possible. WxWidgets uses the system default colors for all its controls. So if you want a dark theme for the controls you have to change the theme of windows to dark.

sorry if i couldn't help, but this is a library problem...

Offline DirtyBlasion

  • Single posting newcomer
  • *
  • Posts: 6
Re: Drak theme
« Reply #4 on: February 09, 2017, 04:05:02 pm »
Ok, I understand, but how I can change to white that little bar that show me where I'm writing, and it's flicker one per sec if I don't write nothing?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Drak theme
« Reply #5 on: February 09, 2017, 06:01:53 pm »
Quote
but how I can change to white that little bar that show me where I'm writing
Settings->Editor->Syntax highlightening->Active line

[Edit:]
or do you ask for the cursor/caret?
Settings->Environment->Colours->Editor: Caret

Quote
and it's flicker one per sec if I don't write nothing?
no idea what you ask for... but search trough the settings...
« Last Edit: February 09, 2017, 06:04:29 pm by BlueHazzard »