Color schemes for the best terminal emulator!
Previews are available on my website.
The tab appearance is a WIP. If anyone with better knowledge of EDC than me wants to help, feel free to PR. Mostly, I would like to, if anyone can help:
- Remove all the useless
tab_bevel
structures and some other uselesstab_bg_*
,tab_other_*
andtab_shad_*
assets file. - Add a little | separator between tabs.
- Fix a little alignment glitch when switching tabs.
Note: A package might be available for your distro. Scroll down to the packages section to find it out.
First, you need to install the required components to build it:
edje_cc
- Ubuntu:
libedje-bin
- Fedora:
efl-devel
- Arch Linux: efl
- Gentoo: dev-libs/efl
- Consult your preferred search engine for other distributions
- Ubuntu:
Then, building and installing is pretty straightforward:
make
sudo make install
# for a prefix other than /usr
sudo make install PREFIX=/usr/local
# or, for a per-user install
make install PREFIX=~/.local
- Arch Linux: terminology-themes-git on the AUR
- Bodhi Linux: Install
terminology-themes-pack
. Individual themes can be installed by installingterminology-themes-ThemeName
.