From f62133e0aa667a643df059ce9e7be4eb1c76c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E1337=20NOTOR=E0=B6=9EOUS=20The=20PREST=E0=B6=9EG=E0=B6=9E?= =?UTF-8?q?OUS?= Date: Thu, 31 Mar 2022 17:53:18 -0700 Subject: [PATCH] Uploaded --- .gitattributes | 3 + .gitignore | 1 + .vscode/launch.json | 17 + .vscodeignore | 4 + CHANGELOG.md | 9 + LICENSE.md | 674 ++++++++++++++++++++ README.md | 1 + dark-white-theme-v1-1.0.0.vsix | Bin 0 -> 16554 bytes package.json | 26 + themes/Dark White Theme V1-color-theme.json | 628 ++++++++++++++++++ vsc-extension-quickstart.md | 28 + 11 files changed, 1391 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .vscode/launch.json create mode 100644 .vscodeignore create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md create mode 100644 README.md create mode 100644 dark-white-theme-v1-1.0.0.vsix create mode 100644 package.json create mode 100644 themes/Dark White Theme V1-color-theme.json create mode 100644 vsc-extension-quickstart.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13bc9c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Set default behavior to automatically normalize line endings. +* text=auto + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..0e191b5 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +// A launch configuration that launches the extension inside a new window +// Use IntelliSense to learn about possible attributes. +// Hover to view descriptions of existing attributes. +// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Extension", + "type": "extensionHost", + "request": "launch", + "args": [ + "--extensionDevelopmentPath=${workspaceFolder}" + ] + } + ] +} \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore new file mode 100644 index 0000000..f369b5e --- /dev/null +++ b/.vscodeignore @@ -0,0 +1,4 @@ +.vscode/** +.vscode-test/** +.gitignore +vsc-extension-quickstart.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9663d7e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log + +All notable changes to the "dark-white-theme-v1" extension will be documented in this file. + +Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. + +## [Unreleased] + +- Initial release diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2a8b94 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Dark White Theme V1 \ No newline at end of file diff --git a/dark-white-theme-v1-1.0.0.vsix b/dark-white-theme-v1-1.0.0.vsix new file mode 100644 index 0000000000000000000000000000000000000000..3a1aafde89a5fd2d6da3003a476ddb87a7963914 GIT binary patch literal 16554 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 Y-BOSS1^Y(^{O|Gb*Bj>Z{WJQ10F~T#82|tP literal 0 HcmV?d00001 diff --git a/package.json b/package.json new file mode 100644 index 0000000..d692f3e --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "dark-white-theme-v1", + "displayName": "Dark White Theme V1", + "description": "Dark White Theme V1", + "publisher": "ELITE NOTORIOUS THE PRESTIGIOUS", + "version": "1.0.0", + "repository": { + "type": "git", + "url": "https://github.com/ENTPRESTIGIOUS/dark-white-theme-v1" + }, + "engines": { + "vscode": "^1.66.0" + }, + "categories": [ + "Themes" + ], + "contributes": { + "themes": [ + { + "label": "Dark White Theme V1", + "uiTheme": "vs-dark", + "path": "./themes/Dark White Theme V1-color-theme.json" + } + ] + } +} \ No newline at end of file diff --git a/themes/Dark White Theme V1-color-theme.json b/themes/Dark White Theme V1-color-theme.json new file mode 100644 index 0000000..d9544ee --- /dev/null +++ b/themes/Dark White Theme V1-color-theme.json @@ -0,0 +1,628 @@ +{ + "name": "Dark White Theme V1", + "colors": { + "editor.background": "#263238", + "editor.foreground": "#eeffff", + "activityBarBadge.background": "#007acc", + "sideBarTitle.foreground": "#bbbbbb" + }, + "tokenColors": [ + { + "name": "Comment", + "scope": [ + "comment", + "punctuation.definition.comment" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#546E7A" + } + }, + { + "name": "Variables", + "scope": [ + "variable", + "string constant.other.placeholder" + ], + "settings": { + "foreground": "#EEFFFF" + } + }, + { + "name": "Colors", + "scope": [ + "constant.other.color" + ], + "settings": { + "foreground": "#ffffff" + } + }, + { + "name": "Invalid", + "scope": [ + "invalid", + "invalid.illegal" + ], + "settings": { + "foreground": "#FF5370" + } + }, + { + "name": "Keyword, Storage", + "scope": [ + "keyword", + "storage.type", + "storage.modifier" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "Operator, Misc", + "scope": [ + "keyword.control", + "constant.other.color", + "punctuation", + "meta.tag", + "punctuation.definition.tag", + "punctuation.separator.inheritance.php", + "punctuation.definition.tag.html", + "punctuation.definition.tag.begin.html", + "punctuation.definition.tag.end.html", + "punctuation.section.embedded", + "keyword.other.template", + "keyword.other.substitution" + ], + "settings": { + "foreground": "#89DDFF" + } + }, + { + "name": "Tag", + "scope": [ + "entity.name.tag", + "meta.tag.sgml", + "markup.deleted.git_gutter" + ], + "settings": { + "foreground": "#f07178" + } + }, + { + "name": "Function, Special Method", + "scope": [ + "entity.name.function", + "meta.function-call", + "variable.function", + "support.function", + "keyword.other.special-method" + ], + "settings": { + "foreground": "#82AAFF" + } + }, + { + "name": "Block Level Variables", + "scope": [ + "meta.block variable.other" + ], + "settings": { + "foreground": "#f07178" + } + }, + { + "name": "Other Variable, String Link", + "scope": [ + "support.other.variable", + "string.other.link" + ], + "settings": { + "foreground": "#f07178" + } + }, + { + "name": "Number, Constant, Function Argument, Tag Attribute, Embedded", + "scope": [ + "constant.numeric", + "constant.language", + "support.constant", + "constant.character", + "constant.escape", + "variable.parameter", + "keyword.other.unit", + "keyword.other" + ], + "settings": { + "foreground": "#F78C6C" + } + }, + { + "name": "String, Symbols, Inherited Class, Markup Heading", + "scope": [ + "string", + "constant.other.symbol", + "constant.other.key", + "entity.other.inherited-class", + "markup.heading", + "markup.inserted.git_gutter", + "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js" + ], + "settings": { + "foreground": "#C3E88D" + } + }, + { + "name": "Class, Support", + "scope": [ + "entity.name", + "support.type", + "support.class", + "support.other.namespace.use.php", + "meta.use.php", + "support.other.namespace.php", + "markup.changed.git_gutter", + "support.type.sys-types" + ], + "settings": { + "foreground": "#FFCB6B" + } + }, + { + "name": "Entity Types", + "scope": [ + "support.type" + ], + "settings": { + "foreground": "#B2CCD6" + } + }, + { + "name": "CSS Class and Support", + "scope": [ + "source.css support.type.property-name", + "source.sass support.type.property-name", + "source.scss support.type.property-name", + "source.less support.type.property-name", + "source.stylus support.type.property-name", + "source.postcss support.type.property-name" + ], + "settings": { + "foreground": "#B2CCD6" + } + }, + { + "name": "Sub-methods", + "scope": [ + "entity.name.module.js", + "variable.import.parameter.js", + "variable.other.class.js" + ], + "settings": { + "foreground": "#FF5370" + } + }, + { + "name": "Language methods", + "scope": [ + "variable.language" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#FF5370" + } + }, + { + "name": "entity.name.method.js", + "scope": [ + "entity.name.method.js" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#82AAFF" + } + }, + { + "name": "meta.method.js", + "scope": [ + "meta.class-method.js entity.name.function.js", + "variable.function.constructor" + ], + "settings": { + "foreground": "#82AAFF" + } + }, + { + "name": "Attributes", + "scope": [ + "entity.other.attribute-name" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "HTML Attributes", + "scope": [ + "text.html.basic entity.other.attribute-name.html", + "text.html.basic entity.other.attribute-name" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#FFCB6B" + } + }, + { + "name": "CSS Classes", + "scope": [ + "entity.other.attribute-name.class" + ], + "settings": { + "foreground": "#FFCB6B" + } + }, + { + "name": "CSS ID's", + "scope": [ + "source.sass keyword.control" + ], + "settings": { + "foreground": "#82AAFF" + } + }, + { + "name": "Inserted", + "scope": [ + "markup.inserted" + ], + "settings": { + "foreground": "#C3E88D" + } + }, + { + "name": "Deleted", + "scope": [ + "markup.deleted" + ], + "settings": { + "foreground": "#FF5370" + } + }, + { + "name": "Changed", + "scope": [ + "markup.changed" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "Regular Expressions", + "scope": [ + "string.regexp" + ], + "settings": { + "foreground": "#89DDFF" + } + }, + { + "name": "Escape Characters", + "scope": [ + "constant.character.escape" + ], + "settings": { + "foreground": "#89DDFF" + } + }, + { + "name": "URL", + "scope": [ + "*url*", + "*link*", + "*uri*" + ], + "settings": { + "fontStyle": "underline" + } + }, + { + "name": "Decorators", + "scope": [ + "tag.decorator.js entity.name.tag.js", + "tag.decorator.js punctuation.definition.tag.js" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#82AAFF" + } + }, + { + "name": "ES7 Bind Operator", + "scope": [ + "source.js constant.other.object.key.js string.unquoted.label.js" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#FF5370" + } + }, + { + "name": "JSON Key - Level 0", + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "JSON Key - Level 1", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#FFCB6B" + } + }, + { + "name": "JSON Key - Level 2", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#F78C6C" + } + }, + { + "name": "JSON Key - Level 3", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#FF5370" + } + }, + { + "name": "JSON Key - Level 4", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#C17E70" + } + }, + { + "name": "JSON Key - Level 5", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#82AAFF" + } + }, + { + "name": "JSON Key - Level 6", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#f07178" + } + }, + { + "name": "JSON Key - Level 7", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "JSON Key - Level 8", + "scope": [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings": { + "foreground": "#C3E88D" + } + }, + { + "name": "Markdown - Plain", + "scope": [ + "text.html.markdown", + "punctuation.definition.list_item.markdown" + ], + "settings": { + "foreground": "#EEFFFF" + } + }, + { + "name": "Markdown - Markup Raw Inline", + "scope": [ + "text.html.markdown markup.inline.raw.markdown" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "Markdown - Markup Raw Inline Punctuation", + "scope": [ + "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" + ], + "settings": { + "foreground": "#65737E" + } + }, + { + "name": "Markdown - Heading", + "scope": [ + "markdown.heading", + "markup.heading | markup.heading entity.name", + "markup.heading.markdown punctuation.definition.heading.markdown" + ], + "settings": { + "foreground": "#C3E88D" + } + }, + { + "name": "Markup - Italic", + "scope": [ + "markup.italic" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#f07178" + } + }, + { + "name": "Markup - Bold", + "scope": [ + "markup.bold", + "markup.bold string" + ], + "settings": { + "fontStyle": "bold", + "foreground": "#f07178" + } + }, + { + "name": "Markup - Bold-Italic", + "scope": [ + "markup.bold markup.italic", + "markup.italic markup.bold", + "markup.quote markup.bold", + "markup.bold markup.italic string", + "markup.italic markup.bold string", + "markup.quote markup.bold string" + ], + "settings": { + "fontStyle": "bold", + "foreground": "#f07178" + } + }, + { + "name": "Markup - Underline", + "scope": [ + "markup.underline" + ], + "settings": { + "fontStyle": "underline", + "foreground": "#F78C6C" + } + }, + { + "name": "Markdown - Blockquote", + "scope": [ + "markup.quote punctuation.definition.blockquote.markdown" + ], + "settings": { + "foreground": "#65737E" + } + }, + { + "name": "Markup - Quote", + "scope": [ + "markup.quote" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Markdown - Link", + "scope": [ + "string.other.link.title.markdown" + ], + "settings": { + "foreground": "#82AAFF" + } + }, + { + "name": "Markdown - Link Description", + "scope": [ + "string.other.link.description.title.markdown" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "Markdown - Link Anchor", + "scope": [ + "constant.other.reference.link.markdown" + ], + "settings": { + "foreground": "#FFCB6B" + } + }, + { + "name": "Markup - Raw Block", + "scope": [ + "markup.raw.block" + ], + "settings": { + "foreground": "#C792EA" + } + }, + { + "name": "Markdown - Raw Block Fenced", + "scope": [ + "markup.raw.block.fenced.markdown" + ], + "settings": { + "foreground": "#00000050" + } + }, + { + "name": "Markdown - Fenced Bode Block", + "scope": [ + "punctuation.definition.fenced.markdown" + ], + "settings": { + "foreground": "#00000050" + } + }, + { + "name": "Markdown - Fenced Bode Block Variable", + "scope": [ + "markup.raw.block.fenced.markdown", + "variable.language.fenced.markdown", + "punctuation.section.class.end" + ], + "settings": { + "foreground": "#EEFFFF" + } + }, + { + "name": "Markdown - Fenced Language", + "scope": [ + "variable.language.fenced.markdown" + ], + "settings": { + "foreground": "#65737E" + } + }, + { + "name": "Markdown - Separator", + "scope": [ + "meta.separator" + ], + "settings": { + "fontStyle": "bold", + "foreground": "#65737E" + } + }, + { + "name": "Markup - Table", + "scope": [ + "markup.table" + ], + "settings": { + "foreground": "#EEFFFF" + } + } + ] +} diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md new file mode 100644 index 0000000..740274f --- /dev/null +++ b/vsc-extension-quickstart.md @@ -0,0 +1,28 @@ +# Welcome to your VS Code Extension + +## What's in the folder + +* This folder contains all of the files necessary for your color theme extension. +* `package.json` - this is the manifest file that defines the location of the theme file and specifies the base theme of the theme. +* `themes/Dark White Theme V1-color-theme.json` - the color theme definition file. + +## Get up and running straight away + +* Press `F5` to open a new window with your extension loaded. +* Open `File > Preferences > Color Themes` and pick your color theme. +* Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Developer: Inspect Editor Tokens and Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) . + +## Make changes + +* Changes to the theme file are automatically applied to the Extension Development Host window. + +## Adopt your theme to Visual Studio Code + +* The token colorization is done based on standard TextMate themes. Colors are matched against one or more scopes. + +To learn more about scopes and how they're used, check out the [color theme](https://code.visualstudio.com/api/extension-guides/color-theme) documentation. + +## Install your extension + +* To start using your extension with Visual Studio Code copy it into the `/.vscode/extensions` folder and restart Code. +* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.