commit 3e9d7cecec94e9b03313761bf049e496f55e2f39 Author: Echo Date: Sat Aug 20 16:24:08 2022 +1000 :tada: Initial commit! 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..88b92c0 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +

+ Logo
+ + Catppuccin for TTY +

+ +

+ + + +

+ +

+ +

+ +## 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) + +  + +

+ +

+ +

+ Copyright © 2021-present Catppuccin Org +

+ +

+ +

diff --git a/assets/mochatty.png b/assets/mochatty.png new file mode 100644 index 0000000..0edbbd6 Binary files /dev/null and b/assets/mochatty.png differ diff --git a/frappe.sh b/frappe.sh new file mode 100755 index 0000000..dbe2f93 --- /dev/null +++ b/frappe.sh @@ -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 diff --git a/latte.sh b/latte.sh new file mode 100755 index 0000000..663e517 --- /dev/null +++ b/latte.sh @@ -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 diff --git a/macchiato.sh b/macchiato.sh new file mode 100755 index 0000000..39036ff --- /dev/null +++ b/macchiato.sh @@ -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 diff --git a/mocha.sh b/mocha.sh new file mode 100755 index 0000000..7e18479 --- /dev/null +++ b/mocha.sh @@ -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