-
Notifications
You must be signed in to change notification settings - Fork 393
Themes
Translate Shell comes with three themes: default
, none
and random
.
-
default
is the theme used by default; -
none
has the same effect as using the option-no-ansi
; -
random
theme randomly generates a color scheme for use.
To select a theme (e.g. random
), use the command-line option -theme random
or add one line to the configuration:
{
...
:theme "random"
}
There are also some extra themes available for download.
Green text on a black terminal.
Usage: Put the theme in ~/.translate-shell/matrix.trans
and add one line to ~/.translate-shell/init.trans
:
{
...
:theme "matrix.trans"
}
White text on black terminal.
Usage: Put the theme in ~/.translate-shell/daylight.trans
and add one line to ~/.translate-shell/init.trans
:
{
...
:theme "daylight.trans"
}
Magenta color scheme.
Usage: Put the theme in ~/.translate-shell/sakura.trans
and add one line to ~/.translate-shell/init.trans
:
{
...
:theme "sakura.trans"
}
Red-and-yellow color scheme.
Usage: Put the theme in ~/.translate-shell/neon.trans
and add one line to ~/.translate-shell/init.trans
:
{
...
:theme "neon.trans"
}
Blue-and-cyan color scheme.
Usage: Put the theme in ~/.translate-shell/happiness.trans
and add one line to ~/.translate-shell/init.trans
:
{
...
:theme "happiness.trans"
}