diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-07-20 00:55:02 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-07-20 00:55:56 +0200 |
commit | 2bc167cd569f0dafd59a82b77c54dbbc2fa7ac78 (patch) | |
tree | 8569f136038fd5c031611abe64256b2e36521201 | |
parent | 2e9bb2f7d17975c9195d691296435ec08c1b9f43 (diff) | |
download | papercolor-master.tar.gz |
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | README.md | 12 |
2 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Matěj Cepl + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..4217437 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# papercolor theme for vis + +Originally created by [Jan Christoph Ebersbach](https://github.com/jceb), +probably based on +[PaperColor.vim](https://github.com/vim-scripts/PaperColor.vim) and +inspired by Google's Material Design. + +------------------------------------------------------------------------ + +All issues, questions, complaints, or (even better!) patches should be +send via email to <~mcepl/devel@lists.sr.ht> email list (for patches use +[git send-email](https://git-send-email.io/)). |