User forums > Using Code::Blocks
HELP...nightly build configuration settings
stahta01:
No idea if this link will help.
http://wiki.codeblocks.org/index.php/Syntax_highlighting_custom_colour_themes
oBFusCATed:
--- Quote from: C_Lou_Month on October 18, 2017, 02:47:44 am ---if it does, will codeblocks release any newer version in this near future??
--- End quote ---
Yes it will, but it still won't include a dark theme.
To make one go to settings -> editor -> syntax highlight and make one.
BlueHazzard:
--- Quote ---Yes it will, but it still won't include a dark theme.
--- End quote ---
why not? There are plenty on the wiki page and they are quite hard to import for the user. Why not ship them witch codeblocks?
sodev:
Well, i made the following changes to get a nice dark scheme for CodeBlocks under CentOS with Mate and the BlackMATE system scheme:
--- Code: ---Settings -> Environment -> Colours:
- Editor : Caret -> #FFFFFF
- Editor : Margin chrome colour -> #A6A6A6
- Editor : Margin chrome highlight colour -> #A6A6A6
- Logs : Success text -> #004CFF
- Logs : Warning text -> #004CFF
- Project Tree : Not-compiled files (headers/resources) -> #000000
- Start here page : Link colour -> #004CFF
Settings -> Editor -> Syntax highlighting
- New scheme based on default: invert
- Default:
- Foreground: #FFFFFF
- Background: #171717
- Keyword:
- Foreground: #004CFF
- String:
- Foreground: #00AAFF
- String (inactive):
- Foreground: #BEEAFF
- UUID:
- Foreground: #FFFFFF
- Selection:
- Background: #666666
- Active line:
- Background: #54ACFF
Settings -> Editor -> Margins and Caret
- Caret Width: 2
--- End code ---
oBFusCATed:
--- Quote from: BlueHazzard on October 18, 2017, 12:57:38 pm ---why not? There are plenty on the wiki page and they are quite hard to import for the user. Why not ship them witch codeblocks?
--- End quote ---
Because the license for these is not clear. The wiki page has been delete once because the first contributor didn't like something (don't remember what now).
And more importantly they are not full. Someone has to go through all languages and make the theme work for them.
I see no one doing the work, so the themes are not included.
I have a plan to add support for importing notepad++, geany, codelite, eclipse and so on themes to cb_share_config, but this is very low priority at the moment.
If someone is willing to do the work, I'll be happy to review it...
Navigation
[0] Message Index
[*] Previous page
Go to full version