updated readme
This commit is contained in:
parent
1a81e0d5a0
commit
540dfc7a78
1 changed files with 2 additions and 32 deletions
34
README.md
34
README.md
|
@ -1,8 +1,8 @@
|
|||
<p align="center">
|
||||
<h2 align="center">😸 Catppuccin for AwesomeApp</h2>
|
||||
<h2 align="center">😸 Catppuccin palette for Gimp</h2>
|
||||
</p>
|
||||
|
||||
<p align="center">Warm mid-tone dark theme to show off your vibrant self!</p>
|
||||
<p align="center">Warm and colorful dark theme to show off your vibrant self!</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/dev/assets/misc/sample.png"/>
|
||||
|
@ -15,36 +15,6 @@
|
|||
3. Select `import theme` and browse to where you cloned Catppuccin
|
||||
4. Select it
|
||||
|
||||
## 🙋 FAQ (optional)
|
||||
|
||||
- Q: **_"Where can I find the doc?"_**
|
||||
A: Run `:help theme`
|
||||
|
||||
## 💝 Thanks to
|
||||
|
||||
- [Human](https://github.com/catppuccin)
|
||||
|
||||
---
|
||||
|
||||
# TEMPLATE INSTRUCTIONS
|
||||
|
||||
> **Note:** feel free to remove this section after reading it 😎
|
||||
|
||||
## 🐧 Usage
|
||||
|
||||
There are this things on GitHub called "template repositories" which you can use as blueprints for a new repo. The problem with this is that they leave a _small_ tag under the repos' name that says "generated from <template>". To avoid this follow these instructions:
|
||||
|
||||
1. Create the repo and leave it empty
|
||||
2. Add this template as a remote: `git remote add template git@github.com:catppuccin/template.git`
|
||||
3. Pull from it: `git pull template main`
|
||||
4. Delete the remote: `git remote remove template`
|
||||
|
||||
## 🤩 Style
|
||||
|
||||
- The name of the repo must be the simplest version of the app's name (e.g `nvim` instead of `NeoVim`)
|
||||
- Put the images under `assets/`. If there are a bunch of them consider [creating an empty branch](https://gist.github.com/joncardasis/e6494afd538a400722545163eb2e1fa5) (e.g. `assets`) and storing them there.
|
||||
- Format repo description as "<allusive emoji> Catppuccin theme for AwesomeApp"
|
||||
- Add `catppuccin` to the topics.
|
||||
- Uppercase meta files (e.g. `README.md`)
|
||||
- Don't add health files (like `CODE_OF_CONDUCTS` or `SUPPORT`), those are organization-wide files stored [here](https://github.com/catppuccin/.github).
|
||||
- Emojis are _the way_, feel free to use them as much as you want.
|
||||
|
|
Loading…
Reference in a new issue