Repository: catppuccin/slack
Branch: main
Commit: 56179f822edf
Files: 5
Total size: 8.3 KB
Directory structure:
gitextract_ysdgtn8p/
├── .editorconfig
├── LICENSE
├── README.md
├── renovate.json
└── slack.tera
================================================
FILE CONTENTS
================================================
================================================
FILE: .editorconfig
================================================
# 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
# make
[Makefile]
indent_style=tab
================================================
FILE: LICENSE
================================================
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.
================================================
FILE: README.md
================================================
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://slack.com">Slack</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/slack/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/slack?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/slack/issues"><img src="https://img.shields.io/github/issues/catppuccin/slack?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/slack/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/slack?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="assets/preview.webp"/>
</p>
## Previews
<details>
<summary>🌻 Latte</summary>
<img src="assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="assets/mocha.webp"/>
</details>
## Usage
> [!IMPORTANT]
> Due to Slack's new
> [redesign](https://slack.com/intl/en-gb/blog/productivity/a-redesigned-slack-built-for-focus),
> the theme strings don't directly apply the
> palette, and instead they are mapped to Slack's built-in colors. However, the
> theme strings work as intended on older versions of Slack.
### Redesign
1. Click your profile picture in the bottom left.
2. Head to `Preferences` → `Themes`
3. Copy one of the [theme strings](#theme-strings) shown below.
4. Paste theme string into `Import theme`
### Legacy
1. Open Slack Desktop, click your profile picture in the top right.
2. Head to `Preferences` → `Themes`
3. Copy one of the [theme strings](#theme-strings) shown below.
3. Below `Colors`, click `Create a custom theme`, and paste your theme string.
### Theme Strings
- **Latte** (Make sure to enable light mode!)
```
#EFF1F5,#F8F8FA,#8839EF,#EFF1F5,#DCE0E8,#4C4F69,#8839EF,#E64553,#EFF1F5,#4C4F69
```
- **Frappé**
```
#303446,#F8F8FA,#CA9EE6,#303446,#232634,#C6D0F5,#CA9EE6,#EA999C,#303446,#C6D0F5
```
- **Macchiato**
```
#24273A,#F8F8FA,#C6A0F6,#24273A,#181926,#CAD3F5,#C6A0F6,#EE99A0,#24273A,#CAD3F5
```
- **Mocha**
```
#1E1E2E,#F8F8FA,#CBA6F7,#1E1E2E,#11111B,#CDD6F4,#CBA6F7,#EBA0AC,#1E1E2E,#CDD6F4
```
## 💝 Thanks to
- [qupufu](https://github.com/qupufu)
- [Hammy](https://github.com/sgoudham)
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
</p>
<p align="center">
Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
</p>
<p align="center">
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
</p>
================================================
FILE: renovate.json
================================================
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>catppuccin/renovate-config"
]
}
================================================
FILE: slack.tera
================================================
---
whiskers:
version: ^2.5.1
filename: "README.md"
---
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://slack.com">Slack</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/slack/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/slack?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/slack/issues"><img src="https://img.shields.io/github/issues/catppuccin/slack?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/slack/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/slack?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="assets/preview.webp"/>
</p>
## Previews
<details>
<summary>🌻 Latte</summary>
<img src="assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="assets/mocha.webp"/>
</details>
## Usage
> [!IMPORTANT]
> Due to Slack's new
> [redesign](https://slack.com/intl/en-gb/blog/productivity/a-redesigned-slack-built-for-focus),
> the theme strings don't directly apply the
> palette, and instead they are mapped to Slack's built-in colors. However, the
> theme strings work as intended on older versions of Slack.
### Redesign
1. Click your profile picture in the bottom left.
2. Head to `Preferences` → `Themes`
3. Copy one of the [theme strings](#theme-strings) shown below.
4. Paste theme string into `Import theme`
### Legacy
1. Open Slack Desktop, click your profile picture in the top right.
2. Head to `Preferences` → `Themes`
3. Copy one of the [theme strings](#theme-strings) shown below.
3. Below `Colors`, click `Create a custom theme`, and paste your theme string.
### Theme Strings
{% for id, flavor in flavors %}
{%- set palette = flavor.colors -%}
- **{{flavor.name}}**{% if id == "latte" %} (Make sure to enable light mode!){%- endif %}
{%- filter upper %}
```
#{{palette.base.hex}},#F8F8FA,#{{palette.mauve.hex}},#{{palette.base.hex}},#{{palette.crust.hex}},#{{palette.text.hex}},#{{palette.mauve.hex}},#{{palette.maroon.hex}},#{{palette.base.hex}},#{{palette.text.hex}}
```
{% endfilter -%}
{%- endfor %}
## 💝 Thanks to
- [qupufu](https://github.com/qupufu)
- [Hammy](https://github.com/sgoudham)
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
</p>
<p align="center">
Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
</p>
<p align="center">
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
</p>
gitextract_ysdgtn8p/ ├── .editorconfig ├── LICENSE ├── README.md ├── renovate.json └── slack.tera
Condensed preview — 5 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (9K chars).
[
{
"path": ".editorconfig",
"chars": 616,
"preview": "# EditorConfig helps developers define and maintain consistent\n# coding styles between different editors and IDEs\n# Edit"
},
{
"path": "LICENSE",
"chars": 1067,
"preview": "MIT License\n\nCopyright (c) 2021 Catppuccin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy"
},
{
"path": "README.md",
"chars": 3339,
"preview": "<h3 align=\"center\">\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x15"
},
{
"path": "renovate.json",
"chars": 128,
"preview": "{\n \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n \"extends\": [\n \"local>catppuccin/renovate-config"
},
{
"path": "slack.tera",
"chars": 3369,
"preview": "---\nwhiskers:\n version: ^2.5.1\n filename: \"README.md\"\n---\n<h3 align=\"center\">\n\t<img src=\"https://raw.githubusercontent"
}
]
About this extraction
This page contains the full source code of the catppuccin/slack GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 5 files (8.3 KB), approximately 2.7k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.