Skip to content

Instantly share code, notes, and snippets.

@abbiekressner
abbiekressner / set_pantheon_terminal_solarized
Created March 1, 2016 10:38 — forked from anonymous/set_pantheon_terminal_solarized
Sets Pantheon Terminal (Elementary OS) to Solarized Theme
#!/bin/bash
echo
echo "This script sets the pantheon terminal to the Solarized theme."
echo
until [[ $scheme -eq 1 ]] || [[ $scheme -eq 2 ]] || [[ $scheme -eq 3 ]]; do
echo "Choose one:"
echo "1) Light"
echo "2) Dark"