wez / Gogh

Color Scheme for your Terminal

Home Page:https://gogh-co.github.io/Gogh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gogh

Gogh
๐Ÿ”น Visit the Website ๐Ÿ”น

Color scheme for your terminal

Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use Gnome Terminal, Pantheon Terminal, Tilix, or XFCE4 Terminal; initially inspired by Elementary OS Luna. Also works on iTerm for macOS. You can check out the themes here.

elementary


โš™๏ธ Pre-Install

In your terminal type:

sudo apt-get install dconf-cli uuid-runtime

You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting)

โš™๏ธ Install (interactive mode)

1. Just copy and paste this one-line command:

bash -c "$(wget -qO- https://git.io/vQgMr)"

Or, if you are a Mac user:

bash -c "$(curl -sLo- https://git.io/vQgMr)"

2. Select the color theme installed from the terminal

DEMO:

gogh-demo-profile



Install (non-interactive mode)

# clone the repo into "$HOME/src/gogh"
mkdir -p "$HOME/src"
cd "$HOME/src"
git clone https://github.com/Gogh-Co/Gogh.git gogh
cd gogh

# necessary in the Gnome terminal on ubuntu
export TERMINAL=gnome-terminal

# necessary in the Alacritty terminal
pip install -r requirements.txt
export TERMINAL=alacritty

# Enter themes dir
cd themes

# install themes
./atom.sh
./dracula.sh

๐Ÿ’ป Terminals


๐ŸŽจ Themes

We have lots of themes. Check them out here!

also all themes in json format: https://raw.githubusercontent.com/Gogh-Co/Gogh/master/data/themes.json



๐Ÿ“Œ How to

If you want to create your own color scheme or contribute to the project, start here.


๐Ÿค” Help



โค๏ธ Credits:



โค๏ธ Contributors:



Why Gogh?

There is no blue without yellow and without orange. -- Vincent Van Gogh



Author

๐Ÿ’ต Buy me a coffee - paypal

๐Ÿ“ฃ Mentions

Themes in json format

In your terminal type:

bash tools/generate.sh

This generates a json file located at gh-pages/data/themes.json

Original script source: https://gist.github.com/rapgru/09b449285231d18f4e4536c5f48fc927

๐ŸŒŸ Stargazers over time

Stargazers over time

About

Color Scheme for your Terminal

https://gogh-co.github.io/Gogh/


Languages

Language:Shell 87.1%Language:HTML 6.6%Language:SCSS 4.3%Language:JavaScript 1.5%Language:Python 0.5%