If you are fan of Dark Theme then this article is for you ! yes today you will learn about how to convert your termux into dark theme by just single command !
so now just follow below tutorial we also added restore to default theme command so if you don’t like dark theme then you can easily restore it.
Tutorial
rm -rvf $HOME/.termux |& : && mkdir $HOME/.termux && touch $HOME/.termux/termux.properties && echo 'use-black-ui=true' >> $HOME/.termux/termux.properties
click on copy button and paste above command in termux like below screenshot then press enter button.
successfully applied dark theme to your termux now you can restart your termux by ctrl+d function key or just close and re-open, now you can see dark theme effect like below screenshot.
How to Restore ?
if you don’t like dark theme then you can easily restore it to default theme by below command so just click on copy button and paste below command for restore your termux theme to default light theme.
rm -rvf $HOME/.termux |& :
after above command again you need to restart your termux for effect.