Change konsole theme from zsh.
Press F12
for changing konsole theme.
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
inplugins
variable.
plugins=( ... konsole-theme-changer ... )
For ZPM
- Add
Plug horosgrisa/zsh-konsole-theme-changer
into.zshrc
THEME_ONE="Solarized" # Default Solarized Dark in konsole
THEME_TWO="SolarizedLight" # Default Solarized Light in konsole