← Back

Best Termux Themes

·2 min read·Learn Termux

Customize your terminal with the best Termux themes for a cleaner and more modern Linux experience on Android.

Best Termux Themes

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

---

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.

Dexter

Dexter

Sharing practical Termux guides, Linux tips, and Android hacking tutorials for beginners and advanced users.

Newsletter

Stay in the loop

Get new posts delivered straight to your inbox. No spam, unsubscribe anytime.

Related Posts