Skip to content

Python scripts for Termux to customize the terminal font and the color scheme

License

Notifications You must be signed in to change notification settings

0xMehedi/termux-appearance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux Appearance

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

Authors

Mehedi Hasan (@0xMehedi) and the 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:

pkg install -y curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/0xMehedi/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:

    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:

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

Contributing

Contributions are always welcome.

Check out the Contribution Guide for more info.

Support

Feel free to open an issue if you encounter any problem related to Termux Appearance.

License

Termux Appearance is released under the MIT License.

Appendix

Built with ❤️ in Bangladesh.

About

Python scripts for Termux to customize the terminal font and the color scheme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published