6
6
- Download the [ dracula.conf file] ( https://raw.githubusercontent.com/dracula/codeblocks/master/dracula.conf ) .
7
7
<!-- - Download the [dracula.conf file](https://draculatheme.com/codeblocks/dracula.conf). -->
8
8
- Open Codeblocks share config
9
- - ** Windows**
10
- - Open ` C:\Program Files\CodeBlocks\cb_share_config.exe ` depending on where you installed codeblocks
11
- - Or you can Go to start (Press <kbd >⊞ Win</kbd >) then type "Codeblocks Share Config"
12
- - Run the application by pressing <kbd >↵ Enter</kbd > or clicking on it's icon with the mouse
13
- - ** Linux**
14
- - Open ` ~/.codeblocks/cb_share_config ` depending on where you installed codeblocks, you may also want to run it as sudo
15
- - ** MacOS**
16
- - Open ` /Applications/CodeBlocks.app/Contents/MacOS/cb_share_config `
9
+ - ** Windows**
10
+ - Open ` C:\Program Files\CodeBlocks\cb_share_config.exe ` depending on where you installed codeblocks
11
+ - Or you can Go to start (Press <kbd >⊞ Win</kbd >) then type "Codeblocks Share Config"
12
+ - Run the application by pressing <kbd >↵ Enter</kbd > or clicking on it's icon with the mouse
13
+ - ** Linux**
14
+ - Open ` ~/.codeblocks/cb_share_config ` depending on where you installed codeblocks, you may also want to run it as sudo
15
+ - ** MacOS**
16
+ - Open ` /Applications/CodeBlocks.app/Contents/MacOS/cb_share_config `
17
17
- Click the <kbd >...</kbd > button under "Source configuration file"
18
18
19
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_1.png )
20
- <!--  -->
21
- <!--  -->
19
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_1.png )
20
+ <!--  -->
21
+ <!--  -->
22
22
23
23
- Navigate to where you downloaded the ` dracula.conf ` file, it will be most likely in the downloads folder
24
24
25
25
- Click the two check boxes that appear
26
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_2.png )
27
- <!--  -->
28
- <!--  -->
26
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_2.png )
27
+ <!--  -->
28
+ <!--  -->
29
29
30
30
- Click the <kbd >...</kbd > button under "Destination configuration file"
31
31
32
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_3.png )
33
- <!--  -->
34
- <!--  -->
32
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_3.png )
33
+ <!--  -->
34
+ <!--  -->
35
35
- Navigate to the ` default.conf ` file of Codeblocks, the location will differ by OS, If you can't find it, you should try creating a new project so that it gets created again.
36
- - ** Windows**
37
- - The location in Windows is ` C:/Users/<User Name>/AppData/Roaming/Codeblocks/default.conf ` (` %APPDATA%/Codeblocks/default.conf ` )
38
- - The AppData folder is by default hidden by Windows Explorer.
39
- - On Windows 10, Go to the "View" tab at the top and check the "Hidden items" checkbox
40
- - On Windows 11, Click the "View" icon at the top then hover over "Show" and check the "Hidden items" checkbox
41
- - ** Linux**
42
- - The location in Linux is ` ~/.config/codeblocks/default.conf `
43
- - ** MacOS**
44
- - The location in MacOS is ` ~/Library/Application Support/codeblocks/default.conf `
45
- - The Library folder is by default hidden by the most recent version of Mac OS. You could use <kbd >⌘ Command + ⇧ Shift + G</kbd > to navigate to hidden folders.
36
+ - ** Windows**
37
+ - The location in Windows is ` C:/Users/<User Name>/AppData/Roaming/Codeblocks/default.conf ` (` %APPDATA%/Codeblocks/default.conf ` )
38
+ - The AppData folder is by default hidden by Windows Explorer.
39
+ - On Windows 10, Go to the "View" tab at the top and check the "Hidden items" checkbox
40
+ - On Windows 11, Click the "View" icon at the top then hover over "Show" and check the "Hidden items" checkbox
41
+ - ** Linux**
42
+ - The location in Linux is ` ~/.config/codeblocks/default.conf `
43
+ - ** MacOS**
44
+ - The location in MacOS is ` ~/Library/Application Support/codeblocks/default.conf `
45
+ - The Library folder is by default hidden by the most recent version of Mac OS. You could use <kbd >⌘ Command + ⇧ Shift + G</kbd > to navigate to hidden folders.
46
46
- Now click on the <kbd >Transfer >></kbd > Button
47
-
48
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_4.png )
49
- <!--  -->
50
- <!--  -->
47
+
48
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_4.png )
49
+ <!--  -->
50
+ <!--  -->
51
51
52
52
- Click <kbd >Yes</kbd >
53
-
54
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_5.png )
55
- <!--  -->
56
- <!--  -->
53
+
54
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_5.png )
55
+ <!--  -->
56
+ <!--  -->
57
57
58
58
- Then you'll see a message like this, press <kbd >Ok</kbd >
59
-
60
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_6.png )
61
- <!--  -->
62
- <!--  -->
59
+
60
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_6.png )
61
+ <!--  -->
62
+ <!--  -->
63
63
64
64
- Then press <kbd >Save</kbd > and voilà, you've just installed the theme
65
65
@@ -71,24 +71,24 @@ You should also change your cursor color to white
71
71
72
72
- Click Settings
73
73
74
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_1.png )
75
- <!--  -->
76
- <!--  -->
74
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_1.png )
75
+ <!--  -->
76
+ <!--  -->
77
77
78
78
- Click <kbd >Margins and caret</kbd >
79
79
80
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_2.png )
81
- <!--  -->
82
- <!--  -->
80
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_2.png )
81
+ <!--  -->
82
+ <!--  -->
83
83
84
84
- Click on the color
85
85
86
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_3.png )
87
- <!--  -->
88
- <!--  -->
86
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_3.png )
87
+ <!--  -->
88
+ <!--  -->
89
89
90
90
- Click the white color on the bottom right
91
91
92
- ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_4.png )
93
- <!--  -->
94
- <!--  -->
92
+ ![ Screenshot] ( https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_4.png )
93
+ <!--  -->
94
+ <!--  -->
0 commit comments