Gangmax Blog

Flat Terminal Theme

Flat UI colors is a set of beautiful colors for UI. Here is a program which can create a new color profile into “gnome-terminal” to make it use the flat colors in Ubuntu terminal.

Run the following commands to install the profile into “gnome-terminal”.

1
2
3
4
git clone https://github.com/IonicaBizau/terminal-flat-theme.git terminal-flat-theme
cd terminal-flat-theme
# The install script is currently compatible with Gnome Terminal only
./install.sh

The script installs a new theme in “gnome-terminal” named “Flat Terminal”. Use it to open a terminal and you can see the effect.

I know the “plat UI color” concept from here.

Comments