Change your colour scheme using Gogh
Gnome terminal
Back up your current profile
Right click on your terminal. Preferences -> Profiles -> +.
Name: Default (backup).
Download the colour scheme
_$: bash -c "$(wget -qO- https://git.io/vQgMr)"
Download the Breeze (number 87) colour scheme.
Change the colour scheme
Right click on your terminal. Profiles -> Breeze.
Terminator
Back up your current profile
Right click on your terminal. Preferences -> Profiles -> Copy.
Name: default (backup).
Download the colour scheme
_$: bash -c "$(wget -qO- https://git.io/vQgMr)"
Download the Breeze (number 87) colour scheme.
Enter profile to update/create: breeze
Do you want to copy your config from default profile? [Y]: (Y/N) Y
Change the colour scheme
Right click on your terminal. Profiles -> Breeze.
Wezterm
Wezterm is not supported. However, you can use the Breeze theme by changing the color_scheme. There are two variants: Breeze, the lighter one, and Breeze (Gogh), the darker one.
config.color_scheme = 'Breeze'
-- config.color_scheme = 'Breeze (Gogh)'