- For who prefer to use a script instead of a terminal emulator theme to color your shell
curl --create-dirs -o $HOME/.config/gotham/gotham.sh https://raw.githubusercontent.com/whatyouhide/gotham-contrib/master/shell/gotham.sh
In ~/.bashrc
or ~/.zshrc
place the following lines:
# Gotham Shell
GOTHAM_SHELL="$HOME/.config/gotham/gotham.sh"
[[ -s $GOTHAM_SHELL ]] && source $GOTHAM_SHELL
In config.fish
place the following lines:
# Gotham Shell
eval sh $HOME/.config/gotham/gotham.sh
Run the colortest script to check the color pallet
curl -o /tmp/colortest https://github.com/whatyouhide/gotham-contrib/raw/master/shell/colortest || /tmp/colortest ~/.config/gotham/gotham.sh
I apply the color scheme but the background did not change (e.g. xfce4-terminal).
Background needs to be changed manually on some terminals to #0a0f14
zsh-autosuggestions highlight color is too dark
Override default highlight color on your zshrc to AUTOSUGGESTION_HIGHLIGHT_COLOR='fg=11'
or other color of your preference (see colortest), pick the last two digit of colorXX
- 256 colorspace
vim-gotham Color scheme base16-shell Shell color setup scripts