{"id":15442589,"url":"https://github.com/nousantx/goghtermux","last_synced_at":"2026-02-06T01:36:21.544Z","repository":{"id":257683057,"uuid":"859008986","full_name":"nousantx/GoghTermux","owner":"nousantx","description":"A Gogh color schemes builder for termux color format.","archived":false,"fork":false,"pushed_at":"2024-09-19T09:40:10.000Z","size":106,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T03:12:02.778Z","etag":null,"topics":["color-scheme","color-scheme-generator","gogh","javascript","python","shell","terminal","termux","termux-color","termux-setting","termux-theme","termux-themes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nousantx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-17T23:17:45.000Z","updated_at":"2024-09-19T09:40:13.000Z","dependencies_parsed_at":"2024-09-18T05:46:32.825Z","dependency_job_id":null,"html_url":"https://github.com/nousantx/GoghTermux","commit_stats":null,"previous_names":["nousantx/goghtermux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nousantx%2FGoghTermux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nousantx%2FGoghTermux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nousantx%2FGoghTermux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nousantx%2FGoghTermux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nousantx","download_url":"https://codeload.github.com/nousantx/GoghTermux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587784,"owners_count":19986628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color-scheme","color-scheme-generator","gogh","javascript","python","shell","terminal","termux","termux-color","termux-setting","termux-theme","termux-themes"],"created_at":"2024-10-01T19:28:46.865Z","updated_at":"2026-02-06T01:36:21.483Z","avatar_url":"https://github.com/nousantx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gogh Color Schemes for Termux\n\nNow you can use [Gogh Color Schemes](https://github.com/Gogh-Co/Gogh) in termux app with this simple setup.\n\n## Installation\n\n### Clone this Repository\n\nYou may need to clone this repository to use the scripts from this repository to build and setting color:\n\n```sh\ngit clone https://github.com/nousantx/GoghTermux\n\ncd GoghTermux\n```\n\n### Building Colors\n\nYou need to build the color schemes with python or javascript code in this repository:\n\nUsing python:\n\n```sh\npython color.py\n```\n\nOr use `nodejs` if you don't have python on your terminal:\n\n```sh\nnode color.js\n```\n\nThe default output directory is `./colors`, and you may need to list with `ls` command to make sure the colors scheme is successfully generated.\n\n## Set Color Scheme\n\n```\n▶ ./setcolor.sh help\nUsage:\n  setcolor.sh -l | --list               # List all available color schemes\n  setcolor.sh -n | --number \u003cnumber\u003e    # Apply a color scheme by number\n  setcolor.sh -f | --file \u003ccolor_file\u003e  # Apply a specific color file\n  setcolor.sh -h | --help               # Show this help message\n\nExamples:\n  setcolor.sh -l\n  setcolor.sh -n 2\n  setcolor.sh -f ./colors/tokyo-night.properties\n```\n\nThe **Set Color Scheme** script lets you easily change the color scheme of your Termux environment. You can list available color schemes, select a scheme by number, or apply one directly from a file. Below is a quick guide to its usage.\n\n### Usage\n\n```bash\nsetcolor.sh [options]\n```\n\n#### Options:\n\n- **`-l | --list | list`**  \n  Lists all available color schemes.\n\n- **`-n \u003cnumber\u003e | --number \u003cnumber\u003e`**  \n  Applies a color scheme by choosing a number from the list.\n\n- **`-f \u003cfile\u003e | --file \u003cfile\u003e | file \u003cfile\u003e`**  \n  Applies a specific color scheme by giving the path to a `.properties` file.\n\n- **`-h | --help | help`**  \n  Shows this help message.\n\n\n### Examples\n\n1. **List available color schemes:**\n\n   ```bash\n   ./setcolor.sh -l\n   ```\n\n2. **Apply a color scheme by number:**\n\n   ```bash\n   ./setcolor.sh -n 1\n   ```\n\n3. **Apply a color scheme from a file:**\n\n   ```bash\n   ./setcolor.sh -f ./colors/dracula.properties\n   ```\n\n4. **Show the help message:**\n\n   ```bash\n   ./setcolor.sh -h\n   ```\n\n5. **Interactive mode (choose a color scheme by number):**\n   ```bash\n   ./setcolor.sh\n   ```\n\n### How It Works\n\n- **List**: Displays all color schemes in the specified directory, formatted for easy reading, with corresponding numbers.\n- **Apply by Number**: Selects a color scheme using the number from the list.\n- **Apply by File**: Directly applies a color scheme by specifying the full file path.\n- **Interactive Mode**: If no options are provided, you can interactively choose a color scheme by entering its number.\n\nThis script makes it easy to customize your Termux terminal colors with just a few simple commands.\n\n## Manual Installation\n\nLet's say you can't run the `setcolor.sh` file, you can manually install the color like this:\n\n```sh\n# make sure you're inside GoghTermux directory and already build the colors\ncp colors/\u003ccolor_scheme\u003e ~/.termux/colors.properties\n```\n\nThis is the example:\n\n```sh\ncp colors/zenburn.properties ~/.termux/colors.properties\n```\n\nAnd then, you need to run `termux-reload-settings` command to load new color scheme.\n\n## Get the Latest `themes.json` File (optional)\n\nThis repository also contains `themes.json` file, but it may be updated again in the future, so you can always find the newest version [here](https://github.com/Gogh-Co/Gogh/blob/master/data/themes.json).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnousantx%2Fgoghtermux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnousantx%2Fgoghtermux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnousantx%2Fgoghtermux/lists"}