1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Alecto Irene Perez 10eb1487ee
Fix link to base script in howto docs
This commit fixes a link to the _base script in the howto docs

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-01 16:39:08 -06:00
2021-01-23 17:32:19 -05:00
2021-10-25 19:59:24 +00:00
2021-05-01 13:13:34 -05:00
2021-01-12 13:50:57 -07:00
2021-10-24 19:54:57 +02:00
2021-07-13 20:28:25 -05:00
2020-12-19 00:07:07 -05:00
2020-12-17 17:47:38 -05:00
2021-02-20 22:50:24 +01:00
2021-10-25 14:57:16 -05:00
2021-09-12 18:55:06 -05:00

Gogh

Gogh

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


💻 Terminals

⚙️ 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

Languages
HTML 71.8%
Shell 26%
SCSS 1.3%
Python 0.5%
JavaScript 0.4%