Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arcanesavant/termux-appearance

A Collection of Python Scripts for Termux to Customize the Terminal Font and the Color Scheme
https://github.com/arcanesavant/termux-appearance

android android-app termux termux-appearance

Last synced: 11 days ago
JSON representation

A Collection of Python Scripts for Termux to Customize the Terminal Font and the Color Scheme

Awesome Lists containing this project

README

        

# Termux Appearance

_Termux Appearance_ is a collection of Python scripts for Termux to customize the terminal font and the color scheme.

## Authors

ArcaneSavant (@ArcaneSavant) and the [contributors](https://github.com/ArcaneSavant/termux-appearance/graphs/contributors).

## Features

_Termux Appearance_ lets you customize the look and feel of your Termux terminal on Android.
With Termux Appearance, you can:

- Adjust the color scheme
- Change the terminal font

By personalizing these aspects of your terminal, you can create a more visually appealing and comfortable working environment.

## Installation

Run the following commands one at a time in the terminal to install _Termux Appearance_:

```shell
pkg install -y curl
```

```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ArcaneSavant/termux-appearance/main/install.sh)"
```

## Usage

- Changing the Color Scheme:

Use the `chcolor` alias for quick access to the script.

Alternatively, execute the script directly:

```shell
python3 ${HOME}/archives/termux-appearance/assets/chcolor.py
```

- Changing the Terminal Font:

Use the `chfont` alias for quick access to the script.

Alternatively, execute the script directly:

```shell
python3 ${HOME}/archives/termux-appearance/assets/chfont.py
```

## Contributing

Contributions are always welcome.

Check out the [Contribution Guide](./CONTRIBUTING.md) for more info.

## Support

Feel free to [open an issue](https://github.com/ArcaneSavant/termux-appearance/issues/new/choose) if you encounter any problem related to _Termux Appearance_.

## License

_Termux Appearance_ is released under the [MIT License](./LICENSE).

## Appendix

Built with :heart: in Bangladesh.