Color Scheme for Gnome Terminal and Pantheon Terminal https://mayccoll.github.io/gogh/
Go to file
Mayccoll ac2d2b4667 remove themes 2014-11-03 17:19:46 -05:00
images remove themes 2014-11-03 17:19:46 -05:00
README.md remove themes 2014-11-03 17:19:46 -05:00
aci.sh Add new themes aci and aco 2014-05-20 15:24:06 -05:00
aco.sh Add new themes aci and aco 2014-05-20 15:24:06 -05:00
azu.sh update readme file 2014-04-23 20:54:55 -05:00
bim.sh remove themes 2014-11-03 17:19:46 -05:00
cai.sh update readme file 2014-04-23 20:54:55 -05:00
elementary.sh update readme file 2014-04-23 20:54:55 -05:00
elic.sh update readme file 2014-04-23 20:54:55 -05:00
elio.sh update readme file 2014-04-23 20:54:55 -05:00
jup.sh remove themes 2014-11-03 17:19:46 -05:00
mar.sh remove themes 2014-11-03 17:19:46 -05:00
miu.sh update readme file 2014-04-23 20:54:55 -05:00
nep.sh remove themes 2014-11-03 17:19:46 -05:00
sat.sh remove themes 2014-11-03 17:19:46 -05:00
shel.sh remove themes 2014-11-03 17:19:46 -05:00
tin.sh update readme file 2014-04-23 20:54:55 -05:00
ura.sh remove themes 2014-11-03 17:19:46 -05:00
vag.sh remove themes 2014-11-03 17:19:46 -05:00

README.md

Elementary-OS-Terminal-Colors

Color Schemes For Elementary OS - Linux Mint - Ubuntu

elementary


How to install:

  • Download and save the script file, make this file executable and run it:
    $ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
    $ chmod +x elementary.sh
    $ ./elementary.sh
  • One line command
    $ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh && chmod +x elementary.sh && ./elementary.sh && rm elementary.sh
  • Alternatively you can open the file and copy and paste lines directly into your shell.
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#101010101010'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#f2f2f2f2f2f2'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#303030303030:#e1e132321a1a:#6a6ab0b01717:#ffffc0c00505:#00004f4f9e9e:#ecec00004848:#2a2aa7a7e7e7:#f2f2f2f2f2f2:#5d5d5d5d5d5d:#ffff36361e1e:#7b7bc9c91f1f:#ffffd0d00a0a:#00007171ffff:#ffff1d1d6262:#4b4bb8b8fdfd:#a0a02020f0f0"

Credits:

    http://ciembor.github.io/4bit/

More themes:

  • aci.sh

aci

    # One line command, copy and paste into the terminal
    $ THEMEE="aci.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • aco.sh

aco

    # One line command, copy and paste into the terminal
    $ THEMEE="aco.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • azu.sh

azu

    # One line command, copy and paste into the terminal
    $ THEMEE="azu.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • cai.sh

cai

    # One line command, copy and paste into the terminal
    $ THEMEE="cai.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • elic.sh

elic

    # One line command, copy and paste into the terminal
    $ THEMEE="elic.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • elio.sh

elio

    # One line command, copy and paste into the terminal
    $ THEMEE="elio.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • miu.sh

miu

    # One line command, copy and paste into the terminal
    $ THEMEE="miu.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • tin.sh

tin

    # One line command, copy and paste into the terminal
    $ THEMEE="tin.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • elementary.sh

elementary

    # One line command, copy and paste into the terminal
    $ THEMEE="elementary.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • vag.sh

vag

    # One line command, copy and paste into the terminal
    $ THEMEE="vag.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • bim.sh

bim

    # One line command, copy and paste into the terminal
    $ THEMEE="bim.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • jup.sh

jup

    # One line command, copy and paste into the terminal
    $ THEMEE="jup.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • mar.sh

mar

    # One line command, copy and paste into the terminal
    $ THEMEE="mar.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • nep.sh

nep

    # One line command, copy and paste into the terminal
    $ THEMEE="nep.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • sat.sh

sat

    # One line command, copy and paste into the terminal
    $ THEMEE="sat.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • she.sh

she

    # One line command, copy and paste into the terminal
    $ THEMEE="she.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE
  • ura.sh

ura

    # One line command, copy and paste into the terminal
    $ THEMEE="ura.sh" && wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/$THEMEE && chmod +x $THEMEE && ./$THEMEE && rm $THEMEE