├── .gitignore ├── .travis.yml ├── .vscode └── settings.json ├── Icon ├── Icon .original ├── LICENSE ├── Makefile ├── README.md ├── package.json └── pro-colors.themeX └── theme.yml /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/* 2 | pro-colors.themeX/builds/* 3 | .DS_Store 4 | .env -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - '5.8.0' -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "cSpell.words": [ 3 | "APPLESCRIPT", 4 | "Arendelle", 5 | "byteptr", 6 | "charptr", 7 | "GLSL", 8 | "Graident", 9 | "HAXE", 10 | "invisibles", 11 | "itunes", 12 | "JISON", 13 | "jsdoc", 14 | "KARYSCRIPT", 15 | "Keyframes", 16 | "Keyof", 17 | "mappedtype", 18 | "metatag", 19 | "Metatags", 20 | "muliline", 21 | "nativeint", 22 | "Nearely", 23 | "NEARLEY", 24 | "nowdoc", 25 | "Nunjucks", 26 | "objectliteral", 27 | "PAGEMAN", 28 | "parens", 29 | "PEGJS", 30 | "PURESCRIPT", 31 | "readwrite", 32 | "struct", 33 | "typeof", 34 | "typeparameters", 35 | "vendored", 36 | "voidptr", 37 | "WEBASSEMBLY" 38 | ], 39 | "cSpell.enableFiletypes": [ 40 | "!yaml" 41 | ] 42 | } -------------------------------------------------------------------------------- /Icon : -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pouyakary/ProColors/0951ec3121ecc5996b2fee904e5c6e04ceeb1b12/Icon -------------------------------------------------------------------------------- /Icon .original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pouyakary/ProColors/0951ec3121ecc5996b2fee904e5c6e04ceeb1b12/Icon .original -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | # Kary Pro Colors - A Color Theme for Code and Other Things 2 | # Copyright (C) 2015-present Pouya Kary 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see . 16 | 17 | # 18 | # Make sure you have a .env file with the variable 19 | # "PRO_COLORS_TEST_PATH" set to the directory in which 20 | # you wish to copy the build files into 21 | # 22 | 23 | include .env 24 | export $(shell sed 's/=.*//' .env) 25 | 26 | BUILD_FOLDER=pro-colors.themeX/builds/sublime 27 | 28 | test: copy-to-test 29 | 30 | copy-to-test: compile karyprocolors-dark.tmTheme karyprocolors-light.tmTheme 31 | 32 | %.tmTheme: 33 | cp -f $(BUILD_FOLDER)/$*.tmTheme $(PRO_COLORS_TEST_PATH)/$*.tmTheme 34 | 35 | compile: 36 | themex pro-colors.themeX -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 19 | 20 | __Pro Colors__ is a theme designed in the most careful manners for harmony and happy looking. The idea is to have a theme that looks pretty and reminds you of candy, has harmony in it's look, changes the feel of programming to something completely different and is fairly professional. 21 | 22 | [→ Get Pro Colors for Code](https://marketplace.visualstudio.com/items?itemName=karyfoundation.theme-karyfoundation-themes) 23 | 24 |
25 | 26 | ![Screenshot of Kary Pro Colors](https://user-images.githubusercontent.com/2157285/130625266-e6e6c071-ec36-430a-a034-3d153e8f3f18.png) 27 | 28 | 29 | ## First-class Language Support 30 | __Pro Colors__ supports a big range of languages very good. It fully implements the [TextMate's tmTheme colors](https://www.sublimetext.com/docs/3/color_schemes_tmtheme.html) so all of the languages are supported, but Pro Colors provides first-class support for these languages, First-class support means that each token of the language grammar has it's own unique Pro Colors custom coloring, making sure all tokens are colored and the overall experience is harmonized and legible. 31 | 32 | | Name | Token Coverage | Grammar Provider | Grammar Quality (Token Coverage) | 33 | |:----------------------|:----------------------|:--------------------------|:----------------------------------| 34 | | AppleScript | Full | Jan T. Sott | High | 35 | | Arendelle | Full | Kary | High | 36 | | Bash | Full | Microsoft | Very Low | 37 | | C | Full | Microsoft | High | 38 | | C# | Full | Microsoft | Normal | 39 | | C++ | Full | Microsoft | High | 40 | | F# | Full | Microsoft | Good | 41 | | F# | Known Tokens | Microsoft | Very Low | 42 | | Fish Shell | Full | Kary | Good | 43 | | GLSL | Full | @stef-levesque | High | 44 | | GNU Make | Full | Microsoft | Good | 45 | | Go | Full | Microsoft | High | 46 | | Haskell | Known Tokens | Justus Adam | Very Low | 47 | | Haxe | Full | vshaxe | High | 48 | | HTML | Full | Microsoft | High | 49 | | IDF | Full | Kary | High | 50 | | JavaScript | Full | Microsoft | High | 51 | | Jison | Full | Kary | High | 52 | | JSON | Full | Microsoft | High | 53 | | KaryScript | Full | Kary | High | 54 | | LESS | Full | Microsoft | High | 55 | | Make | Known Tokens | Microsoft | Very Low | 56 | | Markdown | Full | Microsoft | High | 57 | | Nearely | Full | Kary | High | 58 | | Ohm | Full | Attila Hajdrik | Very Good | 59 | | Pageman | Full | Kary | Very Good | 60 | | PEG.js | Full | Tobias Kahlert | High | 61 | | PHP | Full | Microsoft | Very Good | 62 | | PureScript | Known Tokens | Nicholas Wolverson | Good | 63 | | Python | Full | Microsoft | Very Low | 64 | | Racket | Full | Kary | Low | 65 | | Regular Expressions | Full | Various Authors | High | 66 | | Ruby | Full | Microsoft | Low | 67 | | Rust | Full | Microsoft | Very Good | 68 | | Swift | Full | Microsoft | Normal | 69 | | SCSS | Full | Microsoft | High | 70 | | TypeScript | Full | Microsoft | High | 71 | | V | Full | V Language + Kary | Very Good | 72 | | WebAssembly | Full | WebAssembly Foundation | Very Good | 73 | | XML | Full | Microsoft | High | 74 | | Yaml | Full | Microsoft | High | 75 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "pro-colors", 3 | "version": "0.0.1", 4 | "scripts": { 5 | "test": "themex test", 6 | "build": "themex; bash build.sh" 7 | }, 8 | "dependencies": { 9 | "themex": "0.0.3" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /pro-colors.themeX/theme.yml: -------------------------------------------------------------------------------- 1 | --- 2 | # # Kary Pro Colors - A Color Theme for 3 | # Code and Other Things # Copyright (C) 4 | # 2015-present Pouya Kary 5 | # 6 | # # This program is free software: you can 7 | # redistribute it and/or modify # it under 8 | # the terms of the GNU General Public 9 | # License as published by # the Free 10 | # Software Foundation, either version 3 of 11 | # the License, or # (at your option) any 12 | # later version. 13 | # 14 | # # This program is distributed in the 15 | # hope that it will be useful, # but 16 | # WITHOUT ANY WARRANTY; without even the 17 | # implied warranty of # MERCHANTABILITY or 18 | # FITNESS FOR A PARTICULAR PURPOSE. See 19 | # the # GNU General Public License for 20 | # more details. 21 | # 22 | # # You should have received a copy of the 23 | # GNU General Public License # along with 24 | # this program. If not, 25 | # see . 26 | 27 | # MARK: Base Info 28 | 29 | version: 15.1.0 30 | description: A very carefully designed theme for your eyes to enjoy. 31 | author: Pouya Kary 32 | colorSpaceName: sRGB 33 | 34 | # MARK: Themes 35 | 36 | themes: 37 | - name: Kary Pro Colors - Light 38 | uuid: 7e88f0fb-3ece-4905-9e8d-ebd393352ecb 39 | baseColor: light 40 | colors: 41 | comment: 9BA6B5 42 | gray: 65758d 43 | darkGray: 9B9B9B 44 | blue: 3778B7 45 | green: 428226 46 | red: C94824 47 | pink: B052A1 48 | orange: A56416 49 | settings: 50 | background: F0F6FB 51 | caret: 00BBEC 52 | foreground: .gray 53 | invisibles: E4E4E4 54 | lineHighlight: E7F0F7 55 | selection: CFF0F9 56 | comment: .comment 57 | 58 | - name: Kary Pro Colors - Dark 59 | uuid: c156815c-3cb2-4fcd-87c5-384015652e88 60 | baseColor: dark 61 | colors: 62 | comment: 888888 63 | gray: 909090 64 | darkGray: CACACA 65 | blue: 819DC2 66 | green: 7DA76F 67 | red: D38569 68 | pink: B98EB2 69 | orange: BC9550 70 | settings: 71 | background: 1A1A1A 72 | caret: 00BBEC 73 | foreground: .gray 74 | invisibles: 474747 75 | lineHighlight: 242424 76 | selection: 133853 77 | comment: .comment 78 | 79 | # MARK: General 80 | 81 | rules: 82 | - name: Operators 83 | scopes: 84 | - keyword.operator 85 | - operator.annotation.type.keyword 86 | - var.expr.primitive.annotation.type.keyword.meta 87 | color: .gray 88 | 89 | - name: Logical Operators 90 | scope: logical.operator.meta 91 | color: .gray 92 | 93 | - name: Strings 94 | scope: string 95 | color: .green 96 | 97 | - name: RegExp 98 | scope: string 99 | color: .blue 100 | 101 | - name: String Interpolation Begin and End 102 | scopes: 103 | - begin.expression.string 104 | - end.expression.string 105 | color: .pink 106 | 107 | - name: String Interpolation Body 108 | scope: expression.string 109 | color: .gray 110 | 111 | - name: Number 112 | scope: constant.numeric 113 | color: .blue 114 | 115 | - name: Built-in constant 116 | scope: constant.language 117 | color: .green 118 | 119 | - name: User-defined constant 120 | scopes: 121 | - constant.character 122 | - constant.other 123 | color: .green 124 | 125 | - name: Keyword 126 | scope: keyword 127 | color: .pink 128 | 129 | - name: Storage 130 | scope: storage 131 | color: .pink 132 | 133 | - name: Storage type 134 | scope: storage.type 135 | color: .orange 136 | 137 | - name: Module Name 138 | scopes: 139 | - module.meta 140 | - function.object.block.variable.meta 141 | color: .orange 142 | 143 | - name: Class name 144 | scope: entity.name.class 145 | color: .red 146 | 147 | - name: Class Super 148 | scope: super.meta 149 | color: .pink 150 | 151 | - name: Class property 152 | scope: property.field.declaration.class.meta 153 | color: .red 154 | 155 | - name: Inherited Class 156 | scope: entity.other.inherited-class 157 | color: .red 158 | 159 | - name: this 160 | scope: this.class.meta 161 | color: .green 162 | 163 | - name: function argument 164 | scopes: 165 | - variable.parameter 166 | - function.parameters.entity.name.meta 167 | color: .blue 168 | 169 | - name: Function definition 170 | scope: entity.name.function 171 | color: .red 172 | bold: true 173 | 174 | - name: Variable 175 | scope: variable 176 | color: .blue 177 | 178 | - name: Variable Def 179 | scope: var-single-variable.variable.readwrite.other.meta 180 | color: .blue 181 | 182 | - name: Markup Headings 183 | scope: markup.heading 184 | color: CB4718 185 | 186 | - name: RegExp Operator 187 | scopes: 188 | - regexp.operator.keyword.meta 189 | - regex.operator.keyboard.meta 190 | color: .blue 191 | 192 | - name: Optionality Operator 193 | scope: punctuation.accessor.optional 194 | color: .orange 195 | 196 | - name: Constants 197 | scope: constant 198 | color: .green 199 | 200 | # MARK: Semantic Tokens 201 | 202 | - name: Semantic Token Namespace 203 | scope: namespace 204 | color: .orange 205 | 206 | - name: Semantic Token Class 207 | scope: class 208 | color: .green 209 | 210 | - name: Semantic Token Enum 211 | scope: enum 212 | color: .green 213 | 214 | - name: Semantic Token Interface 215 | scope: interface 216 | color: .green 217 | 218 | - name: Semantic Token Struct 219 | scope: struct 220 | color: .green 221 | 222 | - name: Semantic Token Type Parameter 223 | scope: typeParameter 224 | color: .green 225 | 226 | - name: Semantic Token Type 227 | scope: type 228 | color: .green 229 | 230 | - name: Semantic Token Parameter 231 | scope: parameter 232 | color: .blue 233 | 234 | - name: Semantic Token Variable 235 | scope: variable 236 | color: .blue 237 | 238 | - name: Semantic Token Property 239 | scope: property 240 | color: .red 241 | 242 | - name: Semantic Token Enum Member 243 | scope: enumMember 244 | color: .blue 245 | 246 | - name: Semantic Token Decorator 247 | scope: decorator 248 | color: .blue 249 | 250 | - name: Semantic Token Event 251 | scope: event 252 | color: .red 253 | 254 | - name: Semantic Token Function 255 | scope: function 256 | color: .red 257 | 258 | - name: Semantic Token Method 259 | scope: method 260 | color: .red 261 | 262 | - name: Semantic Token Macro 263 | scope: macro 264 | color: .orange 265 | 266 | - name: Semantic Token Label 267 | scope: label 268 | color: .green 269 | 270 | - name: Semantic Token Comment 271 | scope: comment 272 | color: .comment 273 | 274 | - name: Semantic Token String 275 | scope: string 276 | color: .green 277 | 278 | - name: Semantic Token Keyword 279 | scope: keyword 280 | color: .pink 281 | 282 | - name: Semantic Token Number 283 | scope: number 284 | color: .blue 285 | 286 | - name: Semantic Token Regular Expression 287 | scope: regexp 288 | color: .orange 289 | 290 | - name: Semantic Token Operator 291 | scope: struct 292 | color: .orange 293 | 294 | # MARK: Extended Semantic Keywords 295 | 296 | - name: Semantic Declaration Keywords 297 | scope: keyword.declaration 298 | color: .orange 299 | 300 | # MARK: Karyscript 301 | 302 | - name: Named Objects 303 | scope: storage.modifier.named.karyscript 304 | color: .pink 305 | 306 | - name: Object Keys 307 | scope: meta.object-literal.key.karyscript 308 | color: .blue 309 | 310 | - name: Placeholder Names 311 | scope: constant.language.placeholder.karyscript 312 | color: .green 313 | 314 | - name: Tag Children 315 | scope: meta.jsx.children 316 | color: .green 317 | 318 | # MARK: Html And Xml 319 | 320 | - name: Tag name 321 | scopes: 322 | - punctuation.definition.tag.html 323 | - punctuation.definition.tag.begin 324 | - punctuation.definition.tag.end 325 | - entity.name.tag 326 | color: .blue 327 | 328 | - name: Tag attribute 329 | scope: entity.other.attribute-name 330 | color: .pink 331 | 332 | - name: Tag Assignment Keyword 333 | scope: meta.tag.attributes keyword.operator.assignment 334 | color: .gray 335 | 336 | - name: HTML String 337 | scopes: 338 | - string.quoted.single.html 339 | - string.quoted.double.html 340 | - string.html 341 | color: .green 342 | 343 | - name: HTML DOCTYPE 344 | scopes: 345 | - doctype.html.tag.meta 346 | - meta.tag.sgml.doctype.html 347 | - punctuation.definition.tag.html 348 | color: .blue 349 | 350 | - name: HTML Entities 351 | scope: character.constant.entity.html 352 | color: .orange 353 | 354 | - name: HTML Derivatives 355 | scope: text.html.derivative 356 | color: .orange 357 | 358 | # MARK: Nunjucks 359 | 360 | - name: Nunjucks Brackets 361 | scope: entity.tag.tagbraces.nunjucks 362 | color: .orange 363 | 364 | - name: Numjucks Filter Pipe 365 | scope: string.unquoted.filter-pipe.nunjucks 366 | color: .red 367 | 368 | - name: Numjucks 369 | scope: string.unquoted.tag-string.nunjucks 370 | color: .blue 371 | 372 | - name: Numjucks Attribute 373 | scope: storage.type.attr.nunjucks 374 | color: .green 375 | 376 | # MARK: Markdown 377 | 378 | - name: markdown styles 379 | scopes: 380 | - markup.bold.markdown 381 | - markup.italic.markdown 382 | color: .orange 383 | 384 | - name: markdown code 385 | scope: markup.fenced_code.block.markdown 386 | color: .green 387 | 388 | - name: markdown image 389 | scopes: 390 | - meta.image.inline.markdown 391 | - string.other.link.description.markdown 392 | color: .pink 393 | 394 | - name: markdown link 395 | scopes: 396 | - meta.link.inline.markdown 397 | - string.other.link.title.markdown 398 | color: .blue 399 | 400 | - name: Markdown Header 401 | scopes: 402 | - punctuation.definition.heading.markdown 403 | - entity.name.section.markdown 404 | - markup.heading.markdown 405 | color: .red 406 | 407 | # MARK: Pageman 408 | 409 | - name: Pageman Section Commands 410 | scope: constant.language.pageman-parts.pageman 411 | color: .green 412 | 413 | - name: Pageman Markdown Headers 414 | scope: variable.other.markdown-header.pageman 415 | color: .red 416 | 417 | - name: Pageman Jekyll Liquid Language Support 418 | scopes: 419 | - storage.type.liquid-g1.pageman 420 | - storage.type.liquid-g2.pageman 421 | color: .pink 422 | 423 | - name: Pageman HTML Tags 424 | scope: string.html-tag.pageman 425 | color: .blue 426 | 427 | - name: Pageman Legend Phrases 428 | scope: storage.type.legend.pageman 429 | color: .orange 430 | 431 | - name: Pageman Markdown Links / Images 432 | scope: keyword.control.markdown-image-or-link.pageman 433 | color: .pink 434 | 435 | - name: Pageman Code Block 436 | scope: variable.other.muliline-markdown-pre-box.pageman 437 | color: .orange 438 | 439 | - name: Pageman Inline Markdown Code Block 440 | scope: variable.other.inline-code-block-markdown.pageman 441 | color: .red 442 | 443 | - name: Pageman Markdown Tables 444 | scope: storage.type.markdown-table.pageman 445 | color: .red 446 | 447 | - name: Pageman HTML special characters 448 | scope: variable.other.html-special-chars.pageman 449 | color: .red 450 | 451 | - name: Pageman Jekyll Header 452 | scope: constant.language.jekyll-header.pageman 453 | color: .green 454 | 455 | # MARK: Css 456 | 457 | - name: CSS Selectors (General) 458 | scope: meta.selector.css 459 | color: .pink 460 | 461 | - name: CSS ID Selectors 462 | scope: id.selector.css 463 | color: .orange 464 | 465 | - name: CSS Tag Selectors 466 | scopes: 467 | - tag.selector.css 468 | - tag.name.entity.css 469 | color: .red 470 | 471 | - name: CSS property 472 | scope: support.type.property-name.css 473 | color: .green 474 | 475 | - name: CSS Constants 476 | scopes: 477 | - constant.other.css 478 | - meta.property-value.css 479 | color: .blue 480 | 481 | - name: CSS Constant 482 | scopes: 483 | - support.constant.property-value.css 484 | - support.constant.color.w3c-standard-color-name.css 485 | - support.type.property-name.media-feature.media.css 486 | color: .red 487 | 488 | - name: CSS Function 489 | scope: function.meta.css 490 | color: .blue 491 | 492 | - name: Media keyword 493 | scope: keyword.control.at-rule.media.css 494 | color: .orange 495 | 496 | - name: Media property 497 | scope: support.type.property-name.media.css 498 | color: .red 499 | 500 | - name: Media at rules 501 | scope: meta.at-rule.media.header.css 502 | color: .blue 503 | 504 | - name: Entity Selector 505 | scope: punctuation.definition.entity.css 506 | color: .blue 507 | 508 | - name: CSS Variable 509 | scopes: 510 | - variable.css 511 | - variable.argument.css 512 | color: .orange 513 | 514 | - name: CSS Media Operators 515 | scopes: 516 | - keyword.operator.logical.only.media.css 517 | - keyword.operator.logical.and.media.css 518 | color: .red 519 | 520 | - name: CSS Vendor Property Name 521 | scope: support.type.vendored.property-name.css 522 | color: .blue 523 | 524 | - name: CSS Graident Operators 525 | scope: keyword.operator.gradient.css 526 | color: .orange 527 | 528 | - name: CSS Keyframes Percentage 529 | scope: entity.other.keyframe-offset.percentage.css 530 | color: .orange 531 | 532 | - name: CSS Simple Meta 533 | scope: meta.property-name.css 534 | color: .red 535 | 536 | - name: CSS Attribute 537 | scope: entity.other.attribute-name.css 538 | color: .orange 539 | 540 | - name: CSS Class 541 | scope: entity.other.attribute-name.class.css 542 | color: .orange 543 | 544 | - name: CSS Attribute 545 | scope: entity.other.attribute-name.pseudo-class.css 546 | color: .green 547 | 548 | - name: CSS Element Id 549 | scopes: 550 | - punctuation.definition.entity.css 551 | - entity.other.attribute-name.id.css 552 | color: .red 553 | 554 | - name: CSS Keyframe Offset 555 | scope: entity.other.keyframe-offset.css 556 | color: .blue 557 | 558 | # MARK: Less 559 | 560 | - name: Variables 561 | scope: variable.other.less 562 | color: .orange 563 | 564 | # MARK: Javascript And Typescript 565 | 566 | - name: Support Variables 567 | scopes: 568 | - support.variable.object.process 569 | - support.variable.property.process 570 | - support.variable.property 571 | color: .orange 572 | 573 | - name: dir names and Stuff 574 | scope: support.variable.object.node 575 | color: .blue 576 | 577 | - name: Namespace Object Stuff 578 | scopes: 579 | - variable.other.object 580 | - support.constant.math 581 | - support.module.node 582 | - support.variable.dom 583 | - support.class.console 584 | color: .orange 585 | 586 | - name: Math properties 587 | scope: support.constant.property.math 588 | color: .green 589 | 590 | - name: Constant property 591 | scope: variable.other.object.property 592 | color: .orange 593 | 594 | - name: DOM property 595 | scopes: 596 | - support.variable.property.dom 597 | - support.class.dom 598 | color: .orange 599 | 600 | - name: Export Keyword 601 | scope: keyword.control.export 602 | color: .orange 603 | 604 | - name: Module Name 605 | scope: entity.name.type.module 606 | color: .red 607 | 608 | - name: Built-in classes 609 | scope: support.class.builtin 610 | color: .orange 611 | 612 | - name: Storage Types 613 | scope: storage.type 614 | color: .pink 615 | 616 | - name: Default 617 | scope: keyword.control.default 618 | color: .orange 619 | 620 | - name: Storage Type Property 621 | scope: storage.type.property 622 | color: .orange 623 | 624 | - name: Operators 625 | scopes: 626 | - keyword.operator.new 627 | - keyword.operator.expression.of 628 | - keyword.operator.expression.typeof 629 | - keyword.operator.expression.in 630 | color: .pink 631 | 632 | - name: Arithmetic Operators 633 | scope: keyword.operator.arithmetic.ts 634 | color: .red 635 | 636 | - name: Support Operators 637 | scope: support.function 638 | color: .red 639 | 640 | - name: Support Constants 641 | scope: support.constant 642 | color: .orange 643 | 644 | - name: Class names 645 | scope: entity.name.type.class 646 | color: .red 647 | 648 | - name: Storage Modifiers 649 | scope: storage.modifier 650 | color: .orange 651 | 652 | - name: Builtin Types 653 | scope: support.type.builtin 654 | color: .green 655 | 656 | - name: Object Keys 657 | scope: meta.object-literal.key 658 | color: .red 659 | 660 | - name: Support Modules 661 | scope: support.type.object.module 662 | color: .orange 663 | 664 | - name: declaration names 665 | scopes: 666 | - storage.type.namespace 667 | - storage.type.function 668 | - storage.type.class 669 | - storage.type.interface 670 | - storage.type.type 671 | color: .orange 672 | 673 | - name: Var export 674 | scope: meta.var.expr keyword.control.export 675 | color: .pink 676 | 677 | - name: JavaScript support class 678 | scope: support.class 679 | color: .green 680 | 681 | - name: Template String Expressions 682 | scopes: 683 | - punctuation.definition.template-expression.begin 684 | - punctuation.definition.template-expression.end 685 | color: .pink 686 | 687 | - name: JS DOC Type 688 | scopes: 689 | - punctuation.definition.block.tag.jsdoc 690 | - storage.type.class.jsdoc 691 | color: .pink 692 | 693 | - name: JS DOC Entity Name 694 | scopes: 695 | - entity.name.type.instance.jsdoc 696 | - punctuation.definition.bracket.curly.begin.jsdoc 697 | - punctuation.definition.bracket.curly.end.jsdoc 698 | color: .green 699 | 700 | - name: Sublime Specific / New Keyword 701 | scope: keyword.operator.word.new.js 702 | color: .pink 703 | 704 | - name: Arithmetic Operators 705 | scope: keyword.operator.arithmetic 706 | color: .gray 707 | 708 | - name: Assignment Operator 709 | scope: keyword.operator.assignment 710 | color: .orange 711 | 712 | - name: JSX Tag 713 | scope: punctuation.definition.tag 714 | color: .green 715 | 716 | - name: JavaScript Delete Keyword 717 | scope: keyword.operator.expression.delete 718 | color: .pink 719 | 720 | - name: JavaScript Private Operator 721 | scope: meta.class 722 | color: .red 723 | 724 | - name: JavaScript/TypeScript Constants 725 | scope: variable.other.constant 726 | color: .blue 727 | 728 | # MARK: TypeScript 729 | 730 | - name: TypeScript Namespace declaration 731 | scopes: 732 | - meta.namespace.declaration.ts 733 | - meta.namespace.declaration.tsx 734 | color: .red 735 | 736 | - name: TypeScript Types 737 | scopes: 738 | - meta.type.annotation.ts 739 | - meta.type.annotation.tsx 740 | - entity.name.type.ts 741 | - entity.name.type.tsx 742 | - meta.brace.angle.ts 743 | - meta.brace.angle.tsx 744 | - entity.name.type.interface.ts 745 | - entity.name.type.interface.tsx 746 | - entity.name.type.tx 747 | - entity.name.type.tsx 748 | color: .green 749 | 750 | - name: TypeScript Type Alias 751 | scopes: 752 | - entity.name.type.alias.ts 753 | - entity.name.type.alias.tsx 754 | color: .red 755 | 756 | - name: TypeScript Primitive Types 757 | scopes: 758 | - support.type.primitive.ts 759 | - support.type.primitive.tsx 760 | color: .green 761 | 762 | - name: Mapped Type Facilities 763 | scopes: 764 | - meta.indexer.mappedtype.declaration.ts 765 | - meta.indexer.mappedtype.declaration.tsx 766 | color: .pink 767 | 768 | # MARK: Regular Expression 769 | 770 | - name: RegExp Punctuations 771 | scope: punctuation.definition.group.regexp 772 | color: .orange 773 | 774 | - name: RegExp No Capture Group 775 | scope: punctuation.definition.group.no-capture.regexp 776 | color: .red 777 | 778 | - name: RegExp Character Class 779 | scope: punctuation.definition.character-class.regexp 780 | color: .pink 781 | 782 | - name: RegExp Character Class Constant 783 | scope: constant.other.character-class.regexp 784 | color: .red 785 | 786 | - name: RegExp Or Keywords 787 | scope: keyword.operator.or.regexp 788 | color: .blue 789 | 790 | - name: RegExp Numeric Escape 791 | scope: constant.character.numeric.regexp 792 | color: .red 793 | 794 | - name: RegExp Exclude Keyword 795 | scope: keyword.operator.negation.regexp 796 | color: .blue 797 | 798 | - name: RegExp Anchor Keywords 799 | scope: keyword.control.anchor.regexp 800 | color: .red 801 | 802 | - name: RegExp Qualifier Keywords 803 | scope: keyword.operator.quantifier.regexp 804 | color: .blue 805 | 806 | - name: RegExp Character Class 807 | scope: constant.other.character-class.set.regexp 808 | color: .red 809 | 810 | - name: Keyof Keyword 811 | scope: keyword.operator.expression.keyof 812 | color: .pink 813 | 814 | # MARK: Ruby 815 | 816 | - name: Ruby Support classes 817 | scope: support.class.ruby 818 | color: .orange 819 | 820 | - name: Ruby Special Methods 821 | scopes: 822 | - keyword.other.special-method.ruby 823 | color: .red 824 | 825 | - name: Ruby defs 826 | scope: def.meta.ruby 827 | color: .orange 828 | 829 | - name: Ruby | ... | Separators 830 | scope: separator.variable.punctuation.ruby 831 | color: .orange 832 | 833 | - name: Ruby Vars 834 | scope: variable.ruby 835 | color: .green 836 | 837 | - name: Ruby Vars that needs to be blue 838 | scopes: 839 | - class.variable.ruby 840 | - instance.variable.ruby 841 | color: .blue 842 | 843 | - name: Ruby Global Vars 844 | scope: global.variable.ruby 845 | color: .red 846 | 847 | - name: Ruby String Interpolation Signs 848 | scopes: 849 | - embedded.begin.string.punctuation.ruby 850 | - embedded.end.string.punctuation.ruby 851 | color: .pink 852 | 853 | - name: Ruby String Interpolation Body 854 | scope: embedded.string.punctuation.ruby 855 | color: .gray 856 | 857 | - name: Ruby Functions 858 | scopes: 859 | - meta.require.ruby 860 | color: .red 861 | 862 | - name: Ruby Separators 863 | scope: punctuation.separator.other.ruby 864 | color: .orange 865 | 866 | # MARK: Python 867 | 868 | - name: Python Base 869 | scope: source.python 870 | color: .blue 871 | 872 | - name: Function Call 873 | scopes: 874 | - function-call.python 875 | - meta.function-call.generic.python 876 | color: .red 877 | 878 | - name: Function Variables 879 | scopes: 880 | - meta.function-call.arguments.python 881 | color: .blue 882 | 883 | - name: Logical Keywords 884 | scope: keyword.operator.logical.python 885 | color: .pink 886 | 887 | - name: Arithmetic Keywords 888 | scope: keyword.operator.arithmetic.python 889 | color: .red 890 | 891 | - name: Assignment Keywords 892 | scope: keyword.operator.assignment.python 893 | color: .orange 894 | 895 | - name: Python RegEx Escape 896 | scope: constant.character.escape.regexp 897 | color: .orange 898 | 899 | - name: Python RegExp Boundary 900 | scopes: 901 | - support.other.match.begin.regexp 902 | - support.other.match.end.regexp 903 | color: .red 904 | 905 | - name: Python RegEx Set 906 | scopes: 907 | - constant.other.set.regexp 908 | - constant.character.set.regexp 909 | color: .pink 910 | 911 | - name: Python Slice Operator 912 | scope: punctuation.separator.slice.python 913 | color: .pink 914 | 915 | - name: Python Self 916 | scope: variable.parameter.function.language.special.self.python 917 | color: .blue 918 | 919 | - name: Python Decorator 920 | scopes: 921 | - support.type.python 922 | - punctuation.definition.decorator.python 923 | - entity.name.function.decorator.python 924 | color: .green 925 | 926 | - name: Python String Placeholder 927 | scope: constant.character.format.placeholder.other.python 928 | color: .orange 929 | 930 | - name: Python Self Keyword 931 | scope: variable.language.special.self.python 932 | color: .green 933 | 934 | # MARK: JSON 935 | 936 | - name: JSON Keys 937 | scope: support.type.property-name.json 938 | color: .blue 939 | 940 | - name: JSON True False 941 | scope: constant.language.json 942 | color: .pink 943 | 944 | # MARK: Go 945 | 946 | - name: Source Go 947 | scope: source.go 948 | color: .blue 949 | 950 | - name: Package Keyword 951 | scope: keyword.package.go 952 | color: .orange 953 | 954 | - name: Package Name 955 | scope: entity.name.package.go 956 | color: .red 957 | 958 | - name: Type Colors 959 | scopes: 960 | - keyword.type.go 961 | - keyword.struct.go 962 | color: .orange 963 | 964 | - name: numbers 965 | scopes: 966 | - constant.numeric.integer.go 967 | - constant.numeric.floating-point.go 968 | color: .green 969 | 970 | - name: Address Operator 971 | scope: keyword.operator.address.go 972 | color: .pink 973 | 974 | # - name: Assignment Keyword 975 | # scope: keyword.operator.assignment.go 976 | # color: .gray 977 | 978 | - name: Enum Keyword 979 | scope: storage.type.enum.ts 980 | color: .orange 981 | 982 | - name: Enum Type 983 | scope: entity.name.type.enum 984 | color: .green 985 | 986 | - name: Function Keyword 987 | scope: keyword.function.go 988 | color: .orange 989 | 990 | - name: Go Types 991 | scopes: 992 | - storage.type.string.go 993 | - entity.name.type.go 994 | color: .green 995 | 996 | - name: Go Arithmetic 997 | scope: keyword.operator.arithmetic.go 998 | color: .red 999 | 1000 | - name: Go String Interpolations 1001 | scope: constant.other.placeholder.go 1002 | color: .orange 1003 | 1004 | - name: Go Int 1005 | scope: storage.type.numeric.go 1006 | color: .green 1007 | 1008 | - name: Go Interface Keyword 1009 | scope: keyword.interface.go 1010 | color: .orange 1011 | 1012 | - name: Go Package 1013 | scope: entity.name.type.package.go 1014 | color: .red 1015 | 1016 | # MARK: C And C Plus Plus 1017 | 1018 | - name: Cpp Arithmetics 1019 | scope: keyword.operator.arithmetic.cpp 1020 | color: .red 1021 | 1022 | - name: Pointer Accessor 1023 | scope: punctuation.separator.pointer-access.cpp 1024 | color: .pink 1025 | 1026 | - name: C and C Plus Plus 1027 | scope: source.cpp 1028 | color: .blue 1029 | 1030 | - name: C Operators 1031 | scopes: 1032 | - keyword.operator.bitwise.shift.c 1033 | color: .gray 1034 | 1035 | - name: C Namespace Operator 1036 | scope: punctuation.separator.namespace.access.cpp 1037 | color: .pink 1038 | 1039 | - name: Delete Array Bracket 1040 | scope: keyword.operator.delete.array.cpp 1041 | color: .pink 1042 | 1043 | - name: Delete Array Bracket 1044 | scope: keyword.operator.delete.array.bracket.cpp 1045 | color: .orange 1046 | 1047 | - name: Cpp Scope Resolution 1048 | scope: entity.name.scope-resolution.cpp 1049 | color: .orange 1050 | 1051 | - name: C Storage Type 1052 | scope: storage.type.c 1053 | color: .orange 1054 | 1055 | - name: C Preprocessor Commands 1056 | scope: keyword.control.directive.conditional.c 1057 | color: .orange 1058 | 1059 | - name: C Keyword Operators 1060 | scope: keyword.operator.c 1061 | color: .pink 1062 | 1063 | - name: C Member Variable 1064 | scope: variable.other.member.c 1065 | color: .green 1066 | 1067 | - name: C Sizeof Operator 1068 | scope: keyword.operator.sizeof.c 1069 | color: .pink 1070 | 1071 | - name: C String Interpolation Placeholder 1072 | scope: constant.other.placeholder.c 1073 | color: .blue 1074 | 1075 | - name: Cpp Punctuation 1076 | scopes: 1077 | - punctuation.section.block.begin.bracket.curly.function.definition.cpp 1078 | - punctuation.section.block.end.bracket.curly.function.definition.cpp 1079 | - punctuation.section.parameters.begin.bracket.round.cpp 1080 | - punctuation.section.parameters.end.bracket.round.cpp 1081 | color: .gray 1082 | 1083 | - name: Cpp Import Title 1084 | scope: variable.other.macro.argument.cpp 1085 | color: .pink 1086 | 1087 | # MARK: Header File 1088 | 1089 | - name: Header File Type 1090 | scope: entity.name.type.parameter.cpp 1091 | color: .green 1092 | 1093 | - name: Header File Spread Operator 1094 | scope: meta.function.definition.parameters 1095 | color: .pink 1096 | 1097 | - name: Header File Pointer 1098 | scope: storage.modifier.pointer.cpp 1099 | color: .pink 1100 | 1101 | # MARK: Objective-c 1102 | 1103 | - name: Objective-C Everything 1104 | scopes: 1105 | - meta.block.objc 1106 | - source.objc 1107 | color: .blue 1108 | 1109 | - name: Objective-C Keyword 1110 | scope: keyword.operator.objc 1111 | color: .red 1112 | 1113 | - name: Objective-C Types 1114 | scopes: 1115 | - storage.type.objc 1116 | - storage.type.built-in.objc 1117 | - support.type.cocoa.objc 1118 | - entity.name.type.objc 1119 | - support.type.cocoa.leopard.objc 1120 | - meta.argument-type.objc 1121 | - support.type.mac-classic.objc 1122 | color: .green 1123 | 1124 | - name: Objective-C Primitive Types 1125 | scope: storage.type.built-in.primitive.objc 1126 | color: .orange 1127 | 1128 | - name: Objective-C Meta Protocol List 1129 | scope: meta.protocol-list.objc 1130 | color: .red 1131 | 1132 | - name: Objective-C Meta Function 1133 | scopes: 1134 | - meta.function.objc 1135 | color: .gray 1136 | 1137 | - name: Objective-C Meta Return Type 1138 | scope: meta.return-type.objc 1139 | color: .orange 1140 | 1141 | - name: Objective-C String Interpolation Placeholder 1142 | scope: constant.other.placeholder.objc 1143 | color: .orange 1144 | 1145 | - name: Objective-C Access Operator 1146 | scope: punctuation.separator.pointer-access.objc 1147 | color: .red 1148 | 1149 | - name: Objective-C Keyboard Accessors 1150 | scope: keyword.operator.objc 1151 | color: .pink 1152 | 1153 | - name: Objective-C Constants 1154 | scope: constant.other.variable.mac-classic.objc 1155 | color: .blue 1156 | 1157 | - name: Objective-C Dot Access 1158 | scope: punctuation.separator.dot-access.objc 1159 | color: .gray 1160 | 1161 | - name: Objective-C Storage 1162 | scopes: 1163 | - storage.type.objc 1164 | - punctuation.definition.entity.other.inherited-class.objc 1165 | color: .orange 1166 | 1167 | # MARK: Swift 1168 | 1169 | - name: Swift Attribute 1170 | scopes: 1171 | - attribute.swift 1172 | - storage.modifier.attribute.swift 1173 | color: .blue 1174 | 1175 | - name: Swift Types 1176 | scopes: 1177 | - type.swift 1178 | - meta.parameter-clause.swift 1179 | - entity.name.type.swift 1180 | - support.type.swift 1181 | - meta.function-result.swift 1182 | - meta.definition.type.body.swift 1183 | - meta.function-call.swift 1184 | color: .green 1185 | 1186 | - name: Swift Inheritance 1187 | scope: meta.inheritance-clause.swift 1188 | color: .blue 1189 | 1190 | - name: Swift Getter Property 1191 | scope: meta.definition.type.body.swift 1192 | color: .blue 1193 | 1194 | # MARK: Rust 1195 | 1196 | - name: Rust Plain Source 1197 | scope: source.rust 1198 | color: .blue 1199 | 1200 | - name: Rust Function Definition 1201 | scope: keyword.other.fn.rust 1202 | color: .orange 1203 | bold: true 1204 | 1205 | - name: Rust Namespaces 1206 | scope: entity.name.namespace.rust 1207 | color: .orange 1208 | 1209 | - name: Rust Use 1210 | scopes: 1211 | - meta.use.rust 1212 | - keyword.other.rust 1213 | color: .pink 1214 | 1215 | - name: Rust Use Single 1216 | scope: meta.use.rust 1217 | color: .red 1218 | 1219 | - name: Rust Namespace Operator 1220 | scope: keyword.operator.namespace.rust 1221 | color: .orange 1222 | 1223 | - name: Rust Mut Keyword 1224 | scope: storage.modifier.mut.rust 1225 | color: .red 1226 | 1227 | - name: Rust Semi 1228 | scope: punctuation.semi.rust 1229 | color: .gray 1230 | 1231 | - name: Rust Barrow Operator 1232 | scope: keyword.operator.borrow.and.rust 1233 | color: .orange 1234 | 1235 | - name: Rust Types 1236 | scopes: 1237 | - entity.name.type.numeric.rust 1238 | - entity.name.type.primitive.rust 1239 | - entity.name.type.rust 1240 | - type.rust 1241 | color: .green 1242 | 1243 | - name: Rust Constants 1244 | scopes: 1245 | - constant.other.caps.rust 1246 | - constant.rust 1247 | color: .orange 1248 | 1249 | - name: Rust Storage Types 1250 | scopes: 1251 | - storage.type.rust 1252 | - keyword.other.rust 1253 | color: .orange 1254 | 1255 | - name: Rust Module Name 1256 | scopes: 1257 | - entity.name.type.struct.rust 1258 | color: .red 1259 | 1260 | - name: Rust Attribute 1261 | scopes: 1262 | - punctuation.definition.attribute.rust 1263 | - punctuation.brackets.attribute.rust 1264 | color: .pink 1265 | 1266 | - name: Rust Attribute Meta 1267 | scope: meta.attribute.rust 1268 | color: .blue 1269 | 1270 | - name: Rust Modules 1271 | scope: entity.name.module.rust 1272 | color: .red 1273 | 1274 | - name: Rust Lifetime Definition 1275 | scope: punctuation.definition.lifetime.rust 1276 | color: .orange 1277 | 1278 | - name: Rust Dereference Operator 1279 | scope: keyword.operator.dereference.rust 1280 | color: .pink 1281 | 1282 | - name: Rust Optional Types 1283 | scope: entity.name.type.option.rust 1284 | color: .pink 1285 | 1286 | - name: Rust Result Type 1287 | scope: entity.name.type.result.rust 1288 | color: .pink 1289 | 1290 | - name: Rust Key Value Operator 1291 | scope: keyword.operator.key-value.rust 1292 | color: .pink 1293 | 1294 | - name: Rust Trait 1295 | scope: entity.name.type.trait.rust 1296 | color: .red 1297 | 1298 | - name: Rust Access Keyword 1299 | scope: keyword.operator.access.dot.rust 1300 | color: .gray 1301 | 1302 | - name: Rust Angle Brackets 1303 | scope: punctuation.brackets.angle.rust 1304 | color: .orange 1305 | 1306 | - name: Rust Options 1307 | scope: entity.name.type.option.rust 1308 | color: .red 1309 | 1310 | - name: Rust Crate Keyword 1311 | scope: keyword.other.crate.rust 1312 | color: .red 1313 | 1314 | # MARK: C Sharp 1315 | 1316 | - name: C# Using 1317 | scope: keyword.other.using.cs 1318 | color: .orange 1319 | 1320 | - name: C# Static Keyword 1321 | scope: keyword.other.static.cs 1322 | color: .orange 1323 | 1324 | - name: C# Using Package 1325 | scope: entity.name.type.namespace.cs 1326 | color: .blue 1327 | 1328 | - name: C# Namespace Keyword 1329 | scope: keyword.other.namespace.cs 1330 | color: .orange 1331 | 1332 | - name: C# Namespace Name 1333 | scope: entity.name.type.namespace.cs 1334 | color: .red 1335 | 1336 | - name: C# Class Keyword 1337 | scope: keyword.other.class.cs 1338 | color: .orange 1339 | 1340 | - name: C# Class Name 1341 | scope: entity.name.type.class.cs 1342 | color: .red 1343 | 1344 | - name: C# New Keyword 1345 | scope: keyword.operator.expression.new.cs 1346 | color: .pink 1347 | 1348 | - name: C# Variables 1349 | scopes: 1350 | - entity.name.variable.field.cs 1351 | - entity.name.variable.parameter.cs 1352 | - entity.name.variable.local.cs 1353 | - entity.name.variable.tuple-element.cs 1354 | - variable.other.object.cs 1355 | - variable.cs 1356 | color: .blue 1357 | 1358 | - name: C# Types 1359 | scopes: 1360 | - keyword.type.cs 1361 | - entity.name.variable.event.cs 1362 | - storage.type.cs 1363 | - entity.name.type.cs 1364 | color: .green 1365 | 1366 | - name: C# Type Keywords 1367 | scopes: 1368 | - keyword.other.event.cs 1369 | - keyword.other.delegate.cs 1370 | - keyword.other.enum.cs 1371 | - storage.type.enum.cs 1372 | color: .orange 1373 | 1374 | - name: C# Set and Get 1375 | scopes: 1376 | - keyword.other.set.cs 1377 | - keyword.other.get.cs 1378 | color: .red 1379 | 1380 | - name: C# Enums 1381 | scope: entity.name.variable.enum-member.cs 1382 | color: .red 1383 | 1384 | - name: C# Interface Entity 1385 | scope: entity.name.variable.property.cs 1386 | color: .red 1387 | 1388 | - name: C# Interface Name 1389 | scope: entity.name.type.interface.cs 1390 | color: .red 1391 | 1392 | - name: C# Interface Keyword 1393 | scope: keyword.other.interface.cs 1394 | color: .orange 1395 | 1396 | - name: C# Void 1397 | scopes: 1398 | - keyword.type.void.cs 1399 | - storage.type.void.cs 1400 | color: .orange 1401 | 1402 | - name: C# Const Keywoard 1403 | scope: storage.modifier.const.cs 1404 | color: .pink 1405 | 1406 | - name: C# Arithmetic Operator 1407 | scope: keyword.operator.arithmetic.cs 1408 | color: .red 1409 | 1410 | - name: C# Preprocessor 1411 | scope: meta.preprocessor.cs 1412 | color: .blue 1413 | 1414 | - name: C# Preprocessor Hash and Parts 1415 | scopes: 1416 | - punctuation.separator.hash.cs 1417 | - keyword.preprocessor.pragma.cs 1418 | - keyword.preprocessor.warning.cs 1419 | - keyword.preprocessor.disable.cs 1420 | - keyword.preprocessor.restore.cs 1421 | color: .green 1422 | 1423 | - name: C# Type 1424 | scopes: 1425 | - keyword.type.bool.cs 1426 | - keyword.type.char.cs 1427 | - keyword.type.string.cs 1428 | - keyword.type.byte.cs 1429 | - keyword.type.sbyte.cs 1430 | - keyword.type.int.cs 1431 | - keyword.type.uint.cs 1432 | - keyword.type.short.cs 1433 | - keyword.type.ushort.cs 1434 | - keyword.type.long.cs 1435 | - keyword.type.ulong.cs 1436 | - keyword.type.double.cs 1437 | - keyword.type.float.cs 1438 | - keyword.type.decimal.cs 1439 | - entity.name.type.type-parameter.cs 1440 | color: .green 1441 | 1442 | - name: C# This 1443 | scope: storage.modifier.this.cs 1444 | color: .green 1445 | 1446 | - name: C# Documentation Tag 1447 | scopes: 1448 | - punctuation.definition.tag.cs 1449 | - entity.name.tag.localname.cs 1450 | color: .blue 1451 | 1452 | - name: C# Class Colon 1453 | scope: punctuation.separator.colon.cs 1454 | color: .orange 1455 | 1456 | - name: C# Base 1457 | scope: variable.language.base.cs 1458 | color: .pink 1459 | 1460 | - name: C# Get/Set 1461 | scopes: 1462 | - storage.type.accessor.get.cs 1463 | - storage.type.accessor.set.cs 1464 | color: .red 1465 | 1466 | - name: C# Storage Operators 1467 | scopes: 1468 | - storage.modifier.out.cs 1469 | - storage.modifier.params.cs 1470 | - storage.modifier.ref.cs 1471 | color: .pink 1472 | 1473 | # MARK: Coffee Script 1474 | 1475 | - name: CoffeeScript Source 1476 | scope: source.coffee 1477 | color: .blue 1478 | 1479 | - name: CoffeeScript Variable Assignment Name 1480 | scope: variable.assignment.coffee 1481 | color: .blue 1482 | 1483 | - name: CoffeeScript String Interpolation Signs 1484 | scope: punctuation.section.embedded.coffee 1485 | color: .orange 1486 | 1487 | - name: CoffeeScript Instance Variable 1488 | scope: variable.other.readwrite.instance.coffee 1489 | color: .green 1490 | 1491 | - name: CoffeeScript Delete Keyword 1492 | scope: keyword.operator.delete.coffee 1493 | color: .pink 1494 | 1495 | # MARK: Haxe 1496 | 1497 | - name: Hake Package Name 1498 | scope: support.package.hx 1499 | color: .blue 1500 | 1501 | # MARK: Yaml 1502 | 1503 | - name: YAML Tag namespace 1504 | scope: name.tag.out.plain.unquoted.string.entity.yaml 1505 | color: .green 1506 | 1507 | # MARK: Fish Shell 1508 | 1509 | - name: Fish Shell Body 1510 | scope: source.fish 1511 | color: .blue 1512 | 1513 | - name: Fish Shell Variable 1514 | scopes: 1515 | - variable.other.fixed.fish 1516 | - variable.other.normal.fish 1517 | color: .orange 1518 | 1519 | - name: Fish Shell Option 1520 | scope: string.other.option.fish 1521 | color: .orange 1522 | 1523 | - name: Fish Operator 1524 | scope: operator.fish 1525 | color: .orange 1526 | 1527 | # MARK: Nearley 1528 | 1529 | - name: Nearley Identifiers 1530 | scope: variable.other.property.nearley 1531 | color: .red 1532 | 1533 | - name: Nearley Operators 1534 | scope: keyword.operator.nearley 1535 | color: .blue 1536 | 1537 | - name: Nearley Braces 1538 | scopes: 1539 | - begin.brace.nearley 1540 | - end.brace.nearley 1541 | color: .orange 1542 | 1543 | - name: Nearley Signs 1544 | scope: keyword.control.nearley 1545 | color: .orange 1546 | 1547 | # MARK: Gnu Make 1548 | 1549 | - name: Makefile Source 1550 | scope: source.makefile 1551 | color: .green 1552 | 1553 | - name: Makefile Assignment 1554 | scope: punctuation.separator.key-value.makefile 1555 | color: .orange 1556 | 1557 | - name: Makefile Variable Punctuation 1558 | scopes: 1559 | - punctuation.definition.variable.makefile 1560 | color: .pink 1561 | 1562 | - name: Makefile Prerequisites 1563 | scope: meta.scope.prerequisites.makefile 1564 | color: .orange 1565 | 1566 | - name: Makefile Recipe 1567 | scope: meta.scope.recipe.makefile 1568 | color: .green 1569 | 1570 | - name: Makefile Variable 1571 | scope: variable.language.makefile 1572 | color: .orange 1573 | 1574 | - name: Makefile Function Call Separators 1575 | scope: punctuation.separator.comma.function-call.makefile 1576 | color: .pink 1577 | 1578 | # MARK: Pegjs 1579 | 1580 | - name: PEG Attributes 1581 | scope: entity.other.attribute-name.attribute.pegjs 1582 | color: .blue 1583 | 1584 | - name: PEG Status 1585 | scope: entity.name.function.pegjs 1586 | color: .red 1587 | 1588 | - name: PEG Keyword 1589 | scope: keyword.operator.pegjs 1590 | color: .orange 1591 | 1592 | - name: PEG Sets 1593 | scope: declaration.keyword.pegjs 1594 | color: .green 1595 | 1596 | - name: PEG Declarations 1597 | scope: declaration.keyword.pegjs 1598 | color: .blue 1599 | 1600 | # MARK: Peggy Language 1601 | 1602 | - name: Peggy Declaration 1603 | scope: declaration.keyword.peggy 1604 | color: .blue 1605 | 1606 | - name: Peggy Attribute Name 1607 | scope: entity.other.attribute-name.attribute.peggy 1608 | color: .blue 1609 | 1610 | # MARK: Webassembly Text Format 1611 | 1612 | - name: WAT Types 1613 | scope: storage.type.wat 1614 | color: .orange 1615 | 1616 | - name: WAT Keywords 1617 | scope: keyword.operator.word.wat 1618 | color: .red 1619 | 1620 | - name: WAT Types 1621 | scope: entity.name.type.wat 1622 | color: .green 1623 | 1624 | # MARK: Php 1625 | 1626 | - name: PHP Metatags 1627 | scopes: 1628 | - punctuation.section.embedded.begin.metatag.php 1629 | - punctuation.section.embedded.end.metatag.php 1630 | - punctuation.section.embedded.end.php 1631 | - punctuation.section.embedded.begin.php 1632 | color: .pink 1633 | 1634 | - name: PHP Strings and Texts 1635 | scopes: 1636 | - meta.string-contents.quoted.single.php 1637 | - meta.string-contents.quoted.double.php 1638 | - constant.language.php 1639 | color: .green 1640 | 1641 | - name: PHP Heredoc 1642 | scopes: 1643 | - string.unquoted.heredoc.nowdoc.php 1644 | color: .pink 1645 | 1646 | - name: PHP Class 1647 | scopes: 1648 | - entity.name.type.class.php 1649 | - support.class.php 1650 | - meta.function-call.static.php 1651 | - meta.function-call.object.php 1652 | - meta.function-call.php 1653 | - entity.name.type.trait.php 1654 | - support.other.namespace.use.php 1655 | - support.other.namespace.use-as.php 1656 | - support.class.exception.php 1657 | color: .red 1658 | 1659 | - name: PHP Namespace 1660 | scopes: 1661 | - entity.name.type.namespace.php 1662 | - support.other.namespace.php 1663 | color: .green 1664 | 1665 | - name: PHP Source 1666 | scopes: 1667 | - source.php 1668 | - punctuation.terminator.expression.php 1669 | - punctuation.separator.inheritance.php 1670 | color: .gray 1671 | 1672 | - name: PHP Variable 1673 | scopes: 1674 | - punctuation.definition.variable.php 1675 | - variable.other.php 1676 | color: .blue 1677 | 1678 | - name: PHP MySQL 1679 | scopes: 1680 | - source.sql.embedded.php 1681 | color: .orange 1682 | 1683 | - name: PHP Logical Operations 1684 | scope: keyword.operator.logical.php 1685 | color: .pink 1686 | 1687 | - name: PHP special keywords 1688 | scopes: 1689 | - entity.name.goto-label.php 1690 | color: .pink 1691 | 1692 | - name: PHP Object Keys 1693 | scope: keyword.operator.key.php 1694 | color: .orange 1695 | 1696 | - name: braces 1697 | scopes: 1698 | - meta.function-call.php 1699 | - punctuation.section.array.end.php 1700 | - punctuation.section.array.begin.php 1701 | - punctuation.definition.arguments.begin.bracket.round.php 1702 | - punctuation.definition.arguments.end.bracket.round.php 1703 | color: .gray 1704 | 1705 | # MARK: F Sharp 1706 | 1707 | - name: F# main 1708 | scope: source.fsharp.fsl 1709 | color: .blue 1710 | 1711 | - name: F# Modules 1712 | scope: entity.name.section.fsharp 1713 | color: .green 1714 | 1715 | - name: F# bindings 1716 | scope: variable.other.binding.fsharp 1717 | color: .red 1718 | 1719 | - name: F# binding keywords 1720 | scope: keyword.other.binding.fsharp 1721 | color: .orange 1722 | 1723 | - name: F# fsharp numbers 1724 | scopes: 1725 | - constant.numeric.fsharp 1726 | - constant.numeric.integer.nativeint.fsharp 1727 | color: .green 1728 | 1729 | - name: F# other keywords 1730 | scopes: 1731 | - keyword.other.fsharp 1732 | - constant.language.unit.fsharp 1733 | color: .pink 1734 | 1735 | # MARK: Sql 1736 | 1737 | - name: SQL DDl 1738 | scope: keyword.other.DDL.create.II.sql 1739 | color: .green 1740 | 1741 | - name: SQL Identifier 1742 | scope: string.quoted.double.sql 1743 | color: .blue 1744 | 1745 | - name: SQL Constant Numeric 1746 | scope: constant.numeric.sql 1747 | color: .green 1748 | 1749 | # MARK: Haskell 1750 | 1751 | - name: Haskell Main 1752 | scope: source.haskell 1753 | color: .blue 1754 | 1755 | - name: Haskell Module Names 1756 | scope: support.other.module.haskell 1757 | color: .red 1758 | 1759 | - name: Haskell Module Keywords 1760 | scopes: 1761 | - keyword.other.module.haskell 1762 | - keyword.other.import.haskell 1763 | color: .orange 1764 | 1765 | - name: Haskell Type Declaration Punctuations 1766 | scopes: 1767 | - meta.type-declaration.haskell 1768 | - meta.function.type-declaration.haskell 1769 | color: .orange 1770 | 1771 | - name: Haskell Operators 1772 | scope: keyword.operator.haskell 1773 | color: .gray 1774 | 1775 | - name: Haskell Dollar Sign Operator 1776 | scope: keyword.operator.dollar-sign.haskell 1777 | color: .pink 1778 | 1779 | - name: Haskell numerals 1780 | scope: constant.numeric.haskell 1781 | color: .green 1782 | 1783 | - name: Haskell infix functions 1784 | scopes: 1785 | - punctuation.definition.entity.haskell 1786 | - keyword.operator.function.infix.haskell 1787 | - keyword.operator.function.infix.haskell 1788 | color: .orange 1789 | 1790 | - name: Haskell Double Sign 1791 | scope: keyword.other.double-colon.haskell 1792 | color: .orange 1793 | 1794 | - name: Haskell Types 1795 | scope: storage.type.haskell 1796 | color: .red 1797 | 1798 | - name: Haskell Arrow 1799 | scope: keyword.other.arrow.haskell 1800 | color: .orange 1801 | 1802 | - name: Haskell Type Keywords 1803 | scope: keyword.other.type.haskell 1804 | color: .orange 1805 | 1806 | - name: Haskell Dummy Placeholder 1807 | scope: punctuation.definition.entity.dummy.haskell 1808 | color: .pink 1809 | 1810 | - name: Haskell Control Keywords 1811 | scope: keyword.control.haskell 1812 | color: .pink 1813 | 1814 | - name: Haskell Assignment Operator 1815 | scope: keyword.operator.assignment.haskell 1816 | color: .gray 1817 | 1818 | - name: Haskell Type Classes 1819 | scopes: 1820 | - keyword.other.class.haskell 1821 | - keyword.other.instance.haskell 1822 | color: .orange 1823 | 1824 | # MARK: Elm 1825 | - name: Elm Type Keyword 1826 | scopes: 1827 | - keyword.type.elm 1828 | - keyword.type-alias.elm 1829 | color: .orange 1830 | 1831 | - name: Elm Type Name 1832 | scope: storage.type.elm 1833 | color: .green 1834 | 1835 | - name: Elm Record Field 1836 | scope: entity.name.record.field.elm 1837 | color: .red 1838 | 1839 | - name: Elm Value 1840 | scope: meta.value.elm 1841 | color: .blue 1842 | 1843 | - name: Elm Support Module 1844 | scope: support.module.elm 1845 | color: .orange 1846 | 1847 | - name: Elm Control Keywords 1848 | scope: keyword.control.elm 1849 | color: .pink 1850 | 1851 | - name: Elm Other keywords 1852 | scope: keyword.other.elm 1853 | color: .orange 1854 | 1855 | - name: Elm Constant Unit 1856 | scope: constant.unit.elm 1857 | color: .orange 1858 | 1859 | - name: Elm Record name 1860 | scope: record.name.elm 1861 | color: .blue 1862 | 1863 | - name: Elm Record Accessor 1864 | scope: entity.name.record.field.accessor.elm 1865 | color: .orange 1866 | 1867 | # MARK: Sass 1868 | 1869 | - name: Key 1870 | scope: support.type.property-name.scss 1871 | color: .orange 1872 | 1873 | - name: Property List 1874 | scope: meta.property-list.scss 1875 | color: .blue 1876 | 1877 | - name: Pseudo Class 1878 | scopes: 1879 | - meta.property-list.scss 1880 | color: .green 1881 | 1882 | # MARK: Dart 1883 | 1884 | - name: Dart Source 1885 | scope: source.dart 1886 | color: .blue 1887 | 1888 | - name: Dart Const 1889 | scope: storage.modifier.const.dart 1890 | color: .pink 1891 | 1892 | - name: Dart Primitive Types 1893 | scope: storage.type.primitive.dart 1894 | color: .orange 1895 | 1896 | - name: Dart Specific Primitive Types 1897 | scopes: 1898 | - storage.type.primitive.double.dart 1899 | - storage.type.primitive.int.dart 1900 | - storage.type.primitive.bool.dart 1901 | - storage.type.primitive.String.dart 1902 | color: .green 1903 | 1904 | - name: Dart Arithmetic Operator 1905 | scope: keyword.operator.arithmetic.dart 1906 | color: .red 1907 | 1908 | - name: Dart Object Key 1909 | scopes: 1910 | - meta.object-literal.key.dart 1911 | - punctuation.separator.key-value.dart 1912 | color: .red 1913 | 1914 | - name: Dart Class Name 1915 | scopes: 1916 | - entity.name.type 1917 | - entity.name.type.dart 1918 | - entity.name.type 1919 | - support.class.dart 1920 | - entity.name.type.dart 1921 | - entity.name.type.class.dart 1922 | color: .green 1923 | 1924 | - name: Dart Storage Type Annotation (override) 1925 | scope: storage.type.annotation.dart 1926 | color: .blue 1927 | 1928 | - name: Dart Class Declaration 1929 | scopes: 1930 | - keyword.declaration.class.dart 1931 | - keyword.declaration.extends.dart 1932 | color: .orange 1933 | 1934 | - name: Dart Class Declaration Name 1935 | scope: entity.name.type.class.declaration.dart 1936 | color: .red 1937 | 1938 | - name: Dart Final 1939 | scope: storage.modifier.final.dart 1940 | color: .orange 1941 | 1942 | - name: Dart Var Keyword 1943 | scope: storage.type.primitive.var.dart 1944 | color: .pink 1945 | 1946 | - name: Dart Void Keyword 1947 | scope: storage.type.primitive.void.dart 1948 | color: .orange 1949 | 1950 | - name: Dart Type Parameter 1951 | scope: entity.name.type.typeparameter.dart 1952 | color: .green 1953 | 1954 | - name: Dart Parameter Name 1955 | scope: variable.parameter.dart 1956 | color: .green 1957 | 1958 | - name: Dart Interpolated Expression 1959 | scope: string.interpolated.expression.dart 1960 | color: .blue 1961 | 1962 | - name: Dart String Interpolation Brackets 1963 | scope: punctuation.definition.interpolated-string.dart 1964 | color: .pink 1965 | 1966 | - name: Dart Interpolated String 1967 | scope: variable.parameter.dart 1968 | color: .orange 1969 | 1970 | - name: Dart With Keyword 1971 | scope: keyword.declaration.with.dart 1972 | color: .orange 1973 | 1974 | - name: Dart Required Keyword 1975 | scope: storage.modifier.required.dart 1976 | color: .pink 1977 | 1978 | - name: Dart Type Parameter 1979 | scope: entity.name.type.typeparameter.dart 1980 | color: .green 1981 | 1982 | - name: Dart Abstract Keyword 1983 | scope: keyword.declaration.abstract.dart 1984 | color: .orange 1985 | 1986 | - name: Dart Late Keyword 1987 | scope: storage.modifier.late.dart 1988 | color: .orange 1989 | 1990 | - name: Dart Static Keyword 1991 | scope: storage.modifier.static.dart 1992 | color: .orange 1993 | 1994 | - name: Dart Get and Set Keywords 1995 | scopes: 1996 | - keyword.declaration.get.dart 1997 | - keyword.declaration.set.dart 1998 | color: .orange 1999 | 2000 | - name: Dart Typedef 2001 | scope: keyword.declaration.typedef.dart 2002 | color: .orange 2003 | 2004 | - name: Dart Enum 2005 | scope: keyword.declaration.enum.dart 2006 | color: .orange 2007 | 2008 | - name: Dart Extension Definition 2009 | scopes: 2010 | - keyword.declaration.extension.dart 2011 | - keyword.declaration.on.dart 2012 | color: .pink 2013 | 2014 | - name: Dart Extension Name 2015 | scope: entity.name.extension.dart 2016 | color: .blue 2017 | 2018 | - name: Dart Is Keyword 2019 | scope: keyword.operator.is.dart 2020 | color: .pink 2021 | 2022 | - name: Dart Async Keyword 2023 | scope: keyword.control.async.dart 2024 | color: .pink 2025 | 2026 | - name: Dart Language Variable 2027 | scope: variable.language.dart 2028 | color: .green 2029 | 2030 | - name: Dart Const Keyword 2031 | scope: storage.modifier.const.dart 2032 | color: .pink 2033 | 2034 | - name: Dart Implements Keyword 2035 | scope: keyword.declaration.implements.dart 2036 | color: .orange 2037 | 2038 | - name: Dart Default Keyword 2039 | scope: keyword.control.default.dart 2040 | color: .pink 2041 | 2042 | # MARK: Applescript 2043 | 2044 | - name: Class Name 2045 | scopes: 2046 | - support.class.applescript 2047 | - support.class.itunes.applescript 2048 | color: .orange 2049 | 2050 | - name: Application Name String 2051 | scope: string.quoted.double.application-name.applescript 2052 | color: .red 2053 | 2054 | - name: Keyword 2055 | scope: keyword.operator.word.applescript 2056 | color: .pink 2057 | 2058 | - name: Built In Classes 2059 | scope: keyword.operator.reference.applescript 2060 | color: .red 2061 | 2062 | - name: Sets 2063 | scope: meta.statement.set.applescript 2064 | color: .blue 2065 | 2066 | - name: Repeat variables 2067 | scope: meta.block.repeat.with.applescript 2068 | color: .blue 2069 | 2070 | - name: Definition Keyword 2071 | scope: keyword.control.def.set.applescript 2072 | color: .orange 2073 | 2074 | - name: Readwrite in set defs 2075 | scope: variable.other.readwrite.set.applescript 2076 | color: .red 2077 | 2078 | - name: Function Keywords 2079 | scope: keyword.control.function.applescript 2080 | color: .orange 2081 | 2082 | - name: Generic Calls 2083 | scopes: 2084 | - meta.block.tell.generic.applescript 2085 | - meta.block.tell.application.generic.applescript 2086 | color: .blue 2087 | 2088 | - name: If vars 2089 | scope: meta.block.if.applescript 2090 | color: .blue 2091 | 2092 | - name: Element of 2093 | scope: meta.function.positional.applescript 2094 | color: .blue 2095 | 2096 | # MARK: Jison 2097 | 2098 | - name: Jison Var Declaration 2099 | scope: variable.language.declaration.jison 2100 | color: .red 2101 | 2102 | # MARK: Glsl 2103 | 2104 | - name: GLSL Preprocessor Directives 2105 | scope: keyword.directive.preprocessor.glsl 2106 | color: .red 2107 | 2108 | - name: GLSL Background Blue 2109 | scope: source.glsl 2110 | color: .blue 2111 | 2112 | - name: GLSL Types 2113 | scope: storage.type.glsl 2114 | color: .green 2115 | 2116 | - name: GLSL Numbers 2117 | scope: constant.numeric.glsl 2118 | color: .green 2119 | 2120 | - name: GLSL Arithmetic Keywords 2121 | scope: keyword.operator.arithmetic.glsl 2122 | color: .orange 2123 | 2124 | # MARK: Crystal 2125 | 2126 | - name: Crystal Background 2127 | scope: source.crystal 2128 | color: .blue 2129 | 2130 | - name: Crystal Def Keyword 2131 | scope: keyword.control.def.crystal 2132 | color: .orange 2133 | 2134 | - name: Crystal Class Keyword 2135 | scope: keyword.control.crystal 2136 | color: .orange 2137 | 2138 | - name: Crystal Module Language 2139 | scope: keyword.control.module.crystal 2140 | color: .orange 2141 | 2142 | - name: Crystal Library Keyword 2143 | scope: keyword.control.lib.crystal 2144 | color: .pink 2145 | 2146 | - name: Crystal Library Name 2147 | scope: entity.name.type.lib.crystal 2148 | color: .green 2149 | 2150 | - name: Crystal Control Keywords 2151 | scope: keyword.control.crystal 2152 | color: .pink 2153 | 2154 | - name: Crystal Kernel Operator 2155 | scope: support.function.kernel.crystal 2156 | color: .red 2157 | 2158 | # MARK: Racket 2159 | 2160 | - name: Racket Base Source 2161 | scope: source.racket 2162 | color: .blue 2163 | 2164 | - name: Racket Function Call 2165 | scope: meta.function-call.racket 2166 | color: .red 2167 | 2168 | # MARK: Purescript 2169 | 2170 | - name: PureScript Source 2171 | scope: source.purescript 2172 | color: .blue 2173 | 2174 | - name: PureScript Import 2175 | scope: meta.import.purescript 2176 | color: .red 2177 | 2178 | - name: PureScript Modules 2179 | scope: support.other.module.purescript 2180 | color: .orange 2181 | 2182 | - name: PureScript Types 2183 | scope: entity.name.type.purescript 2184 | color: .green 2185 | 2186 | - name: PureScript Arrow 2187 | scope: keyword.other.arrow.purescript 2188 | color: .orange 2189 | 2190 | - name: PureScript Type Keyword 2191 | scope: keyword.other.double-colon.purescript 2192 | color: .orange 2193 | 2194 | - name: PureScript Keyword Operators 2195 | scope: keyword.operator.purescript 2196 | color: .red 2197 | 2198 | - name: PureScript Tags 2199 | scope: entity.name.tag.purescript 2200 | color: .orange 2201 | 2202 | - name: PureScript Infix Function 2203 | scope: entity.name.function.infix.purescript 2204 | color: .pink 2205 | 2206 | # MARK: Ohm 2207 | 2208 | - name: Ohm Entity Name 2209 | scope: entity.name.type 2210 | color: .orange 2211 | 2212 | - name: Ohm Operators 2213 | scope: keyword.operator 2214 | color: .orange 2215 | 2216 | # MARK: V 2217 | 2218 | - name: V Source 2219 | scope: source.v 2220 | color: .blue 2221 | 2222 | - name: V Function Keyword 2223 | scope: keyword.function.v 2224 | color: .orange 2225 | 2226 | - name: V Types 2227 | scopes: 2228 | - storage.type.bool.v 2229 | - storage.type.bool.v 2230 | - storage.type.byteptr.v 2231 | - storage.type.charptr.v 2232 | - storage.type.numeric.v 2233 | - storage.type.rune.v 2234 | - storage.type.size_t.v 2235 | - storage.type.string.v 2236 | - storage.type.voidptr.v 2237 | color: .green 2238 | 2239 | - name: V Type Definition Keywords 2240 | scopes: 2241 | - storage.type.struct.v 2242 | - keyword.interface.v 2243 | color: .orange 2244 | 2245 | - name: V Type Definition 2246 | scopes: 2247 | - entity.name.struct.v 2248 | - entity.name.type.v 2249 | - entity.name.interface.v 2250 | color: .green 2251 | 2252 | - name: V Attribute 2253 | scope: storage.modifier.attribute.v 2254 | color: .pink 2255 | 2256 | - name: V Optional Keyword 2257 | scope: keyword.operator.optional.v 2258 | color: .orange 2259 | 2260 | - name: V Arithmetic Operator 2261 | scope: keyword.operator.arithmetic.v 2262 | color: .red 2263 | 2264 | - name: V Function Keyword 2265 | scope: keyword.fn.v 2266 | color: .orange 2267 | 2268 | - name: V Interpolated Variable 2269 | scope: variable.other.interpolated.v 2270 | color: .orange 2271 | 2272 | # MARK: Typst 2273 | 2274 | - name: Typst Heading 2275 | scope: markup.heading.typst 2276 | color: .pink 2277 | 2278 | - name: Typst Emphasis 2279 | scope: emph 2280 | color: .blue 2281 | 2282 | # MARK: Alex 2283 | 2284 | - name: Alex Embedded Haskell 2285 | scope: meta.embedded.source.haskell.alex 2286 | color: .blue 2287 | 2288 | - name: Alex Meta Definitions 2289 | scope: meta.definition.alex 2290 | color: .orange 2291 | 2292 | # MARK: Idf 2293 | 2294 | - name: IDF Entity Name 2295 | scope: entity.name.type.head.idf 2296 | color: .red 2297 | 2298 | - name: IDF Entity Query 2299 | scope: entity.name.type.query.idf 2300 | color: .pink 2301 | 2302 | - name: IDF Boolean 2303 | scope: constant.language.boolean.idf 2304 | color: .pink 2305 | 2306 | - name: IDF Comment Sign 2307 | scope: comment.sign.idf 2308 | color: .comment 2309 | 2310 | - name: IDF Comment Text 2311 | scope: comment.text.idf 2312 | color: .orange 2313 | 2314 | # MARK: Punctuations 2315 | 2316 | - name: Punctuations 2317 | scopes: 2318 | - bracket.php 2319 | - keyword.operator.type.annotation.ts 2320 | - meta.brace 2321 | - meta.brace.angle.ts 2322 | - meta.brace.round.dart 2323 | - meta.declaration.exports.haskell 2324 | - meta.declaration.exports.purescript 2325 | - meta.embedded.expression.jsx 2326 | - meta.embedded.expression.tsx 2327 | - meta.namespace.declaration.ts 2328 | - meta.property-list.scss 2329 | - punctuation.accessor.v 2330 | - punctuation.brackets.angle.rust 2331 | - punctuation.brackets.curly.rust 2332 | - punctuation.brackets.round.rust 2333 | - punctuation.brackets.square.rust 2334 | - punctuation.comma.dart 2335 | - punctuation.comma.rust 2336 | - punctuation.cpp 2337 | - punctuation.definition.arguments.begin.bracket.round.coffee 2338 | - punctuation.definition.arguments.begin.python 2339 | - punctuation.definition.arguments.end.bracket.round.coffee 2340 | - punctuation.definition.arguments.end.python 2341 | - punctuation.definition.array.begin.applescript 2342 | - punctuation.definition.array.begin.bracket.square.coffee 2343 | - punctuation.definition.array.end.applescript 2344 | - punctuation.definition.array.end.bracket.square.coffee 2345 | - punctuation.definition.begin.bracket.curly.go 2346 | - punctuation.definition.begin.bracket.round.go 2347 | - punctuation.definition.begin.bracket.square 2348 | - punctuation.definition.begin.bracket.square.c 2349 | - punctuation.definition.begin.bracket.square.v 2350 | - punctuation.definition.binding-pattern.array.js 2351 | - punctuation.definition.binding-pattern.array.ts 2352 | - punctuation.definition.binding-pattern.array.tsx 2353 | - punctuation.definition.binding-pattern.object.js 2354 | - punctuation.definition.binding-pattern.object.jsx 2355 | - punctuation.definition.binding-pattern.object.ts 2356 | - punctuation.definition.binding-pattern.object.tsx 2357 | - punctuation.definition.binding-pattern.object.tsx 2358 | - punctuation.definition.block 2359 | - punctuation.definition.block.dart 2360 | - punctuation.definition.bracket.curly.begin.v 2361 | - punctuation.definition.bracket.curly.end.v 2362 | - punctuation.definition.bracket.round.begin.v 2363 | - punctuation.definition.bracket.round.end.v 2364 | - punctuation.definition.bracket.square.begin.v 2365 | - punctuation.definition.bracket.square.end.v 2366 | - punctuation.definition.bracket.square.go 2367 | - punctuation.definition.constant.crystal 2368 | - punctuation.definition.destructuring.begin.bracket.curly.coffee 2369 | - punctuation.definition.destructuring.end.bracket.curly.coffee 2370 | - punctuation.definition.dict.begin.python 2371 | - punctuation.definition.dict.end.python 2372 | - punctuation.definition.end.bracket.curly.go 2373 | - punctuation.definition.end.bracket.round.go 2374 | - punctuation.definition.end.bracket.square 2375 | - punctuation.definition.end.bracket.square.c 2376 | - punctuation.definition.end.bracket.square.v 2377 | - punctuation.definition.entity.begin.bracket.square.css 2378 | - punctuation.definition.entity.end.bracket.square.css 2379 | - punctuation.definition.entity.other.inherited-class.objc 2380 | - punctuation.definition.imports.begin.bracket.round.go 2381 | - punctuation.definition.imports.end.bracket.round.go 2382 | - punctuation.definition.inheritance.begin.python 2383 | - punctuation.definition.inheritance.end.python 2384 | - punctuation.definition.list.begin.python 2385 | - punctuation.definition.list.end.python 2386 | - punctuation.definition.parameters 2387 | - punctuation.definition.section.case-statement.tsx 2388 | - punctuation.definition.type.begin.objc 2389 | - punctuation.definition.type.end.objc 2390 | - punctuation.definition.typeparameters.begin.cs 2391 | - punctuation.definition.typeparameters.begin.dart 2392 | - punctuation.definition.typeparameters.begin.ts 2393 | - punctuation.definition.typeparameters.begin.tsx 2394 | - punctuation.definition.typeparameters.end.cs 2395 | - punctuation.definition.typeparameters.end.dart 2396 | - punctuation.definition.typeparameters.end.ts 2397 | - punctuation.definition.typeparameters.end.tsx 2398 | - punctuation.definition.variables.begin.bracket.round.go 2399 | - punctuation.definition.variables.end.bracket.round.go 2400 | - punctuation.dot.dart 2401 | - punctuation.fish 2402 | - punctuation.go 2403 | - punctuation.haskell 2404 | - punctuation.objc 2405 | - punctuation.other.colon.go 2406 | - punctuation.other.comma.go 2407 | - punctuation.other.period.go 2408 | - punctuation.parenthesis.begin.python 2409 | - punctuation.parenthesis.begin.python 2410 | - punctuation.parenthesis.end.python 2411 | - punctuation.section.angle-brackets.begin.template.call.cpp 2412 | - punctuation.section.angle-brackets.end.template.call.cpp 2413 | - punctuation.section.arguments.begin.bracket.round.c 2414 | - punctuation.section.arguments.begin.bracket.round.function.call.cpp 2415 | - punctuation.section.arguments.begin.bracket.round.function.member.cpp 2416 | - punctuation.section.arguments.begin.bracket.round.objc 2417 | - punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp 2418 | - punctuation.section.arguments.end.bracket.round.c 2419 | - punctuation.section.arguments.end.bracket.round.function.call.cpp 2420 | - punctuation.section.arguments.end.bracket.round.function.member.cpp 2421 | - punctuation.section.arguments.end.bracket.round.objc 2422 | - punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp 2423 | - punctuation.section.array.crystal 2424 | - punctuation.section.block.begin.bracket.curly.c 2425 | - punctuation.section.block.begin.bracket.curly.cpp 2426 | - punctuation.section.block.begin.bracket.curly.objc 2427 | - punctuation.section.block.end.bracket.curly.c 2428 | - punctuation.section.block.end.bracket.curly.cpp 2429 | - punctuation.section.block.end.bracket.curly.objc 2430 | - punctuation.section.class.begin.python 2431 | - punctuation.section.embedded.begin.tsx 2432 | - punctuation.section.embedded.end.tsx 2433 | - punctuation.section.function.begin.bracket.round.css 2434 | - punctuation.section.function.begin.python 2435 | - punctuation.section.function.crystal 2436 | - punctuation.section.function.end.bracket.round.css 2437 | - punctuation.section.group.applescript 2438 | - punctuation.section.parameters.begin.bracket.round.c 2439 | - punctuation.section.parameters.begin.bracket.round.objc 2440 | - punctuation.section.parameters.end.bracket.round.c 2441 | - punctuation.section.parameters.end.bracket.round.objc 2442 | - punctuation.section.parens.begin.bracket.round.c 2443 | - punctuation.section.parens.begin.bracket.round.cpp 2444 | - punctuation.section.parens.begin.bracket.round.objc 2445 | - punctuation.section.parens.end.bracket.round.c 2446 | - punctuation.section.parens.end.bracket.round.cpp 2447 | - punctuation.section.parens.end.bracket.round.objc 2448 | - punctuation.section.scope.begin.objc 2449 | - punctuation.section.scope.crystal 2450 | - punctuation.section.scope.end.objc 2451 | - punctuation.semi.rust 2452 | - punctuation.separator.arguments.python 2453 | - punctuation.separator.colon.python 2454 | - punctuation.separator.comma 2455 | - punctuation.separator.comma.makefile 2456 | - punctuation.separator.dart 2457 | - punctuation.separator.delimiter.c 2458 | - punctuation.separator.delimiter.coffee 2459 | - punctuation.separator.delimiter.comma.cpp 2460 | - punctuation.separator.delimiter.objc 2461 | - punctuation.separator.dict.python 2462 | - punctuation.separator.dot-access.c 2463 | - punctuation.separator.dot-access.cpp 2464 | - punctuation.separator.element.python 2465 | - punctuation.separator.key-value.css 2466 | - punctuation.separator.list.comma.css 2467 | - punctuation.separator.method.crystal 2468 | - punctuation.separator.method.period.coffee 2469 | - punctuation.separator.other.crystal 2470 | - punctuation.separator.parameter.ts 2471 | - punctuation.separator.parameter.tsx 2472 | - punctuation.separator.parameters.python 2473 | - punctuation.separator.period.python 2474 | - punctuation.separator.property.period.coffee 2475 | - punctuation.terminator.dart 2476 | - punctuation.terminator.go 2477 | - punctuation.terminator.statement 2478 | - punctuation.terminator.statement.c 2479 | color: .gray 2480 | 2481 | # MARK: Comming At Last 2482 | 2483 | - name: XML Braces 2484 | scope: punctuation.definition.tag.xml 2485 | color: .blue 2486 | 2487 | - name: Comment 2488 | scope: punctuation.definition.comment.ts 2489 | color: .comment 2490 | 2491 | - name: Accessors 2492 | scope: punctuation.accessor 2493 | color: .gray 2494 | 2495 | - name: String 2496 | scope: string 2497 | color: .green 2498 | 2499 | - name: JSX String 2500 | scope: jsx.children.objectliteral.expression.embedded.tag.string.block 2501 | color: .green 2502 | --------------------------------------------------------------------------------