···11+CC0 1.0 Universal
22+33+Statement of Purpose
44+55+The laws of most jurisdictions throughout the world automatically confer
66+exclusive Copyright and Related Rights (defined below) upon the creator and
77+subsequent owner(s) (each and all, an "owner") of an original work of
88+authorship and/or a database (each, a "Work").
99+1010+Certain owners wish to permanently relinquish those rights to a Work for the
1111+purpose of contributing to a commons of creative, cultural and scientific
1212+works ("Commons") that the public can reliably and without fear of later
1313+claims of infringement build upon, modify, incorporate in other works, reuse
1414+and redistribute as freely as possible in any form whatsoever and for any
1515+purposes, including without limitation commercial purposes. These owners may
1616+contribute to the Commons to promote the ideal of a free culture and the
1717+further production of creative, cultural and scientific works, or to gain
1818+reputation or greater distribution for their Work in part through the use and
1919+efforts of others.
2020+2121+For these and/or other purposes and motivations, and without any expectation
2222+of additional consideration or compensation, the person associating CC0 with a
2323+Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
2424+and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
2525+and publicly distribute the Work under its terms, with knowledge of his or her
2626+Copyright and Related Rights in the Work and the meaning and intended legal
2727+effect of CC0 on those rights.
2828+2929+1. Copyright and Related Rights. A Work made available under CC0 may be
3030+protected by copyright and related or neighboring rights ("Copyright and
3131+Related Rights"). Copyright and Related Rights include, but are not limited
3232+to, the following:
3333+3434+ i. the right to reproduce, adapt, distribute, perform, display, communicate,
3535+ and translate a Work;
3636+3737+ ii. moral rights retained by the original author(s) and/or performer(s);
3838+3939+ iii. publicity and privacy rights pertaining to a person's image or likeness
4040+ depicted in a Work;
4141+4242+ iv. rights protecting against unfair competition in regards to a Work,
4343+ subject to the limitations in paragraph 4(a), below;
4444+4545+ v. rights protecting the extraction, dissemination, use and reuse of data in
4646+ a Work;
4747+4848+ vi. database rights (such as those arising under Directive 96/9/EC of the
4949+ European Parliament and of the Council of 11 March 1996 on the legal
5050+ protection of databases, and under any national implementation thereof,
5151+ including any amended or successor version of such directive); and
5252+5353+ vii. other similar, equivalent or corresponding rights throughout the world
5454+ based on applicable law or treaty, and any national implementations thereof.
5555+5656+2. Waiver. To the greatest extent permitted by, but not in contravention of,
5757+applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
5858+unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
5959+and Related Rights and associated claims and causes of action, whether now
6060+known or unknown (including existing as well as future claims and causes of
6161+action), in the Work (i) in all territories worldwide, (ii) for the maximum
6262+duration provided by applicable law or treaty (including future time
6363+extensions), (iii) in any current or future medium and for any number of
6464+copies, and (iv) for any purpose whatsoever, including without limitation
6565+commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
6666+the Waiver for the benefit of each member of the public at large and to the
6767+detriment of Affirmer's heirs and successors, fully intending that such Waiver
6868+shall not be subject to revocation, rescission, cancellation, termination, or
6969+any other legal or equitable action to disrupt the quiet enjoyment of the Work
7070+by the public as contemplated by Affirmer's express Statement of Purpose.
7171+7272+3. Public License Fallback. Should any part of the Waiver for any reason be
7373+judged legally invalid or ineffective under applicable law, then the Waiver
7474+shall be preserved to the maximum extent permitted taking into account
7575+Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
7676+is so judged Affirmer hereby grants to each affected person a royalty-free,
7777+non transferable, non sublicensable, non exclusive, irrevocable and
7878+unconditional license to exercise Affirmer's Copyright and Related Rights in
7979+the Work (i) in all territories worldwide, (ii) for the maximum duration
8080+provided by applicable law or treaty (including future time extensions), (iii)
8181+in any current or future medium and for any number of copies, and (iv) for any
8282+purpose whatsoever, including without limitation commercial, advertising or
8383+promotional purposes (the "License"). The License shall be deemed effective as
8484+of the date CC0 was applied by Affirmer to the Work. Should any part of the
8585+License for any reason be judged legally invalid or ineffective under
8686+applicable law, such partial invalidity or ineffectiveness shall not
8787+invalidate the remainder of the License, and in such case Affirmer hereby
8888+affirms that he or she will not (i) exercise any of his or her remaining
8989+Copyright and Related Rights in the Work or (ii) assert any associated claims
9090+and causes of action with respect to the Work, in either case contrary to
9191+Affirmer's express Statement of Purpose.
9292+9393+4. Limitations and Disclaimers.
9494+9595+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
9696+ surrendered, licensed or otherwise affected by this document.
9797+9898+ b. Affirmer offers the Work as-is and makes no representations or warranties
9999+ of any kind concerning the Work, express, implied, statutory or otherwise,
100100+ including without limitation warranties of title, merchantability, fitness
101101+ for a particular purpose, non infringement, or the absence of latent or
102102+ other defects, accuracy, or the present or absence of errors, whether or not
103103+ discoverable, all to the greatest extent permissible under applicable law.
104104+105105+ c. Affirmer disclaims responsibility for clearing rights of other persons
106106+ that may apply to the Work or any use thereof, including without limitation
107107+ any person's Copyright and Related Rights in the Work. Further, Affirmer
108108+ disclaims responsibility for obtaining any necessary consents, permissions
109109+ or other rights required for any use of the Work.
110110+111111+ d. Affirmer understands and acknowledges that Creative Commons is not a
112112+ party to this document and has no duty or obligation with respect to this
113113+ CC0 or use of the Work.
114114+115115+For more information, please see
116116+<http://creativecommons.org/publicdomain/zero/1.0/>
117117+
+19
README.md
···11+# DarkEarth Nvim
22+An dark and earthy color scheme for Neovim.
33+44+
55+66+Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim).
77+88+## Installation
99+1010+Lazy:
1111+```lua
1212+{
1313+ "ptdewey/darkearth-nvim",
1414+ priority = 1000,
1515+},
1616+```
1717+1818+## Disclaimer
1919+This color scheme is early in development and things are subject to change.