🎉 Initial commit!

main
Echo 2022-08-20 16:24:08 +10:00
commit 3e9d7cecec
7 changed files with 177 additions and 0 deletions

21
LICENSE Normal file
View File

@ -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.

40
README.md Normal file
View File

@ -0,0 +1,40 @@
<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 TTY
</h3>
<p align="center">
<a href="https://github.com/catppuccin/tty/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/tty?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/tty/issues"><img src="https://img.shields.io/github/issues/catppuccin/tty?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/tty/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/tty?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/tty/main/assets/mochatty.png"/>
</p>
## Usage
1. Clone this repo.
2. Choose your flavour.
3. Source *flavour*.sh in your `.bashrc`, `.zshrc` or whatever file your shell uses.
4. Log out and log back in.
## 💝 Thanks to
- [Echo](https://github.com/CallMeEchoCodes)
&nbsp;
<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 &copy; 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>

BIN
assets/mochatty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

29
frappe.sh Executable file
View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
if [ "$TERM" = "linux" ]; then
printf %b '\e]P0303446' # set background color to "Base"
printf %b '\e]P8626880' # set bright black to "Surface2"
printf %b '\e]P7C6D0F5' # set text color to "Text"
printf %b '\e]PFA5ADCE' # set bright white to "Subtext0"
printf %b '\e]P1E78284' # set red to "Red"
printf %b '\e]P9E78284' # set bright red to "Red"
printf %b '\e]P2A6D189' # set green to "Green"
printf %b '\e]PAA6D189' # set bright green to "Green"
printf %b '\e]P3E5C890' # set yellow to "Yellow"
printf %b '\e]PBE5C890' # set bright yellow to "Yellow"
printf %b '\e]P48CAAEE' # set blue to "Blue"
printf %b '\e]PC8CAAEE' # set bright blue to "Blue"
printf %b '\e]P5F4B8E4' # set magenta to "Pink"
printf %b '\e]PDF4B8E4' # set bright magenta to "Pink"
printf %b '\e]P681C8BE' # set cyan to "Teal"
printf %b '\e]PE81C8BE' # set bright cyan to "Teal"
clear
fi

29
latte.sh Executable file
View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
if [ "$TERM" = "linux" ]; then
printf %b '\e]P0EFF1F5' # set background color to "Base"
printf %b '\e]P8ACB0BE' # set bright black to "Surface2"
printf %b '\e]P74C4F69' # set text color to "Text"
printf %b '\e]PF6C6F85' # set bright white to "Subtext0"
printf %b '\e]P1D20F39' # set red to "Red"
printf %b '\e]P9D20F39' # set bright red to "Red"
printf %b '\e]P240A02B' # set green to "Green"
printf %b '\e]PA40A02B' # set bright green to "Green"
printf %b '\e]P3DF8E1D' # set yellow to "Yellow"
printf %b '\e]PBDF8E1D' # set bright yellow to "Yellow"
printf %b '\e]P41E66F5' # set blue to "Blue"
printf %b '\e]PC1E66F5' # set bright blue to "Blue"
printf %b '\e]P5EA76CB' # set magenta to "Pink"
printf %b '\e]PDEA76CB' # set bright magenta to "Pink"
printf %b '\e]P6179299' # set cyan to "Teal"
printf %b '\e]PE179299' # set bright cyan to "Teal"
clear
fi

29
macchiato.sh Executable file
View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
if [ "$TERM" = "linux" ]; then
printf %b '\e]P024273A' # set background color to "Base"
printf %b '\e]P85B6078' # set bright black to "Surface2"
printf %b '\e]P7CAD3F5' # set text color to "Text"
printf %b '\e]PFA5ADCB' # set bright white to "Subtext0"
printf %b '\e]P1ED8796' # set red to "Red"
printf %b '\e]P9ED8796' # set bright red to "Red"
printf %b '\e]P2A6DA95' # set green to "Green"
printf %b '\e]PAA6DA95' # set bright green to "Green"
printf %b '\e]P3EED49f' # set yellow to "Yellow"
printf %b '\e]PBEED49f' # set bright yellow to "Yellow"
printf %b '\e]P48AADF4' # set blue to "Blue"
printf %b '\e]PC8AADF4' # set bright blue to "Blue"
printf %b '\e]P5F5BDE6' # set magenta to "Pink"
printf %b '\e]PDF5BDE6' # set bright magenta to "Pink"
printf %b '\e]P68BD5CA' # set cyan to "Teal"
printf %b '\e]PE8BD5CA' # set bright cyan to "Teal"
clear
fi

29
mocha.sh Executable file
View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
if [ "$TERM" = "linux" ]; then
printf %b '\e]P01E1E2E' # set background color to "Base"
printf %b '\e]P8585B70' # set bright black to "Surface2"
printf %b '\e]P7BAC2DE' # set text color to "Text"
printf %b '\e]PFA6ADC8' # set bright white to "Subtext0"
printf %b '\e]P1F38BA8' # set red to "Red"
printf %b '\e]P9F38BA8' # set bright red to "Red"
printf %b '\e]P2A6E3A1' # set green to "Green"
printf %b '\e]PAA6E3A1' # set bright green to "Green"
printf %b '\e]P3F9E2AF' # set yellow to "Yellow"
printf %b '\e]PBF9E2AF' # set bright yellow to "Yellow"
printf %b '\e]P489B4FA' # set blue to "Blue"
printf %b '\e]PC89B4FA' # set bright blue to "Blue"
printf %b '\e]P5F5C2E7' # set magenta to "Pink"
printf %b '\e]PDF5C2E7' # set bright magenta to "Pink"
printf %b '\e]P694E2D5' # set cyan to "Teal"
printf %b '\e]PE94E2D5' # set bright cyan to "Teal"
clear
fi