commit 187980e262af98c1bd8751e4e11933b3665fb151 Author: Martin Prokoph Date: Sat Mar 9 22:49:01 2024 +0100 Initial commit 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..ca57489 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +

+ Logo
+ + Catppuccin for Nextcloud + +

+ +

+ + + +

+ +

+ +

+ +## Previews + +
+๐ŸŒป Latte + +
+
+๐Ÿชด Frappรฉ + +
+
+๐ŸŒบ Macchiato + +
+
+๐ŸŒฟ Mocha + +
+ +## Usage + +1. Copy the text of your desired variant from the source directory +2. Install the `Custom CSS` app in your Nextcloud instance +3. Open the settings page and navigate to `Theming` +4. Paste the code into the `Custom CSS` section +5. (If no change is visible) Under `Appearance & Accessibility`, select `System Default Theme` +6. Set the Nextcloud accent color to your [favorite color](https://github.com/catppuccin/catppuccin) + + +## ๐Ÿ™‹ FAQ + +- Q: **_"What is meant by 'dynamic'?"_**\ + A: The palette will be your chosen flavor in dark mode, and Latte in light mode, according to the system theme. + +## ๐Ÿ’ Thanks to + +- [Motschen](https://github.com/Motschen) + +  + +

+ +

+ +

+ Copyright © 2021-present Catppuccin Org +

+ +

+ +