Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 969 Bytes

File metadata and controls

23 lines (14 loc) · 969 Bytes

Custom Color Theme for KDevelop

Since KDevelop comes with a set of built-in color themes that are dissatisfactory to my taste, I decided to copy the code highlighting and style configuration from Code::Blocks and compile a theme file that could be imported into the KDevelop IDE.

The Code::Blocks C&C++ Theme

This code highlighting theme is compatible with the C and also the C++ programming language. Below is a screenshot depicting how the theme makes C code appear in the KDevelop IDE.

Code::Blocks theme preview

The codeblocks.theme file itself is here.

License

The contents of this repository have been authored by Erich Erstu and are released under the MIT license.