Full Code of catppuccin/termux for AI

main c3eefc676552 cached
10 files
6.7 KB
2.4k tokens
1 requests
Download .txt
Repository: catppuccin/termux
Branch: main
Commit: c3eefc676552
Files: 10
Total size: 6.7 KB

Directory structure:
gitextract_c9l0wnno/

├── .editorconfig
├── LICENSE
├── README.md
├── justfile
├── renovate.json
├── termux.tera
└── themes/
    ├── catppuccin-frappe.properties
    ├── catppuccin-latte.properties
    ├── catppuccin-macchiato.properties
    └── catppuccin-mocha.properties

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


================================================
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://github.com/termux/termux-app">Termux</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/termux/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/termux?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
    <a href="https://github.com/catppuccin/termux/issues"><img src="https://img.shields.io/github/issues/catppuccin/termux?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
    <a href="https://github.com/catppuccin/termux/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/termux?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>

<p align="center">
  <img src="assets/preview.jpg"/>
</p>

## Usage

Catppuccin is now [included in Termux](https://github.com/termux/termux-styling/blob/master/app/src/main/assets/colors/catppuccin-mocha.properties).

1. Install the [Termux:Styling](https://github.com/termux/termux-styling/tree/master?tab=readme-ov-file#installation) plugin.
2. In Termux, long press anywhere in the terminal.
3. Click **More...** > **Style** > **CHOOSE COLOR**.
4. Scroll down the list and select your preferred Catppuccin flavor.

## 💝 Thanks to

- [Pocco81](https://github.com/Pocco81)
- [Adal Zanabria](https://github.com/AdalZanabria)
- [rubyowo](https://github.com/rubyowo)

&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 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: justfile
================================================
_default:
  @just --list

build:
  whiskers termux.tera


================================================
FILE: renovate.json
================================================
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "local>catppuccin/renovate-config"
  ]
}


================================================
FILE: termux.tera
================================================
---
whiskers:
  version: "2.2.0"
  matrix:
    - flavor
  filename: "themes/catppuccin-{{ flavor.identifier }}.properties"
---
background:     #{{ base.hex }}
foreground:     #{{ text.hex }}

{% if flavor.dark -%}
color0:         #{{ surface1.hex }}
color8:         #{{ surface2.hex }}
{%- else -%}
color0:         #{{ subtext1.hex }}
color8:         #{{ surface2.hex }}
{%- endif %}

color1:         #{{ red.hex }}
color9:         #{{ red.hex }}

color2:         #{{ green.hex }}
color10:        #{{ green.hex }}

color3:         #{{ yellow.hex }}
color11:        #{{ yellow.hex }}

color4:         #{{ blue.hex }}
color12:        #{{ blue.hex }}

color5:         #{{ pink.hex }}
color13:        #{{ pink.hex }}

color6:         #{{ teal.hex }}
color14:        #{{ teal.hex }}

{% if flavor.dark -%}
color7:         #{{ subtext1.hex }}
color15:        #{{ subtext0.hex }}
{%- else -%}
color7:         #{{ surface2.hex }}
color15:        #{{ surface1.hex }}
{%- endif %}


================================================
FILE: themes/catppuccin-frappe.properties
================================================
background:     #303446
foreground:     #c6d0f5

color0:         #51576d
color8:         #626880

color1:         #e78284
color9:         #e78284

color2:         #a6d189
color10:        #a6d189

color3:         #e5c890
color11:        #e5c890

color4:         #8caaee
color12:        #8caaee

color5:         #f4b8e4
color13:        #f4b8e4

color6:         #81c8be
color14:        #81c8be

color7:         #b5bfe2
color15:        #a5adce


================================================
FILE: themes/catppuccin-latte.properties
================================================
background:     #eff1f5
foreground:     #4c4f69

color0:         #5c5f77
color8:         #acb0be

color1:         #d20f39
color9:         #d20f39

color2:         #40a02b
color10:        #40a02b

color3:         #df8e1d
color11:        #df8e1d

color4:         #1e66f5
color12:        #1e66f5

color5:         #ea76cb
color13:        #ea76cb

color6:         #179299
color14:        #179299

color7:         #acb0be
color15:        #bcc0cc


================================================
FILE: themes/catppuccin-macchiato.properties
================================================
background:     #24273a
foreground:     #cad3f5

color0:         #494d64
color8:         #5b6078

color1:         #ed8796
color9:         #ed8796

color2:         #a6da95
color10:        #a6da95

color3:         #eed49f
color11:        #eed49f

color4:         #8aadf4
color12:        #8aadf4

color5:         #f5bde6
color13:        #f5bde6

color6:         #8bd5ca
color14:        #8bd5ca

color7:         #b8c0e0
color15:        #a5adcb


================================================
FILE: themes/catppuccin-mocha.properties
================================================
background:     #1e1e2e
foreground:     #cdd6f4

color0:         #45475a
color8:         #585b70

color1:         #f38ba8
color9:         #f38ba8

color2:         #a6e3a1
color10:        #a6e3a1

color3:         #f9e2af
color11:        #f9e2af

color4:         #89b4fa
color12:        #89b4fa

color5:         #f5c2e7
color13:        #f5c2e7

color6:         #94e2d5
color14:        #94e2d5

color7:         #bac2de
color15:        #a6adc8
Download .txt
gitextract_c9l0wnno/

├── .editorconfig
├── LICENSE
├── README.md
├── justfile
├── renovate.json
├── termux.tera
└── themes/
    ├── catppuccin-frappe.properties
    ├── catppuccin-latte.properties
    ├── catppuccin-macchiato.properties
    └── catppuccin-mocha.properties
Condensed preview — 10 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (8K chars).
[
  {
    "path": ".editorconfig",
    "chars": 580,
    "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": 2253,
    "preview": "<h3 align=\"center\">\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x15"
  },
  {
    "path": "justfile",
    "chars": 56,
    "preview": "_default:\n  @just --list\n\nbuild:\n  whiskers termux.tera\n"
  },
  {
    "path": "renovate.json",
    "chars": 128,
    "preview": "{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"local>catppuccin/renovate-config"
  },
  {
    "path": "termux.tera",
    "chars": 971,
    "preview": "---\nwhiskers:\n  version: \"2.2.0\"\n  matrix:\n    - flavor\n  filename: \"themes/catppuccin-{{ flavor.identifier }}.propertie"
  },
  {
    "path": "themes/catppuccin-frappe.properties",
    "chars": 440,
    "preview": "background:     #303446\nforeground:     #c6d0f5\n\ncolor0:         #51576d\ncolor8:         #626880\n\ncolor1:         #e7828"
  },
  {
    "path": "themes/catppuccin-latte.properties",
    "chars": 440,
    "preview": "background:     #eff1f5\nforeground:     #4c4f69\n\ncolor0:         #5c5f77\ncolor8:         #acb0be\n\ncolor1:         #d20f3"
  },
  {
    "path": "themes/catppuccin-macchiato.properties",
    "chars": 440,
    "preview": "background:     #24273a\nforeground:     #cad3f5\n\ncolor0:         #494d64\ncolor8:         #5b6078\n\ncolor1:         #ed879"
  },
  {
    "path": "themes/catppuccin-mocha.properties",
    "chars": 440,
    "preview": "background:     #1e1e2e\nforeground:     #cdd6f4\n\ncolor0:         #45475a\ncolor8:         #585b70\n\ncolor1:         #f38ba"
  }
]

About this extraction

This page contains the full source code of the catppuccin/termux GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 10 files (6.7 KB), approximately 2.4k 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.

Copied to clipboard!