#terminal-colors #color #color-scheme #automatic #luthien #open #set

app luthien-terminal

Luthien plugin which applies colors to terminals

1 unstable release

0.1.0 May 18, 2021

#35 in #color-scheme

24 downloads per month

MIT license

5KB
81 lines

Luthien Terminal

luthien-terminal automatically sets the color schemes of open terminals from the Luthien theme. It also outputs a list of control sequences which can be used to set the colors of new terminals as well.

Unfortunately, luthien-terminal only works on Unix-like systems.

Installation

Install using Cargo from Crates.io:

cargo install luthien-terminal

Configuration

Add a plugin to your Luthien config:

[[plugins]]
executable = "~/.cargo/bin/luthien-terminal"

Usage

Now when you run Luthien, the colorschemes of open terminals will be set automatically. However, if you open a new terminal, it won't have the correct colorscheme. This can be remedied by sending the correct control sequences to the terminal when it's opened.

Add the following to your ~/.bashrc or similar:

cat ~/.local/share/luthien/outputs/plugins/terminal/sequences

Dependencies

~0.7–1.4MB
~33K SLoC