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

Logo
Catppuccin for Termux

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

Copyright © 2021-present Catppuccin Org

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