New Colorizer tool and the terminal color scheme

I like the new ‘Colorizer’ tool in 22.06 Istredd but for the life of me I can’t figure out how to make the terminal color scheme stick.

If I close the terminal created by the colorizer, and then open another terminal, it won’t be using the scheme that I picked in colorizer. How do I make the new terminal color scheme stick?

Thank you for your help!

2 Likes

This is fzf-based terminal theme selector, just find theme you like and accept it by Enter or Escape.

You can also run this selector by alias:

th
2 Likes

I know how to run it. The problem is any terminal I run after selecting a theme the terminal won’t be using that theme.

1 Like

Check your ~/.bashrc file, line 161…

# Theme.sh
export THEME_HISTFILE=~/.theme_history
[ -e "$THEME_HISTFILE" ] && theme.sh "$(theme.sh -l|tail -n1)"
alias th='theme.sh -i2'

More info: GitHub - lemnos/theme.sh: A script which lets you set your $terminal theme.

3 Likes

Ahh, thank you for your help. Looking good now. Great distro!

2 Likes