Color Scheme for Gnome Terminal and Pantheon Terminal https://mayccoll.github.io/gogh/
Go to file
Matic Lubej b7756024b8 Fixing colors and color descriptions 2021-04-12 22:33:07 +02:00
.github/workflows Manual trigger Action 2021-01-23 17:32:19 -05:00
content update readme 2020-12-09 23:46:38 -05:00
data ------- Generate themes.json ------- 2021-04-12 18:18:42 +00:00
gh-pages reverse background results 2021-01-11 16:03:23 -05:00
images Fixing colors and color descriptions 2021-04-12 22:33:07 +02:00
test add to test 2021-01-12 13:50:57 -07:00
themes Fixing colors and color descriptions 2021-04-12 22:33:07 +02:00
tools update generator move data outside pages 2020-12-19 00:02:00 -05:00
.editorconfig update landing page new theme 2020-12-19 00:07:07 -05:00
.gitignore theme json generator 2020-12-17 17:47:38 -05:00
.jsbeautifyrc #258 Fix var / add max with / beautify sass 2020-12-09 23:07:13 -05:00
README.md also all themes in json format 2020-12-19 00:25:54 -05:00
apply-alacritty.py add support for alacritty 2021-02-20 22:50:24 +01:00
apply-colors.sh add support for alacritty 2021-02-20 22:50:24 +01:00
gogh.sh new theme 2021-04-07 16:50:50 +02:00
gulpfile.js update generator move data outside pages 2020-12-19 00:02:00 -05:00
package.json Gogh page no more images for themes - Themes in html template 2020-05-09 20:34:39 -05:00

README.md

Gogh

Gogh

Color Scheme for Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 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/Mayccoll/Gogh.git gogh
cd gogh/themes

# necessary on ubuntu
export TERMINAL=gnome-terminal

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

🎨 Themes

We have lots of themes. Check them out here!

also all themes in json format: https://raw.githubusercontent.com/Mayccoll/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



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

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