Best Termux Themes
Customize your terminal with the best Termux themes for a cleaner and more modern Linux experience on Android.
Why Use Themes in Termux?
A good theme makes Termux:
- Easier to read - More comfortable at night - Better looking - More productive
Many developers customize Termux to create a cleaner terminal setup.
---
Install Termux Styling App
The easiest way to apply themes is using the Termux Styling app.
Install it from F-Droid.
App name:
text
Termux:Styling
---
Enable Extra Repository
Install the required repository first.
bash
pkg install root-repo
pkg install x11-repo
---
Install Termux Styling
bash
pkg install termux-api
Then install the styling app separately from F-Droid.
---
Best Termux Themes
Dracula
One of the most popular dark themes.
Features:
- Purple accents - Comfortable contrast - Great for night usage
Best for: - Programmers - Long coding sessions
---
Nord
A clean blue-toned theme.
Features:
- Minimal design - Soft colors - Modern appearance
Best for: - Productivity - Minimal setups
---
Solarized Dark
Balanced contrast with soft colors.
Features:
- Eye-friendly - Great readability - Classic developer theme
---
Gruvbox
A warm retro-style theme.
Features:
- Orange/yellow tones - Excellent syntax visibility - Popular among Linux users
---
Monokai
Classic hacker-style appearance.
Features:
- Bright colors - Dark background - Popular in code editors
---
Change Theme in Termux
Open:
text
Termux:Styling
Then:
1. Go to Colors 2. Select a theme 3. Apply changes
The theme updates instantly.
---
Change Font Style
Inside the styling app:
text
Fonts → Select Font
Popular fonts:
- Fira Code - JetBrains Mono - Cascadia Code
---
Recommended Beginner Setup
A clean beginner setup:
- Theme: Dracula - Font: JetBrains Mono - Extra Keys: Enabled - Font Size: Medium
This setup works well for most users.
---
Bonus: Enable Extra Keys
Create config folder:
bash
mkdir -p ~/.termux
Edit properties file:
bash
nano ~/.termux/termux.properties
Add:
text
extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
Reload settings:
bash
termux-reload-settings
---
Final Thoughts
Customizing Termux makes the terminal more enjoyable and easier to use.
Start with a simple dark theme and comfortable font, then slowly build your own setup over time.
Newsletter
Stay in the loop
Get new posts delivered straight to your inbox. No spam, unsubscribe anytime.
Related Posts
Best Termux Settings To Change First
Improve your Termux experience with these important settings every beginner should change after installation.
How To Install Termux Safely
Learn the safest way to install Termux on Android using trusted sources like F-Droid and GitHub.
Termux Setup Guide For Beginners
Learn how to properly set up Termux on Android with essential commands and beginner-friendly configuration steps.