Skip to main content

Apply color themes to a variety of shell command line tools.

Project description

dye-my-shell

activate color output in shell commands using themes and patterns

There are many modern *nix and *bsd command line tools which can output using a full 16.7 million color palette. For example:

Even the GNU Project's venerable ls can show various types of files in different colors.

Unfortunately, these tools all use slightly different color configuration mechanisms. With enough fiddling, you can get your shell init scripts to make all these tools use a similar color scheme, but if you want to change it, you've got a lot of work ahead.

dye-my-shell installs a command line program named dye to do its work.

dye reads a configuration file containing a set of colors, and instructions on how to apply those colors to as many command line tools as can support it. This configuration file is called a pattern. Each command line tool (ie bat, fzf, eza) has it's own set of instructions in the pattern which are powered by an agent, which is included in dye. This agent knows how to easily apply the colors to that command line tool, for example by setting an environment variable, or executing certain shell commands, or copying a template to a config file.

Instead of tweaking your collection of bash scripts to create or change all these colors, you now just tell dye to apply your pattern.

export DYE_PATTERN_FILE=~/.dye/dracula.toml
source <(dye apply)

Pattern Files

Here's an example of a pattern file:

#
# sample definition for a dracula theme

version = "1.0.0"
name = "dracula"

[styles]
# these are from https://draculatheme.com/contribute
background =  "#282a36"
foreground =  "#f8f8f2"

# styles for text and the highlighted line
# these are the only things fzf supports background colors for
text = "#f8f8f2 on default"
current_line =  "#f8f8f2 on #44475a"

# other colors from the dracula palette
comment =  "#6272a4"
cyan =  "#8be9fd"
green =  "#50fa7b"
orange =  "#ffb86c"
pink =  "#ff79c6"
purple =  "#bd93f9"
red =  "#ff5555"
yellow =  "#f1fa8c"

[scope.iterm]
agent = "iterm"
style.foreground = "foreground"
style.background = "background"

[scope.ls_colors]
agent = "environment_variables"
export.LS_COLORS = "$(vivid generate dracula)"

[scope.bat]
agent = "environment_variables"
export.BAT_THEME = "Dracula"

[scope.fzf]
agent = "fzf"
environment_variable = "FZF_DEFAULT_OPTS"
colorbase = "dark"

# command line options
opt.--pointer = "•"
opt.--prompt = "> "
opt.--bind = "ctrl-k:kill-line,ctrl-j:ignore,ctrl-u:unix-line-discard"

# these styles are special because they set both foreground and background
style.text = "text"
style.current_line = "current_line"

# no special parsing for these styles, just use the fzf color name
# highlighted substrings
style.hl = "pink"
# highlighted substrings current line
style."hl+" = "pink"
style.label = "green"
style.border = "orange"
style.prompt = "green"
style.pointer = "cyan"
style.query = "pink"

Installation

$ uv tool install dye-my-shell

If you don't use uv, maybe you should give it a try. Or, you can install python yourself, and then install dye-my-shell with pipx

$ pipx install dye-my-shell

You need a *nix-ish bash shell environment. Probably works in Windows Subsystem for Linux, but isn't tested there.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dye_my_shell-0.13.0.tar.gz (58.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dye_my_shell-0.13.0-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file dye_my_shell-0.13.0.tar.gz.

File metadata

  • Download URL: dye_my_shell-0.13.0.tar.gz
  • Upload date:
  • Size: 58.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for dye_my_shell-0.13.0.tar.gz
Algorithm Hash digest
SHA256 d80f5a0e49228c10a4342cd59a71fd259263f5d0d02cfb48d7402d50e3062175
MD5 390d97fb5abebd88bce895da9ef14a87
BLAKE2b-256 791dd73ba62184f8e1915eeb5fe023244492807372828f226559a0ff510ca8b4

See more details on using hashes here.

File details

Details for the file dye_my_shell-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: dye_my_shell-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 42.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for dye_my_shell-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc30c3bffc654f07d85b3fed8d3a2d2cceb194381a9ebeca2278f8171b58061a
MD5 5d25793034e0dfcc095013c7479f9df2
BLAKE2b-256 e95c281d0a1c37aaccb23a6b208af4f56ce2f39c46e6067c6a7a5f77781c89db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page