├── .github ├── issue_template.md └── pull_request_template.md ├── INSTALL.md ├── LICENSE ├── README.md ├── dracula.xml ├── screenshot.png └── tutorial.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. -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- 1 | ### [Blender](https://www.blender.org) 2 | 3 | #### Install 4 | 5 | Download using the [GitHub .zip download](https://github.com/dracula/blender/archive/master.zip) option 6 | 7 | #### Activating theme 8 | 9 | In Blender settings, go to themes and install the theme from the downloaded `dracula.xml` file. 10 | 11 | ![Blender settings](https://raw.githubusercontent.com/dracula/blender/master/tutorial.png) -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2018 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 [Blender](https://www.blender.org) 2 | 3 | > A dark theme for [Blender](https://www.blender.org). 4 | 5 | ![Screenshot](./screenshot.png) 6 | 7 | ## Install 8 | 9 | All instructions can be found at [draculatheme.com/blender](https://draculatheme.com/blender). 10 | 11 | ## Team 12 | 13 | This theme is maintained by the following person and a bunch of [awesome contributors](https://github.com/dracula/blender/contributors). 14 | 15 | - [Allie (ChildishGiant)](https://github.com/childishgiant) 16 | - [foxtrot222](https://github.com/foxtrot222) 17 | - [WadeWT](https://github.com/WadeWT) 18 | 19 | ## Community 20 | 21 | - [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff. 22 | - [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues. 23 | - [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community. 24 | 25 | ## License 26 | 27 | [MIT License](./LICENSE) 28 | -------------------------------------------------------------------------------- /dracula.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 34 | 35 | 47 | 48 | 49 | 50 | 62 | 63 | 64 | 65 | 77 | 78 | 79 | 80 | 92 | 93 | 94 | 95 | 107 | 108 | 109 | 110 | 122 | 123 | 124 | 125 | 137 | 138 | 139 | 140 | 152 | 153 | 154 | 155 | 167 | 168 | 169 | 170 | 182 | 183 | 184 | 185 | 197 | 198 | 199 | 200 | 212 | 213 | 214 | 215 | 227 | 228 | 229 | 230 | 242 | 243 | 244 | 245 | 257 | 258 | 259 | 260 | 272 | 273 | 274 | 275 | 287 | 288 | 289 | 290 | 302 | 303 | 304 | 305 | 317 | 318 | 319 | 320 | 332 | 333 | 334 | 335 | 348 | 349 | 350 | 351 | 363 | 364 | 365 | 366 | 367 | 368 | 444 | 445 | 463 | 464 | 469 | 470 | 471 | 472 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 518 | 519 | 538 | 539 | 544 | 545 | 546 | 547 | 548 | 549 | 555 | 556 | 557 | 558 | 559 | 560 | 564 | 565 | 584 | 585 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 622 | 623 | 642 | 643 | 648 | 649 | 650 | 651 | 652 | 653 | 659 | 660 | 661 | 662 | 663 | 664 | 698 | 699 | 718 | 719 | 724 | 725 | 726 | 727 | 728 | 729 | 735 | 736 | 737 | 738 | 739 | 740 | 785 | 786 | 805 | 806 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 845 | 846 | 865 | 866 | 871 | 872 | 873 | 874 | 875 | 876 | 882 | 883 | 884 | 885 | 886 | 887 | 891 | 892 | 911 | 912 | 917 | 918 | 919 | 920 | 921 | 922 | 923 | 924 | 938 | 939 | 958 | 959 | 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 1003 | 1004 | 1023 | 1024 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1054 | 1055 | 1074 | 1075 | 1080 | 1081 | 1082 | 1083 | 1084 | 1085 | 1086 | 1087 | 1103 | 1104 | 1123 | 1124 | 1129 | 1130 | 1131 | 1132 | 1133 | 1134 | 1135 | 1136 | 1137 | 1138 | 1157 | 1158 | 1163 | 1164 | 1165 | 1166 | 1167 | 1168 | 1169 | 1170 | 1178 | 1179 | 1198 | 1199 | 1204 | 1205 | 1206 | 1207 | 1208 | 1209 | 1210 | 1211 | 1243 | 1244 | 1263 | 1264 | 1269 | 1270 | 1271 | 1272 | 1273 | 1274 | 1280 | 1281 | 1282 | 1283 | 1284 | 1285 | 1286 | 1287 | 1306 | 1307 | 1312 | 1313 | 1314 | 1315 | 1316 | 1317 | 1318 | 1319 | 1320 | 1321 | 1340 | 1341 | 1346 | 1347 | 1348 | 1349 | 1350 | 1351 | 1352 | 1353 | 1356 | 1357 | 1376 | 1377 | 1382 | 1383 | 1384 | 1385 | 1386 | 1387 | 1393 | 1394 | 1395 | 1396 | 1397 | 1398 | 1404 | 1405 | 1411 | 1412 | 1418 | 1419 | 1425 | 1426 | 1432 | 1433 | 1439 | 1440 | 1446 | 1447 | 1453 | 1454 | 1460 | 1461 | 1467 | 1468 | 1474 | 1475 | 1481 | 1482 | 1488 | 1489 | 1495 | 1496 | 1502 | 1503 | 1509 | 1510 | 1516 | 1517 | 1523 | 1524 | 1530 | 1531 | 1537 | 1538 | 1539 | 1540 | 1543 | 1544 | 1547 | 1548 | 1551 | 1552 | 1555 | 1556 | 1559 | 1560 | 1563 | 1564 | 1567 | 1568 | 1571 | 1572 | 1573 | 1574 | 1577 | 1578 | 1581 | 1582 | 1585 | 1586 | 1589 | 1590 | 1593 | 1594 | 1597 | 1598 | 1601 | 1602 | 1605 | 1606 | 1609 | 1610 | 1611 | 1612 | 1613 | 1614 | 1622 | 1623 | 1624 | 1625 | 1633 | 1634 | 1635 | 1636 | 1644 | 1645 | 1646 | 1647 | 1648 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/b941358a708edae13e269680e34575d2408ec756/screenshot.png -------------------------------------------------------------------------------- /tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/b941358a708edae13e269680e34575d2408ec756/tutorial.png --------------------------------------------------------------------------------