├── .github ├── issue_template.md └── pull_request_template.md ├── 10.4 ├── Dracula Blade.10.4.reg ├── Dracula Dark.10.4.reg └── Dracula.10.4.reg ├── 11.0 ├── Dracula Blade.11.0.reg ├── Dracula Dark.11.0.reg └── Dracula.11.0.reg ├── 12.0 ├── Dracula Blade.12.0.reg ├── Dracula Dark.12.0.reg └── Dracula.12.0.reg ├── INSTALL.md ├── LICENSE ├── README.md ├── images ├── DelphiEditor_Dracula.gif └── cpp_dracula.png └── screenshot.png /.github/issue_template.md: -------------------------------------------------------------------------------- 1 | > If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug. -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | > If you're fixing a UI issue, make sure you take two screenshots. One that shows the actual bug and another that shows how you fixed it. -------------------------------------------------------------------------------- /10.4/Dracula Blade.10.4.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/10.4/Dracula Blade.10.4.reg -------------------------------------------------------------------------------- /10.4/Dracula Dark.10.4.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/10.4/Dracula Dark.10.4.reg -------------------------------------------------------------------------------- /10.4/Dracula.10.4.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/10.4/Dracula.10.4.reg -------------------------------------------------------------------------------- /11.0/Dracula Blade.11.0.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/11.0/Dracula Blade.11.0.reg -------------------------------------------------------------------------------- /11.0/Dracula Dark.11.0.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/11.0/Dracula Dark.11.0.reg -------------------------------------------------------------------------------- /11.0/Dracula.11.0.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/11.0/Dracula.11.0.reg -------------------------------------------------------------------------------- /12.0/Dracula Blade.12.0.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/12.0/Dracula Blade.12.0.reg -------------------------------------------------------------------------------- /12.0/Dracula Dark.12.0.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/12.0/Dracula Dark.12.0.reg -------------------------------------------------------------------------------- /12.0/Dracula.12.0.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Theme] 4 | "DarkSpeedSetting"="Dracula" 5 | 6 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Structural Highlighting] 7 | "Color1"="$00fde98b" 8 | "Color2"="$007bfa50" 9 | "Color3"="$006cb8ff" 10 | "Color4"="$008cfaf1" 11 | 12 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula] 13 | 14 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Additional search match highlight] 15 | "Bold"="False" 16 | "Italic"="False" 17 | "Underline"="False" 18 | "Default Foreground"="False" 19 | "Default Background"="False" 20 | "Foreground Color New"="$00362A28" 21 | "Background Color New"="$005a4744" 22 | 23 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Assembler] 24 | "Bold"="False" 25 | "Italic"="False" 26 | "Underline"="False" 27 | "Default Foreground"="False" 28 | "Default Background"="False" 29 | "Foreground Color New"="$007bfa50" 30 | "Background Color New"="$00362A28" 31 | 32 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Attribute Names] 33 | "Bold"="False" 34 | "Italic"="False" 35 | "Underline"="False" 36 | "Default Foreground"="False" 37 | "Default Background"="False" 38 | "Foreground Color New"="clWhite" 39 | "Background Color New"="$00362A28" 40 | 41 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Attribute Values] 42 | "Bold"="False" 43 | "Italic"="False" 44 | "Underline"="False" 45 | "Default Foreground"="False" 46 | "Default Background"="False" 47 | "Foreground Color New"="clWhite" 48 | "Background Color New"="$00362A28" 49 | 50 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Brace Highlight] 51 | "Bold"="False" 52 | "Italic"="False" 53 | "Underline"="False" 54 | "Default Foreground"="False" 55 | "Default Background"="False" 56 | "Foreground Color New"="clSilver" 57 | "Background Color New"="$00362A28" 58 | 59 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Character] 60 | "Bold"="False" 61 | "Italic"="False" 62 | "Underline"="False" 63 | "Default Foreground"="False" 64 | "Default Background"="False" 65 | "Foreground Color New"="$00AA7FFF" 66 | "Background Color New"="$00362A28" 67 | 68 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Code folding tree] 69 | "Bold"="False" 70 | "Italic"="False" 71 | "Underline"="False" 72 | "Default Foreground"="False" 73 | "Default Background"="False" 74 | "Foreground Color New"="$00f993bd" 75 | "Background Color New"="$00362A28" 76 | 77 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Comment] 78 | "Bold"="False" 79 | "Italic"="False" 80 | "Underline"="False" 81 | "Default Foreground"="False" 82 | "Default Background"="False" 83 | "Foreground Color New"="$00A47262" 84 | "Background Color New"="$00362A28" 85 | 86 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Diff addition] 87 | "Bold"="False" 88 | "Italic"="False" 89 | "Underline"="False" 90 | "Default Foreground"="False" 91 | "Default Background"="False" 92 | "Foreground Color New"="clNavy" 93 | "Background Color New"="clYellow" 94 | 95 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Diff deletion] 96 | "Bold"="False" 97 | "Italic"="False" 98 | "Underline"="False" 99 | "Default Foreground"="False" 100 | "Default Background"="False" 101 | "Foreground Color New"="clNavy" 102 | "Background Color New"="clRed" 103 | 104 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Diff move] 105 | "Bold"="False" 106 | "Italic"="False" 107 | "Underline"="False" 108 | "Default Foreground"="False" 109 | "Default Background"="False" 110 | "Foreground Color New"="clNavy" 111 | "Background Color New"="clBlue" 112 | 113 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Disabled break] 114 | "Bold"="False" 115 | "Italic"="False" 116 | "Underline"="False" 117 | "Default Foreground"="False" 118 | "Default Background"="False" 119 | "Foreground Color New"="$00362A28" 120 | "Background Color New"="$00fde98b" 121 | 122 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Enabled break] 123 | "Bold"="False" 124 | "Italic"="False" 125 | "Underline"="False" 126 | "Default Foreground"="False" 127 | "Default Background"="False" 128 | "Foreground Color New"="$00362A28" 129 | "Background Color New"="$00f993bd" 130 | 131 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Error line] 132 | "Bold"="False" 133 | "Italic"="False" 134 | "Underline"="False" 135 | "Default Foreground"="False" 136 | "Default Background"="False" 137 | "Foreground Color New"="$00f2f8f8" 138 | "Background Color New"="$005555ff" 139 | 140 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Execution point] 141 | "Bold"="False" 142 | "Italic"="False" 143 | "Underline"="False" 144 | "Default Foreground"="False" 145 | "Default Background"="False" 146 | "Foreground Color New"="$00362A28" 147 | "Background Color New"="$006cb8ff" 148 | 149 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Float] 150 | "Bold"="False" 151 | "Italic"="False" 152 | "Underline"="False" 153 | "Default Foreground"="False" 154 | "Default Background"="False" 155 | "Foreground Color New"="$00f993bd" 156 | "Background Color New"="$00362A28" 157 | 158 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Folded code] 159 | "Bold"="False" 160 | "Italic"="False" 161 | "Underline"="False" 162 | "Default Foreground"="False" 163 | "Default Background"="False" 164 | "Foreground Color New"="$00f993bd" 165 | "Background Color New"="$00362A28" 166 | 167 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Hex] 168 | "Bold"="False" 169 | "Italic"="False" 170 | "Underline"="False" 171 | "Default Foreground"="False" 172 | "Default Background"="False" 173 | "Foreground Color New"="$00f993bd" 174 | "Background Color New"="$00362A28" 175 | 176 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Hot Link] 177 | "Bold"="False" 178 | "Italic"="False" 179 | "Underline"="True" 180 | "Default Foreground"="False" 181 | "Default Background"="False" 182 | "Foreground Color New"="$00FF7F2A" 183 | "Background Color New"="$00362A28" 184 | 185 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Identifier] 186 | "Bold"="False" 187 | "Italic"="False" 188 | "Underline"="False" 189 | "Default Foreground"="False" 190 | "Default Background"="False" 191 | "Foreground Color New"="$00f2f8f8" 192 | "Background Color New"="$00362A28" 193 | 194 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Illegal Char] 195 | "Bold"="False" 196 | "Italic"="False" 197 | "Underline"="False" 198 | "Default Foreground"="False" 199 | "Default Background"="False" 200 | "Foreground Color New"="clRed" 201 | "Background Color New"="$00362A28" 202 | 203 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Invalid break] 204 | "Bold"="False" 205 | "Italic"="False" 206 | "Underline"="False" 207 | "Default Foreground"="False" 208 | "Default Background"="False" 209 | "Foreground Color New"="$00362A28" 210 | "Background Color New"="$00f2f8f8" 211 | 212 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Line Highlight] 213 | "Bold"="False" 214 | "Italic"="False" 215 | "Underline"="False" 216 | "Default Foreground"="True" 217 | "Default Background"="False" 218 | "Foreground Color New"="$00362A28" 219 | "Background Color New"="$005a4744" 220 | 221 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Line Number] 222 | "Bold"="False" 223 | "Italic"="False" 224 | "Underline"="False" 225 | "Default Foreground"="False" 226 | "Default Background"="False" 227 | "Foreground Color New"="$00f2f8f8" 228 | "Background Color New"="$00362A28" 229 | 230 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Marked block] 231 | "Bold"="False" 232 | "Italic"="False" 233 | "Underline"="False" 234 | "Default Foreground"="True" 235 | "Default Background"="False" 236 | "Foreground Color New"="$00362A28" 237 | "Background Color New"="$005a4744" 238 | 239 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Modified line] 240 | "Bold"="False" 241 | "Italic"="False" 242 | "Underline"="False" 243 | "Default Foreground"="False" 244 | "Default Background"="False" 245 | "Foreground Color New"="$007bfa50" 246 | "Background Color New"="$008cfaf1" 247 | 248 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Number] 249 | "Bold"="False" 250 | "Italic"="False" 251 | "Underline"="False" 252 | "Default Foreground"="False" 253 | "Default Background"="False" 254 | "Foreground Color New"="$00f993bd" 255 | "Background Color New"="$00362A28" 256 | 257 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Octal] 258 | "Bold"="False" 259 | "Italic"="False" 260 | "Underline"="False" 261 | "Default Foreground"="False" 262 | "Default Background"="False" 263 | "Foreground Color New"="$00f993bd" 264 | "Background Color New"="$00362A28" 265 | 266 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Plain text] 267 | "Bold"="False" 268 | "Italic"="False" 269 | "Underline"="False" 270 | "Default Foreground"="False" 271 | "Default Background"="False" 272 | "Foreground Color New"="$00FFFEFA" 273 | "Background Color New"="$00362A28" 274 | 275 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Preprocessor] 276 | "Bold"="False" 277 | "Italic"="False" 278 | "Underline"="False" 279 | "Default Foreground"="False" 280 | "Default Background"="False" 281 | "Foreground Color New"="$00fde98b" 282 | "Background Color New"="$00362A28" 283 | 284 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Reserved word] 285 | "Bold"="True" 286 | "Italic"="False" 287 | "Underline"="False" 288 | "Default Foreground"="False" 289 | "Default Background"="False" 290 | "Foreground Color New"="$00C679FF" 291 | "Background Color New"="$00362A28" 292 | 293 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Right margin] 294 | "Bold"="False" 295 | "Italic"="False" 296 | "Underline"="False" 297 | "Default Foreground"="False" 298 | "Default Background"="False" 299 | "Foreground Color New"="$00f993bd" 300 | "Background Color New"="$00362A28" 301 | 302 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Scripts] 303 | "Bold"="False" 304 | "Italic"="False" 305 | "Underline"="False" 306 | "Default Foreground"="False" 307 | "Default Background"="False" 308 | "Foreground Color New"="clRed" 309 | "Background Color New"="$00362A28" 310 | 311 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Search match] 312 | "Bold"="False" 313 | "Italic"="False" 314 | "Underline"="False" 315 | "Default Foreground"="False" 316 | "Default Background"="False" 317 | "Foreground Color New"="$00fde98b" 318 | "Background Color New"="$005a4744" 319 | 320 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\String] 321 | "Bold"="False" 322 | "Italic"="False" 323 | "Underline"="False" 324 | "Default Foreground"="False" 325 | "Default Background"="False" 326 | "Foreground Color New"="$008CFAF1" 327 | "Background Color New"="$00362A28" 328 | 329 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Symbol] 330 | "Bold"="False" 331 | "Italic"="False" 332 | "Underline"="False" 333 | "Default Foreground"="False" 334 | "Default Background"="False" 335 | "Foreground Color New"="$00F0F9FF" 336 | "Background Color New"="$00362A28" 337 | 338 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Sync edit background] 339 | "Bold"="False" 340 | "Italic"="False" 341 | "Underline"="False" 342 | "Default Foreground"="True" 343 | "Default Background"="False" 344 | "Foreground Color New"="clBlack" 345 | "Background Color New"="$00362A28" 346 | 347 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Sync edit highlight] 348 | "Bold"="False" 349 | "Italic"="False" 350 | "Underline"="False" 351 | "Default Foreground"="False" 352 | "Default Background"="False" 353 | "Foreground Color New"="clBlue" 354 | "Background Color New"="$00362A28" 355 | 356 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Tags] 357 | "Bold"="True" 358 | "Italic"="False" 359 | "Underline"="False" 360 | "Default Foreground"="False" 361 | "Default Background"="False" 362 | "Foreground Color New"="$00C679FF" 363 | "Background Color New"="$00362A28" 364 | 365 | [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Editor\Highlight\Custom Themes\Dracula\Whitespace] 366 | "Bold"="False" 367 | "Italic"="False" 368 | "Underline"="False" 369 | "Default Foreground"="False" 370 | "Default Background"="False" 371 | "Foreground Color New"="$00f2f8f8" 372 | "Background Color New"="$00362A28" 373 | 374 | -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- 1 | ### [Delphi](https://www.embarcadero.com/products/delphi) 2 | 3 | #### Install using Git 4 | 5 | If you are a git user, you can install the theme and keep up to date by cloning the repo: 6 | 7 | git clone https://github.com/dracula/delphi.git 8 | 9 | #### Install manually 10 | 11 | Download using the [GitHub .zip download](https://github.com/dracula/delphi/archive/master.zip) option and unzip them. 12 | 13 | #### Activating theme 14 | 15 | 1. Open folder according to your installed Delphi version (supported versions 10.4 and 11.0) 16 | 2. Select and double click file `Dracula.NN.0.reg` 17 | 3. Start Delphi 18 | 4. Boom! It's working. 19 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2021 Dracula Theme 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Dracula for [Delphi](https://www.embarcadero.com/products/delphi) 2 | 3 | > A dark theme for [Delphi](https://www.embarcadero.com/products/delphi). 4 | 5 | ![screenshot](./screenshot.png) 6 | 7 | ![cpp](./images/cpp_dracula.png) 8 | 9 | ![Editor](./images/DelphiEditor_Dracula.gif) 10 | 11 | ## Install 12 | 13 | All instructions can be found at [draculatheme.com/delphi](https://draculatheme.com/delphi). 14 | 15 | ## Team 16 | 17 | This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/delphi/graphs/contributors). 18 | 19 | | [![Rodrigo Ruz](https://github.com/rruz.png?size=100)](https://github.com/rruz) | 20 | | ------------------------------------------------------------------------------- | 21 | | [Rodrigo Ruz](https://github.com/rruz) | 22 | 23 | ## Community 24 | 25 | - [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff. 26 | - [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues. 27 | - [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community. 28 | 29 | ## License 30 | 31 | [MIT License](./LICENSE) 32 | -------------------------------------------------------------------------------- /images/DelphiEditor_Dracula.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/images/DelphiEditor_Dracula.gif -------------------------------------------------------------------------------- /images/cpp_dracula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/images/cpp_dracula.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/delphi/cdb4937b80cd955ad8ef35f22b1adc93da2128e8/screenshot.png --------------------------------------------------------------------------------