diff --git a/apply-colors.sh b/apply-colors.sh index 4b6c41e..1b40164 100755 --- a/apply-colors.sh +++ b/apply-colors.sh @@ -245,6 +245,15 @@ elif [ "$TERMINAL" = "mintty" ]; then echo "Done - please reopen your Cygwin terminal to see the changes" exit 0 +elif [ "$TERMINAL" = "io.elementary.terminal" ]; then + # | + # | Applying values io.elementary.terminal + # | =========================================== + gsettings set io.elementary.terminal.settings background "${BACKGROUND_COLOR}" + gsettings set io.elementary.terminal.settings foreground "${FOREGROUND_COLOR}" + gsettings set io.elementary.terminal.settings cursor-color "${CURSOR_COLOR}" + gsettings set io.elementary.terminal.settings palette "${COLOR_01}:${COLOR_02}:${COLOR_03}:${COLOR_04}:${COLOR_05}:${COLOR_06}:${COLOR_07}:${COLOR_08}:${COLOR_09}:${COLOR_10}:${COLOR_11}:${COLOR_12}:${COLOR_13}:${COLOR_14}:${COLOR_15}:${COLOR_16}" + else # | # | Applying values on gnome-terminal