Posts

Showing posts from June, 2023

Code::Blocks Customize Dark Theme, Font Change, and Cursor Color, Enable Guides

Image
  Title: Customize Code::Blocks with Dark Theme, Font Change, and Cursor Color, Enable Guides Introduction : Make your coding experience more enjoyable and visually appealing by customizing Code::Blocks, a popular integrated development environment (IDE). In this guide, we'll walk you through the steps to switch to a dark theme, change the font, and adjust the cursor color in Code::Blocks. Let's dive in! Changing to Dark Theme: To give Code::Blocks a sleek and modern look, follow these simple steps: { ShortCut: Bottom Page } 1. Close the Code::Blocks program to begin the customization process. 2. Download the "colour_themes.conf" file from [link] ( https://github.com/aashikur/darkthemefont ) and save it to your computer. 3. Locate the Code::Blocks configuration folder by navigating to " C:\Users\USER\AppData\Roaming\CodeBlocks " (replace USER with your username). 4. Copy the downloaded " colour_themes.conf " file into the CodeBlocks folder. Note: T...