[
  {
    "path": ".editorconfig",
    "content": "# EditorConfig helps developers define and maintain consistent\n# coding styles between different editors and IDEs\n# EditorConfig is awesome: https://EditorConfig.org\n\nroot = true\n\n[*]\ncharset = utf-8\nindent_size = 2\nindent_style = space\nend_of_line = lf\ninsert_final_newline = true\ntrim_trailing_whitespace = true\n\n# go\n[*.go]\nindent_style = tab\nindent_size = 4\n\n# python\n[*.{ini,py,py.tpl,rst}]\nindent_size = 4\n\n# rust\n[*.rs]\nindent_size = 4\n\n# documentation, utils\n[*.{md,mdx,diff}]\ntrim_trailing_whitespace = false\n\n# windows shell scripts\n[*.{cmd,bat,ps1}]\nend_of_line = crlf\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 Catppuccin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "<h3 align=\"center\">\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png\" width=\"100\" alt=\"Logo\"/><br/>\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\" height=\"30\" width=\"0px\"/>\n\tCatppuccin for <a href=\"https://github.com/termux/termux-app\">Termux</a>\n\t<img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\" height=\"30\" width=\"0px\"/>\n</h3>\n\n<p align=\"center\">\n    <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>\n    <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>\n    <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>\n</p>\n\n<p align=\"center\">\n  <img src=\"assets/preview.jpg\"/>\n</p>\n\n## Usage\n\nCatppuccin is now [included in Termux](https://github.com/termux/termux-styling/blob/master/app/src/main/assets/colors/catppuccin-mocha.properties).\n\n1. Install the [Termux:Styling](https://github.com/termux/termux-styling/tree/master?tab=readme-ov-file#installation) plugin.\n2. In Termux, long press anywhere in the terminal.\n3. Click **More...** > **Style** > **CHOOSE COLOR**.\n4. Scroll down the list and select your preferred Catppuccin flavor.\n\n## 💝 Thanks to\n\n- [Pocco81](https://github.com/Pocco81)\n- [Adal Zanabria](https://github.com/AdalZanabria)\n- [rubyowo](https://github.com/rubyowo)\n\n&nbsp;\n\n<p align=\"center\"><img src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true\" /></p>\n<p align=\"center\">Copyright &copy; 2021-present <a href=\"https://github.com/catppuccin\" target=\"_blank\">Catppuccin Org</a>\n<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>\n"
  },
  {
    "path": "justfile",
    "content": "_default:\n  @just --list\n\nbuild:\n  whiskers termux.tera\n"
  },
  {
    "path": "renovate.json",
    "content": "{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"local>catppuccin/renovate-config\"\n  ]\n}\n"
  },
  {
    "path": "termux.tera",
    "content": "---\nwhiskers:\n  version: \"2.2.0\"\n  matrix:\n    - flavor\n  filename: \"themes/catppuccin-{{ flavor.identifier }}.properties\"\n---\nbackground:     #{{ base.hex }}\nforeground:     #{{ text.hex }}\n\n{% if flavor.dark -%}\ncolor0:         #{{ surface1.hex }}\ncolor8:         #{{ surface2.hex }}\n{%- else -%}\ncolor0:         #{{ subtext1.hex }}\ncolor8:         #{{ surface2.hex }}\n{%- endif %}\n\ncolor1:         #{{ red.hex }}\ncolor9:         #{{ red.hex }}\n\ncolor2:         #{{ green.hex }}\ncolor10:        #{{ green.hex }}\n\ncolor3:         #{{ yellow.hex }}\ncolor11:        #{{ yellow.hex }}\n\ncolor4:         #{{ blue.hex }}\ncolor12:        #{{ blue.hex }}\n\ncolor5:         #{{ pink.hex }}\ncolor13:        #{{ pink.hex }}\n\ncolor6:         #{{ teal.hex }}\ncolor14:        #{{ teal.hex }}\n\n{% if flavor.dark -%}\ncolor7:         #{{ subtext1.hex }}\ncolor15:        #{{ subtext0.hex }}\n{%- else -%}\ncolor7:         #{{ surface2.hex }}\ncolor15:        #{{ surface1.hex }}\n{%- endif %}\n"
  },
  {
    "path": "themes/catppuccin-frappe.properties",
    "content": "background:     #303446\nforeground:     #c6d0f5\n\ncolor0:         #51576d\ncolor8:         #626880\n\ncolor1:         #e78284\ncolor9:         #e78284\n\ncolor2:         #a6d189\ncolor10:        #a6d189\n\ncolor3:         #e5c890\ncolor11:        #e5c890\n\ncolor4:         #8caaee\ncolor12:        #8caaee\n\ncolor5:         #f4b8e4\ncolor13:        #f4b8e4\n\ncolor6:         #81c8be\ncolor14:        #81c8be\n\ncolor7:         #b5bfe2\ncolor15:        #a5adce\n"
  },
  {
    "path": "themes/catppuccin-latte.properties",
    "content": "background:     #eff1f5\nforeground:     #4c4f69\n\ncolor0:         #5c5f77\ncolor8:         #acb0be\n\ncolor1:         #d20f39\ncolor9:         #d20f39\n\ncolor2:         #40a02b\ncolor10:        #40a02b\n\ncolor3:         #df8e1d\ncolor11:        #df8e1d\n\ncolor4:         #1e66f5\ncolor12:        #1e66f5\n\ncolor5:         #ea76cb\ncolor13:        #ea76cb\n\ncolor6:         #179299\ncolor14:        #179299\n\ncolor7:         #acb0be\ncolor15:        #bcc0cc\n"
  },
  {
    "path": "themes/catppuccin-macchiato.properties",
    "content": "background:     #24273a\nforeground:     #cad3f5\n\ncolor0:         #494d64\ncolor8:         #5b6078\n\ncolor1:         #ed8796\ncolor9:         #ed8796\n\ncolor2:         #a6da95\ncolor10:        #a6da95\n\ncolor3:         #eed49f\ncolor11:        #eed49f\n\ncolor4:         #8aadf4\ncolor12:        #8aadf4\n\ncolor5:         #f5bde6\ncolor13:        #f5bde6\n\ncolor6:         #8bd5ca\ncolor14:        #8bd5ca\n\ncolor7:         #b8c0e0\ncolor15:        #a5adcb\n"
  },
  {
    "path": "themes/catppuccin-mocha.properties",
    "content": "background:     #1e1e2e\nforeground:     #cdd6f4\n\ncolor0:         #45475a\ncolor8:         #585b70\n\ncolor1:         #f38ba8\ncolor9:         #f38ba8\n\ncolor2:         #a6e3a1\ncolor10:        #a6e3a1\n\ncolor3:         #f9e2af\ncolor11:        #f9e2af\n\ncolor4:         #89b4fa\ncolor12:        #89b4fa\n\ncolor5:         #f5c2e7\ncolor13:        #f5c2e7\n\ncolor6:         #94e2d5\ncolor14:        #94e2d5\n\ncolor7:         #bac2de\ncolor15:        #a6adc8\n"
  }
]