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
Are your talking about the background of the editor or the controls like menus and toolbar?
what operating system are you using?
I use windows 10, and I'm talking about the controls like menus and toolbar
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...
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?
Quotebut 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
Quoteand it's flicker one per sec if I don't write nothing?
no idea what you ask for... but search trough the settings...