Skip to content

ZeltNamizake/Dermstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Dermstyle

Dermstyle is a repository that allows you to customize the color theme in the Termux terminal, such as changing the background color, text, and more. I've provided several custom color themes in this repository.

Before customizing the color theme, be sure to check if there is a folder named ".termux" in your home directory by using a basic command like this.

$ ls -la ~/.termux

If there is no ".termux" folder in the home directory, please create it by doing the following:

$ mkdir ~/.termux

Available Themes

Following are the custom color themes available

Bluezard

Bluezard

Gruvbox

Gruvbox

Kiyodark

Kiyodark

LuminaCode

LuminaCode

Mononkai

LuminaCode

Twilight

Twilight

How to use?

How to use it is very easy, for example if you want to use the Monokai color theme, you only need to move or copy the "colors.properties" file to the home directory ".termux"

Example:

$ cp ~/Dermstyle/Theme_Colors/Monokai/colors.properties ~/.termux/

After moving or copying the "colors.properties" file, please restart the Termux application.

How to set default color theme?

Setting the default color theme is easy; simply delete the "colors.properties" file. Here's how to remove a custom color theme.

$ rm -rf ~/.termux/colors.properties

After remove the "colors.properties" file, please restart the Termux application.