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 ================================================

Logo
Catppuccin for Slack

## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## 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)  

Copyright © 2021-present Catppuccin Org

================================================ 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" ---

Logo
Catppuccin for Slack

## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## 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)  

Copyright © 2021-present Catppuccin Org