Skip to content

shayneholmes/zsh-iterm2colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iterm2colors

Set colorschemes in iterm2, directly from the command line.

What it does

Uses iterm2's escape codes (TODO: link) to set terminal colors from within the terminal.

The themes are all from http://iterm2colorschemes.com/, but aren't currently dynamically linked.

How to use it

Get it via antigen or oh-my-zsh

Included commands

  • _iterm2color_apply: Apply a colorscheme to the current terminal pane
  • _iterm2color_random: Choose a colorscheme at random and apply it to the current terminal pane

Default aliases

alias ac=_iterm2colors_apply
alias acl='echo $_iterm2colors_current'
alias acr=_iterm2colors_apply_random

About

A zsh plugin to manage your iterm2's color scheme from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages