From 1f1e03f873478dae13f88c098357501bfce959c5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 25 Apr 2023 14:43:16 -0500 Subject: [PATCH] add template files --- .editorconfig | 34 +++++++++++++++++++++++++ LICENSE | 21 ++++++++++++++++ README.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ assets/.gitkeep | 0 4 files changed, 121 insertions(+) create mode 100644 .editorconfig create mode 100644 LICENSE create mode 100644 README.md create mode 100644 assets/.gitkeep diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d86ac02 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,34 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# EditorConfig is awesome: https://EditorConfig.org + +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +# go +[*.go] +indent_style = tab +indent_size = 4 + +# python +[*.{ini,py,py.tpl,rst}] +indent_size = 4 + +# rust +[*.rs] +indent_size = 4 + +# documentation, utils +[*.{md,mdx,diff}] +trim_trailing_whitespace = false + +# windows shell scripts +[*.{cmd,bat,ps1}] +end_of_line = crlf diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..006383b --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Catppuccin + +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..75a5d0a --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +

+ Logo
+ + Catppuccin for nim + +

+ +

+ + + +

+ +

+ +

+ +## Previews + +
+๐ŸŒป Latte + +
+
+๐Ÿชด Frappรฉ + +
+
+๐ŸŒบ Macchiato + +
+
+๐ŸŒฟ Mocha + +
+ +## Usage + +1. Clone this repository locally +2. Open the app's settings +3. Select `import theme` and browse to where you cloned Catppuccin +4. Select it + + +## ๐Ÿ™‹ FAQ + +- Q: **_"Where can I find the doc?"_**\ + A: Run `nim mkDocs` + +## ๐Ÿ’ Thanks to + +- [daylinmorgan](https://github.com/daylinmorgan) + +  + +

+ +

+ +

+ Copyright © 2021-present Catppuccin Org +

+ +

+ +

diff --git a/assets/.gitkeep b/assets/.gitkeep new file mode 100644 index 0000000..e69de29