Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 703 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 703 Bytes

zsh-konsole-theme-changer

Change konsole theme from zsh.

Press F12 for changing konsole theme.

Instalation

If you use oh-my-zsh

  • git clone https://github.com/horosgrisa/zsh-konsole-theme-changer ~/.oh-my-zsh/custom/plugins/konsole-theme-changer
  • Add konsole-theme-changer in plugins variable.
plugins=( ... konsole-theme-changer ... )

For ZPM

  • Add Plug horosgrisa/zsh-konsole-theme-changer into .zshrc

Settings

THEME_ONE="Solarized" # Default Solarized Dark in konsole
THEME_TWO="SolarizedLight" # Default Solarized Light in konsole