├── InspiredGitHub.tmTheme ├── LICENSE ├── README.md ├── messages.json ├── messages ├── 1.1.0.txt ├── 1.2.0.txt ├── 1.2.1.txt ├── 1.3.1.txt └── install.txt └── previews ├── InspiredGitHub-css.png ├── InspiredGitHub-html.png ├── InspiredGitHub-javascript.png └── InspiredGitHub-markdown.png /InspiredGitHub.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | 11 | name 12 | GitHub 13 | settings 14 | 15 | 16 | 19 | 20 | settings 21 | 22 | 23 | background 24 | #ffffff 25 | foreground 26 | #323232 27 | invisibles 28 | #000000 29 | caret 30 | #323232 31 | 32 | 33 | gutter 34 | #ffffff 35 | gutterForeground 36 | #b3b3b3 37 | 38 | 39 | guide 40 | #e8e8e8 41 | stackGuide 42 | #e8e8e8 43 | activeGuide 44 | #b3b3b3 45 | 46 | 47 | lineHighlight 48 | #f5f5f5 49 | findHighlight 50 | #f8eec7 51 | findHighlightForeground 52 | #323232 53 | selection 54 | #f8eec7 55 | selectionBorder 56 | #ffffff 57 | 58 | 59 | bracketsForeground 60 | #63a35c 61 | bracketsOptions 62 | underline 63 | bracketContentsForeground 64 | #63a35c 65 | bracketContentsOptions 66 | underline 67 | 68 | 69 | tagsForeground 70 | #63a35c 71 | tagsOptions 72 | underline 73 | 74 | 75 | 76 | 79 | 80 | name 81 | Comment 82 | scope 83 | comment 84 | settings 85 | 86 | foreground 87 | #969896 88 | fontStyle 89 | italic 90 | 91 | 92 | 93 | 96 | 97 | name 98 | String 99 | scope 100 | string 101 | settings 102 | 103 | foreground 104 | #183691 105 | 106 | 107 | 108 | 111 | 112 | name 113 | RegExp Operator 114 | scope 115 | regexp-operator 116 | settings 117 | 118 | foreground 119 | #a71d5d 120 | 121 | 122 | 123 | 126 | 127 | name 128 | RegExp Character Class 129 | scope 130 | string.regexp.characterclass punctuation.definition.string.begin, string.regexp.characterclass punctuation.definition.string.end 131 | settings 132 | 133 | foreground 134 | #a71d5d 135 | 136 | 137 | 138 | 141 | 142 | name 143 | Number 144 | scope 145 | constant.numeric 146 | settings 147 | 148 | foreground 149 | #0086b3 150 | 151 | 152 | 153 | 156 | 157 | name 158 | Built-in Constant 159 | scope 160 | constant.language 161 | settings 162 | 163 | foreground 164 | #0086b3 165 | 166 | 167 | 168 | 171 | 172 | name 173 | User-defined Constant 174 | scope 175 | constant.character, constant.other, variable.other.constant 176 | settings 177 | 178 | foreground 179 | #0086b3 180 | 181 | 182 | 183 | 186 | 187 | name 188 | Variable 189 | scope 190 | variable 191 | settings 192 | 193 | foreground 194 | #323232 195 | 196 | 197 | 198 | 201 | 202 | name 203 | Keyword 204 | scope 205 | keyword 206 | settings 207 | 208 | foreground 209 | #a71d5d 210 | fontStyle 211 | bold 212 | 213 | 214 | 215 | 218 | 219 | name 220 | Bitwise 221 | scope 222 | bitwise-operator 223 | settings 224 | 225 | foreground 226 | #a71d5d 227 | fontStyle 228 | bold 229 | 230 | 231 | 232 | 235 | 236 | name 237 | Operator Accessor 238 | scope 239 | punctuation.accessor 240 | settings 241 | 242 | foreground 243 | #a71d5d 244 | fontStyle 245 | bold 246 | 247 | 248 | 249 | 252 | 253 | name 254 | Storage 255 | scope 256 | storage 257 | settings 258 | 259 | foreground 260 | #a71d5d 261 | fontStyle 262 | bold 263 | 264 | 265 | 266 | 269 | 270 | name 271 | Storage Type 272 | scope 273 | storage.type 274 | settings 275 | 276 | foreground 277 | #a71d5d 278 | fontStyle 279 | bold 280 | 281 | 282 | 283 | 286 | 287 | name 288 | Class Name 289 | scope 290 | entity.name.class 291 | settings 292 | 293 | foreground 294 | #0086b3 295 | 296 | 297 | 298 | 301 | 302 | name 303 | Inherited Class 304 | scope 305 | entity.other.inherited-class 306 | settings 307 | 308 | foreground 309 | #0086b3 310 | 311 | 312 | 313 | 316 | 317 | name 318 | Function Name 319 | scope 320 | entity.name.function 321 | settings 322 | 323 | foreground 324 | #795da3 325 | fontStyle 326 | bold 327 | 328 | 329 | 330 | 333 | 334 | name 335 | Function Argument 336 | scope 337 | variable.parameter 338 | settings 339 | 340 | foreground 341 | #323232 342 | 343 | 344 | 345 | 348 | 349 | name 350 | Tag Name 351 | scope 352 | entity.name.tag 353 | settings 354 | 355 | foreground 356 | #63a35c 357 | 358 | 359 | 360 | 363 | 364 | name 365 | Tag Attribute 366 | scope 367 | entity.other.attribute-name 368 | settings 369 | 370 | foreground 371 | #795da3 372 | 373 | 374 | 375 | 378 | 379 | name 380 | Library Function 381 | scope 382 | support.function 383 | settings 384 | 385 | foreground 386 | #62a35c 387 | 388 | 389 | 390 | 393 | 394 | name 395 | Library Constant 396 | scope 397 | support.constant 398 | settings 399 | 400 | foreground 401 | #0086b3 402 | 403 | 404 | 405 | 408 | 409 | name 410 | Library Class 411 | scope 412 | support.type, support.class 413 | settings 414 | 415 | foreground 416 | #0086b3 417 | 418 | 419 | 420 | 423 | 424 | name 425 | Library Variable 426 | scope 427 | support.other.variable 428 | settings 429 | 430 | foreground 431 | #323232 432 | 433 | 434 | 435 | 438 | 439 | name 440 | Invalid 441 | scope 442 | invalid, invalid.illegal, invalid.deprecated 443 | settings 444 | 445 | background 446 | #f5f5f5 447 | foreground 448 | #b52a1d 449 | fontStyle 450 | bold 451 | 452 | 453 | 454 | 455 | 456 | 457 | 460 | 461 | name 462 | Find-in-files Filename 463 | scope 464 | entity.name.filename.find-in-files 465 | settings 466 | 467 | foreground 468 | #323232 469 | fontStyle 470 | bold 471 | 472 | 473 | 474 | name 475 | Find-in-files Line Numbers 476 | scope 477 | constant.numeric.line-number.find-in-files, constant.numeric.line-number.match.find-in-files 478 | settings 479 | 480 | foreground 481 | #b3b3b3 482 | 483 | 484 | 485 | 486 | 487 | 488 | 491 | 492 | 493 | name 494 | Diff Header 495 | scope 496 | meta.diff.header 497 | settings 498 | 499 | foreground 500 | #969896 501 | background 502 | #ffffff 503 | fontStyle 504 | italic 505 | 506 | 507 | 508 | 509 | name 510 | Diff Header 511 | scope 512 | meta.diff.header punctuation.definition.from-file.diff 513 | settings 514 | 515 | foreground 516 | #bd2c00 517 | background 518 | #ffecec 519 | fontStyle 520 | italic bold 521 | 522 | 523 | 524 | 525 | name 526 | Diff Header 527 | scope 528 | meta.diff.header punctuation.definition.to-file.diff 529 | settings 530 | 531 | foreground 532 | #55a532 533 | background 534 | #eaffea 535 | fontStyle 536 | italic bold 537 | 538 | 539 | 540 | 541 | name 542 | Diff Range 543 | scope 544 | meta.diff.range 545 | settings 546 | 547 | foreground 548 | #969896 549 | fontStyle 550 | italic bold 551 | 552 | 553 | 554 | 555 | name 556 | Diff Deleted 557 | scope 558 | markup.deleted 559 | settings 560 | 561 | background 562 | #ffecec 563 | 564 | 565 | 566 | 567 | name 568 | Diff Deleted Punctuation 569 | scope 570 | markup.deleted punctuation.definition.inserted 571 | settings 572 | 573 | foreground 574 | #bd2c00 575 | fontStyle 576 | bold 577 | 578 | 579 | 580 | 581 | name 582 | Diff Inserted 583 | scope 584 | markup.inserted 585 | settings 586 | 587 | background 588 | #eaffea 589 | 590 | 591 | 592 | 593 | name 594 | Diff Inserted Punctuation 595 | scope 596 | markup.inserted punctuation.definition.inserted 597 | settings 598 | 599 | foreground 600 | #55a532 601 | fontStyle 602 | bold 603 | 604 | 605 | 606 | 607 | 608 | 609 | 612 | 613 | 614 | name 615 | GitGutter Deleted 616 | scope 617 | markup.deleted.git_gutter 618 | settings 619 | 620 | foreground 621 | #bd2c00 622 | 623 | 624 | 625 | 626 | name 627 | GitGutter Inserted 628 | scope 629 | markup.inserted.git_gutter 630 | settings 631 | 632 | foreground 633 | #55a532 634 | 635 | 636 | 637 | 638 | name 639 | GitGutter Modified 640 | scope 641 | markup.changed.git_gutter 642 | settings 643 | 644 | foreground 645 | #0086B3 646 | 647 | 648 | 649 | 650 | name 651 | GitGutter Ignored 652 | scope 653 | markup.ignored.git_gutter 654 | settings 655 | 656 | foreground 657 | #b3b3b3 658 | 659 | 660 | 661 | 662 | name 663 | GitGutter Untracked 664 | scope 665 | markup.untracked.git_gutter 666 | settings 667 | 668 | foreground 669 | #b3b3b3 670 | 671 | 672 | 673 | 674 | 675 | 676 | 679 | 680 | 681 | name 682 | Entity Punctuation 683 | scope 684 | source.css punctuation.definition.entity 685 | settings 686 | 687 | foreground 688 | #323232 689 | 690 | 691 | 692 | 693 | name 694 | Pseudo Selector 695 | scope 696 | source.css entity.other.attribute-name.pseudo-class, source.css entity.other.attribute-name.pseudo-element 697 | settings 698 | 699 | foreground 700 | #a71d5d 701 | 702 | 703 | 704 | 705 | name 706 | Property Value 707 | scope 708 | source.css meta.value, source.css support.constant, source.css support.function 709 | settings 710 | 711 | foreground 712 | #323232 713 | 714 | 715 | 716 | 717 | name 718 | Color 719 | scope 720 | source.css constant.other.color 721 | settings 722 | 723 | foreground 724 | #ed6a43 725 | 726 | 727 | 728 | 729 | 730 | 731 | 734 | 735 | 736 | name 737 | Entity Punctuation 738 | scope 739 | source.scss punctuation.definition.entity 740 | settings 741 | 742 | foreground 743 | #323232 744 | 745 | 746 | 747 | 748 | name 749 | Pseudo Selector 750 | scope 751 | source.scss entity.other.attribute-name.pseudo-class, source.scss entity.other.attribute-name.pseudo-element 752 | settings 753 | 754 | foreground 755 | #a71d5d 756 | 757 | 758 | 759 | 760 | name 761 | Color 762 | scope 763 | source.scss support.constant.property-value, source.scss support.function 764 | settings 765 | 766 | foreground 767 | #323232 768 | 769 | 770 | 771 | 772 | name 773 | Variable 774 | scope 775 | source.scss variable 776 | settings 777 | 778 | foreground 779 | #a71d5d 780 | 781 | 782 | 783 | 784 | 785 | 786 | 789 | 790 | 791 | name 792 | this 793 | scope 794 | variable.language.this.js 795 | settings 796 | 797 | foreground 798 | #ed6a43 799 | 800 | 801 | 802 | 803 | name 804 | Function 805 | scope 806 | source.js entity.name.function 807 | settings 808 | 809 | foreground 810 | #323232 811 | fontStyle 812 | regular 813 | 814 | 815 | 816 | 817 | name 818 | Function Definition 819 | scope 820 | source.js meta.function entity.name.function, source.js entity.name.function meta.function 821 | settings 822 | 823 | foreground 824 | #795da3 825 | fontStyle 826 | bold 827 | 828 | 829 | 830 | 831 | name 832 | New Function 833 | scope 834 | entity.name.type.new.js 835 | settings 836 | 837 | foreground 838 | #795da3 839 | 840 | 841 | 842 | 843 | name 844 | Function Prototype 845 | scope 846 | variable.language.prototype.js 847 | settings 848 | 849 | foreground 850 | #0086b3 851 | 852 | 853 | 854 | 855 | name 856 | Support Function 857 | scope 858 | source.js support.function 859 | settings 860 | 861 | foreground 862 | #0086b3 863 | 864 | 865 | 866 | 867 | name 868 | Function Prototype 869 | scope 870 | support.type.object.console.js 871 | settings 872 | 873 | foreground 874 | #795da3 875 | 876 | 877 | 878 | 879 | 880 | 881 | 884 | 885 | 886 | name 887 | JSON Property - 20 Deep 888 | scope 889 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 890 | settings 891 | 892 | foreground 893 | #183691 894 | fontStyle 895 | bold 896 | 897 | 898 | 899 | name 900 | JSON Value - 20 Deep 901 | scope 902 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 903 | settings 904 | 905 | foreground 906 | #323232 907 | fontStyle 908 | regular 909 | 910 | 911 | 912 | 913 | name 914 | JSON Property - 19 Deep 915 | scope 916 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 917 | settings 918 | 919 | foreground 920 | #183691 921 | fontStyle 922 | bold 923 | 924 | 925 | 926 | name 927 | JSON Value - 19 Deep 928 | scope 929 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 930 | settings 931 | 932 | foreground 933 | #323232 934 | fontStyle 935 | regular 936 | 937 | 938 | 939 | 940 | name 941 | JSON Property - 18 Deep 942 | scope 943 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 944 | settings 945 | 946 | foreground 947 | #183691 948 | fontStyle 949 | bold 950 | 951 | 952 | 953 | name 954 | JSON Value - 18 Deep 955 | scope 956 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 957 | settings 958 | 959 | foreground 960 | #323232 961 | fontStyle 962 | regular 963 | 964 | 965 | 966 | 967 | name 968 | JSON Property - 17 Deep 969 | scope 970 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 971 | settings 972 | 973 | foreground 974 | #183691 975 | fontStyle 976 | bold 977 | 978 | 979 | 980 | name 981 | JSON Value - 17 Deep 982 | scope 983 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 984 | settings 985 | 986 | foreground 987 | #323232 988 | fontStyle 989 | regular 990 | 991 | 992 | 993 | 994 | name 995 | JSON Property - 16 Deep 996 | scope 997 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 998 | settings 999 | 1000 | foreground 1001 | #183691 1002 | fontStyle 1003 | bold 1004 | 1005 | 1006 | 1007 | name 1008 | JSON Value - 16 Deep 1009 | scope 1010 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1011 | settings 1012 | 1013 | foreground 1014 | #323232 1015 | fontStyle 1016 | regular 1017 | 1018 | 1019 | 1020 | 1021 | name 1022 | JSON Property - 15 Deep 1023 | scope 1024 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1025 | settings 1026 | 1027 | foreground 1028 | #183691 1029 | fontStyle 1030 | bold 1031 | 1032 | 1033 | 1034 | name 1035 | JSON Value - 15 Deep 1036 | scope 1037 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1038 | settings 1039 | 1040 | foreground 1041 | #323232 1042 | fontStyle 1043 | regular 1044 | 1045 | 1046 | 1047 | 1048 | name 1049 | JSON Property - 14 Deep 1050 | scope 1051 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1052 | settings 1053 | 1054 | foreground 1055 | #183691 1056 | fontStyle 1057 | bold 1058 | 1059 | 1060 | 1061 | name 1062 | JSON Value - 14 Deep 1063 | scope 1064 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1065 | settings 1066 | 1067 | foreground 1068 | #323232 1069 | fontStyle 1070 | regular 1071 | 1072 | 1073 | 1074 | 1075 | name 1076 | JSON Property - 13 Deep 1077 | scope 1078 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1079 | settings 1080 | 1081 | foreground 1082 | #183691 1083 | fontStyle 1084 | bold 1085 | 1086 | 1087 | 1088 | name 1089 | JSON Value - 13 Deep 1090 | scope 1091 | meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1092 | settings 1093 | 1094 | foreground 1095 | #323232 1096 | fontStyle 1097 | regular 1098 | 1099 | 1100 | 1101 | 1102 | name 1103 | JSON Property - 12 Deep 1104 | scope 1105 | meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1106 | settings 1107 | 1108 | foreground 1109 | #183691 1110 | fontStyle 1111 | bold 1112 | 1113 | 1114 | 1115 | name 1116 | JSON Value - 12 Deep 1117 | scope 1118 | meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1119 | settings 1120 | 1121 | foreground 1122 | #323232 1123 | fontStyle 1124 | regular 1125 | 1126 | 1127 | 1128 | 1129 | name 1130 | JSON Property - 11 Deep 1131 | scope 1132 | meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1133 | settings 1134 | 1135 | foreground 1136 | #183691 1137 | fontStyle 1138 | bold 1139 | 1140 | 1141 | 1142 | name 1143 | JSON Value - 11 Deep 1144 | scope 1145 | meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1146 | settings 1147 | 1148 | foreground 1149 | #323232 1150 | fontStyle 1151 | regular 1152 | 1153 | 1154 | 1155 | 1156 | name 1157 | JSON Property - 10 Deep 1158 | scope 1159 | meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1160 | settings 1161 | 1162 | foreground 1163 | #183691 1164 | fontStyle 1165 | bold 1166 | 1167 | 1168 | 1169 | name 1170 | JSON Value - 10 Deep 1171 | scope 1172 | meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1173 | settings 1174 | 1175 | foreground 1176 | #323232 1177 | fontStyle 1178 | regular 1179 | 1180 | 1181 | 1182 | 1183 | name 1184 | JSON Property - 9 Deep 1185 | scope 1186 | meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1187 | settings 1188 | 1189 | foreground 1190 | #183691 1191 | fontStyle 1192 | bold 1193 | 1194 | 1195 | 1196 | name 1197 | JSON Value - 9 Deep 1198 | scope 1199 | meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1200 | settings 1201 | 1202 | foreground 1203 | #323232 1204 | fontStyle 1205 | regular 1206 | 1207 | 1208 | 1209 | 1210 | name 1211 | JSON Property - 8 Deep 1212 | scope 1213 | meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1214 | settings 1215 | 1216 | foreground 1217 | #183691 1218 | fontStyle 1219 | bold 1220 | 1221 | 1222 | 1223 | name 1224 | JSON Value - 8 Deep 1225 | scope 1226 | meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1227 | settings 1228 | 1229 | foreground 1230 | #323232 1231 | fontStyle 1232 | regular 1233 | 1234 | 1235 | 1236 | 1237 | name 1238 | JSON Property - 7 Deep 1239 | scope 1240 | meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1241 | settings 1242 | 1243 | foreground 1244 | #183691 1245 | fontStyle 1246 | bold 1247 | 1248 | 1249 | 1250 | name 1251 | JSON Value - 7 Deep 1252 | scope 1253 | meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1254 | settings 1255 | 1256 | foreground 1257 | #323232 1258 | fontStyle 1259 | regular 1260 | 1261 | 1262 | 1263 | 1264 | name 1265 | JSON Property - 6 Deep 1266 | scope 1267 | meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1268 | settings 1269 | 1270 | foreground 1271 | #183691 1272 | fontStyle 1273 | bold 1274 | 1275 | 1276 | 1277 | name 1278 | JSON Value - 6 Deep 1279 | scope 1280 | meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1281 | settings 1282 | 1283 | foreground 1284 | #323232 1285 | fontStyle 1286 | regular 1287 | 1288 | 1289 | 1290 | 1291 | name 1292 | JSON Property - 5 Deep 1293 | scope 1294 | meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1295 | settings 1296 | 1297 | foreground 1298 | #183691 1299 | fontStyle 1300 | bold 1301 | 1302 | 1303 | 1304 | name 1305 | JSON Value - 5 Deep 1306 | scope 1307 | meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1308 | settings 1309 | 1310 | foreground 1311 | #323232 1312 | fontStyle 1313 | regular 1314 | 1315 | 1316 | 1317 | 1318 | name 1319 | JSON Property - 4 Deep 1320 | scope 1321 | meta meta meta meta meta.structure.dictionary.json string.quoted.double.json 1322 | settings 1323 | 1324 | foreground 1325 | #183691 1326 | fontStyle 1327 | bold 1328 | 1329 | 1330 | 1331 | name 1332 | JSON Value - 4 Deep 1333 | scope 1334 | meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1335 | settings 1336 | 1337 | foreground 1338 | #323232 1339 | fontStyle 1340 | regular 1341 | 1342 | 1343 | 1344 | 1345 | name 1346 | JSON Property - 3 Deep 1347 | scope 1348 | meta meta meta meta.structure.dictionary.json string.quoted.double.json 1349 | settings 1350 | 1351 | foreground 1352 | #183691 1353 | fontStyle 1354 | bold 1355 | 1356 | 1357 | 1358 | name 1359 | JSON Value - 3 Deep 1360 | scope 1361 | meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1362 | settings 1363 | 1364 | foreground 1365 | #323232 1366 | fontStyle 1367 | regular 1368 | 1369 | 1370 | 1371 | 1372 | name 1373 | JSON Property - 2 Deep 1374 | scope 1375 | meta meta meta.structure.dictionary.json string.quoted.double.json 1376 | settings 1377 | 1378 | foreground 1379 | #183691 1380 | fontStyle 1381 | bold 1382 | 1383 | 1384 | 1385 | name 1386 | JSON Value - 2 Deep 1387 | scope 1388 | meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1389 | settings 1390 | 1391 | foreground 1392 | #323232 1393 | fontStyle 1394 | regular 1395 | 1396 | 1397 | 1398 | 1399 | name 1400 | JSON Property - 1 Deep 1401 | scope 1402 | meta meta.structure.dictionary.json string.quoted.double.json 1403 | settings 1404 | 1405 | foreground 1406 | #183691 1407 | fontStyle 1408 | bold 1409 | 1410 | 1411 | 1412 | name 1413 | JSON Value - 1 Deep 1414 | scope 1415 | meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1416 | settings 1417 | 1418 | foreground 1419 | #323232 1420 | fontStyle 1421 | regular 1422 | 1423 | 1424 | 1425 | 1426 | name 1427 | JSON Property 1428 | scope 1429 | meta.structure.dictionary.json string.quoted.double.json 1430 | settings 1431 | 1432 | foreground 1433 | #183691 1434 | fontStyle 1435 | bold 1436 | 1437 | 1438 | 1439 | name 1440 | JSON Value 1441 | scope 1442 | meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json 1443 | settings 1444 | 1445 | foreground 1446 | #323232 1447 | fontStyle 1448 | regular 1449 | 1450 | 1451 | 1452 | 1453 | 1454 | 1455 | 1458 | 1459 | 1460 | name 1461 | Keyword 1462 | scope 1463 | source.python keyword 1464 | settings 1465 | 1466 | fontStyle 1467 | bold 1468 | 1469 | 1470 | 1471 | 1472 | name 1473 | Storage 1474 | scope 1475 | source.python storage 1476 | settings 1477 | 1478 | fontStyle 1479 | bold 1480 | 1481 | 1482 | 1483 | 1484 | name 1485 | Storage Type 1486 | scope 1487 | source.python storage.type 1488 | settings 1489 | 1490 | fontStyle 1491 | bold 1492 | 1493 | 1494 | 1495 | 1496 | name 1497 | Function 1498 | scope 1499 | source.python entity.name.function 1500 | settings 1501 | 1502 | foreground 1503 | #323232 1504 | fontStyle 1505 | bold 1506 | 1507 | 1508 | 1509 | 1510 | 1511 | 1512 | 1515 | 1516 | 1517 | name 1518 | Class 1519 | scope 1520 | source.php entity.name.type.class 1521 | settings 1522 | 1523 | foreground 1524 | #323232 1525 | fontStyle 1526 | bold 1527 | 1528 | 1529 | 1530 | 1531 | 1532 | 1533 | 1536 | 1537 | 1538 | name 1539 | Language Variable 1540 | scope 1541 | variable.language.ruby 1542 | settings 1543 | 1544 | foreground 1545 | #ed6a43 1546 | 1547 | 1548 | 1549 | 1550 | name 1551 | Module Name 1552 | scope 1553 | entity.name.type.module.ruby 1554 | settings 1555 | 1556 | foreground 1557 | #795da3 1558 | fontStyle 1559 | bold 1560 | 1561 | 1562 | 1563 | 1564 | name 1565 | Class Name 1566 | scope 1567 | entity.name.type.class.ruby 1568 | settings 1569 | 1570 | foreground 1571 | #795da3 1572 | fontStyle 1573 | bold 1574 | 1575 | 1576 | 1577 | 1578 | name 1579 | Inherited Class 1580 | scope 1581 | entity.other.inherited-class.ruby 1582 | settings 1583 | 1584 | foreground 1585 | #795da3 1586 | fontStyle 1587 | bold 1588 | 1589 | 1590 | 1591 | 1592 | 1593 | 1594 | 1597 | 1598 | 1599 | name 1600 | Punctuation 1601 | scope 1602 | text.html.markdown punctuation.definition 1603 | settings 1604 | 1605 | foreground 1606 | #a71d5d 1607 | 1608 | 1609 | 1610 | 1611 | name 1612 | Separator 1613 | scope 1614 | text.html.markdown meta.separator 1615 | settings 1616 | 1617 | foreground 1618 | #b3b3b3 1619 | 1620 | 1621 | 1622 | 1623 | name 1624 | Heading 1625 | scope 1626 | text.html.markdown markup.heading 1627 | settings 1628 | 1629 | fontStyle 1630 | bold 1631 | 1632 | 1633 | 1634 | 1635 | name 1636 | Code Block 1637 | scope 1638 | text.html.markdown markup.raw.block 1639 | settings 1640 | 1641 | foreground 1642 | #323232 1643 | 1644 | 1645 | 1646 | 1647 | name 1648 | Inline Code 1649 | scope 1650 | text.html.markdown markup.raw.inline 1651 | settings 1652 | 1653 | foreground 1654 | #323232 1655 | 1656 | 1657 | 1658 | 1659 | name 1660 | Link and Image 1661 | scope 1662 | text.html.markdown meta.link, text.html.markdown meta.image 1663 | settings 1664 | 1665 | foreground 1666 | #4183c4 1667 | 1668 | 1669 | 1670 | name 1671 | Link URL 1672 | scope 1673 | text.html.markdown markup.underline.link, text.html.markdown constant.other.reference 1674 | settings 1675 | 1676 | fontStyle 1677 | italic 1678 | 1679 | 1680 | 1681 | 1682 | name 1683 | List 1684 | scope 1685 | text.html.markdown markup.list 1686 | settings 1687 | 1688 | foreground 1689 | #ed6a43 1690 | 1691 | 1692 | 1693 | 1694 | name 1695 | Bold 1696 | scope 1697 | text.html.markdown markup.bold 1698 | settings 1699 | 1700 | fontStyle 1701 | bold 1702 | 1703 | 1704 | 1705 | 1706 | name 1707 | Italic 1708 | scope 1709 | text.html.markdown markup.italic 1710 | settings 1711 | 1712 | fontStyle 1713 | italic 1714 | 1715 | 1716 | 1717 | 1718 | name 1719 | Bold Italic 1720 | scope 1721 | text.html.markdown markup.bold markup.italic 1722 | settings 1723 | 1724 | fontStyle 1725 | bold italic 1726 | 1727 | 1728 | 1729 | 1730 | name 1731 | Italic Bold 1732 | scope 1733 | text.html.markdown markup.italic markup.bold 1734 | settings 1735 | 1736 | fontStyle 1737 | italic bold 1738 | 1739 | 1740 | 1741 | 1742 | 1743 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Seth Lopez 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 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Inspired GitHub Color Scheme 2 | 3 | **This theme is not actively maintained, but PRs are still accepted.** 4 | 5 | Inspired GitHub is a color scheme for Sublime Text 3. It is, obviously, heavily _inspired_ by the syntax highlighting found on GitHub, and not an exact representation. For readability, I've slightly cut down on the amount of color in the highlighting and I've introduced bolding for certain things, such as keywords. 6 | 7 | ## Screenshots 8 | 9 | ### HTML 10 | 11 | ![HTML Syntax Highlighting Example](https://raw.githubusercontent.com/sethlopezme/InspiredGitHub.tmtheme/master/previews/InspiredGitHub-html.png) 12 | 13 | ### CSS 14 | 15 | ![CSS Syntax Highlighting Example](https://raw.githubusercontent.com/sethlopezme/InspiredGitHub.tmtheme/master/previews/InspiredGitHub-css.png) 16 | 17 | ### JavaScript 18 | 19 | ![JavaScript Syntax Highlighting Example](https://raw.githubusercontent.com/sethlopezme/InspiredGitHub.tmtheme/master/previews/InspiredGitHub-javascript.png) 20 | 21 | ### Markdown 22 | 23 | ![Markdown Syntax Highlighting Example](https://raw.githubusercontent.com/sethlopezme/InspiredGitHub.tmtheme/master/previews/InspiredGitHub-markdown.png) 24 | 25 | ## Supported Languages 26 | 27 | While this color scheme will work with any language that your Sublime Text installation supports, I've specifically tested and made adjustments for the following languages and features: 28 | 29 | - CSS 30 | - JavaScript 31 | - JSON (highlighting up to 20 levels deep) 32 | - Markdown 33 | - Python 34 | - PHP 35 | - Ruby 36 | - Sass/SCSS 37 | - Diffs 38 | - Find-in-Files 39 | - [GitGutter](https://packagecontrol.io/packages/GitGutter) 40 | 41 | 42 | ## Sublime Text 3 Installation 43 | 44 | ### Package Control 45 | 46 | 1. Make sure you have [Package Control](https://packagecontrol.io/installation) installed. 47 | 1. Open the Command Palette (`Ctrl+Shift+P` on Windows/Linux; `⌘⇧P` on OSX) and choose _Install Package_. 48 | 1. Choose _Inspired GitHub Color Scheme_ from the list. 49 | 1. Update the `color_scheme` setting in your User Preferences to the path of the new theme. 50 | 51 | ### Manual 52 | 53 | 1. Download the _InspiredGitHub.tmTheme_ file from GitHub. 54 | 1. In Sublime Text, open the Command Palette (`Ctrl+Shift+P` on Windows/Linux; `⇧⌘P` on OSX) and choose _Browse Packages_. 55 | 1. Place the _InspiredGitHub.tmTheme_ file in the `Packages` directory. 56 | 1. Update the `color_scheme` setting in your User Preferences to the path of the new theme. 57 | 58 | ## About 59 | 60 | Created by [Seth Lopez](http://sethlopez.me). Copyright 2015. MIT Licensed. 61 | -------------------------------------------------------------------------------- /messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "install": "messages/install.txt", 3 | "1.1.0": "messages/1.1.0.txt", 4 | "1.2.0": "messages/1.2.0.txt", 5 | "1.2.1": "messages/1.2.1.txt", 6 | "1.3.1": "messages/1.3.1.txt" 7 | } 8 | -------------------------------------------------------------------------------- /messages/1.1.0.txt: -------------------------------------------------------------------------------- 1 | # New in Inspired GitHub Color Scheme 1.1.0 2 | 3 | - Added additional syntax highlighting for regular expressions. 4 | - Added syntax highlighting for FileDiffs. -------------------------------------------------------------------------------- /messages/1.2.0.txt: -------------------------------------------------------------------------------- 1 | # New in Inspired GitHub Color Scheme 1.2.0 2 | 3 | - Added additional syntax highlighting for Ruby. 4 | - Added Ruby to the list of supported languages in the README. 5 | - Updated syntax highlighting for JavaScript. 6 | -------------------------------------------------------------------------------- /messages/1.2.1.txt: -------------------------------------------------------------------------------- 1 | # What's New in Inspired GitHub Color Scheme 1.2.0 2 | 3 | - Fixed a long-standing issue with the color scheme where invalid text was difficult to see while the cursor was on the same line. Invalids are now presented as red and bold text with a light gray background. 4 | -------------------------------------------------------------------------------- /messages/1.3.1.txt: -------------------------------------------------------------------------------- 1 | # What's new in Inspired GitHub Color Scheme 1.3.1 2 | 3 | - Added styling for member accessor punctuation, such as `.` for Python or JavaScript or `->` and `::` for PHP. Shout out to @robbinfellow on GitHub for the PR! 4 | -------------------------------------------------------------------------------- /messages/install.txt: -------------------------------------------------------------------------------- 1 | # Inspired GitHub Color Scheme 2 | 3 | Thanks for checking out my color scheme! I hope you enjoy using it. If you have any questions, issues, or suggestions for improvement, feel free to create an issue on GitHub or send me a tweet and I'll do my best to help you out. 4 | 5 | Twitter: @sethlopez 6 | GitHub Repo: https://github.com/sethlopezme/InspiredGitHub.tmtheme 7 | GitHub Issues: https://github.com/sethlopezme/InspiredGitHub.tmtheme/issues -------------------------------------------------------------------------------- /previews/InspiredGitHub-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethlopez/InspiredGitHub.tmtheme/bfd9f580d24cf65b6b73c104a08aae51512e4a5c/previews/InspiredGitHub-css.png -------------------------------------------------------------------------------- /previews/InspiredGitHub-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethlopez/InspiredGitHub.tmtheme/bfd9f580d24cf65b6b73c104a08aae51512e4a5c/previews/InspiredGitHub-html.png -------------------------------------------------------------------------------- /previews/InspiredGitHub-javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethlopez/InspiredGitHub.tmtheme/bfd9f580d24cf65b6b73c104a08aae51512e4a5c/previews/InspiredGitHub-javascript.png -------------------------------------------------------------------------------- /previews/InspiredGitHub-markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sethlopez/InspiredGitHub.tmtheme/bfd9f580d24cf65b6b73c104a08aae51512e4a5c/previews/InspiredGitHub-markdown.png --------------------------------------------------------------------------------