2015-04-19 18:25:24 +03:00
Gogh
====
2013-11-19 05:17:45 +04:00
2020-12-16 17:34:51 +03:00
< div align = "center" >
2020-12-16 17:35:58 +03:00
< img src = "https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/gogh/Gogh-logo-dark.png" alt = "Gogh" width = "100%" >
2020-12-16 17:34:51 +03:00
< / div >
2015-04-19 18:25:24 +03:00
2020-12-16 17:34:51 +03:00
< div align = "center" >
:small_blue_diamond: < a href = "http://mayccoll.github.io/Gogh" > Visit the Website < / a > :small_blue_diamond:
< / div >
2018-11-24 00:39:41 +03:00
2021-09-13 02:55:06 +03:00
## Color scheme for your terminal
2015-04-19 18:25:24 +03:00
2019-10-01 10:48:37 +03:00
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 ](https://mayccoll.github.io/Gogh/ ).
2013-11-19 05:17:45 +04:00
2017-05-19 19:01:25 +03:00
![elementary ](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/demos/themes.gif )
2016-07-15 16:41:53 +03:00
2014-11-04 01:08:15 +03:00
----
2021-09-13 02:55:06 +03:00
## 💻 Terminals
- Gnome - [Web ](https://help.gnome.org/users/gnome-terminal/stable/ )
- Mintty - [Web ](https://mintty.github.io/ )
- Mate - [Web ](https://github.com/mate-desktop/mate-terminal )
- Pantheon / Elementary - [Web ](https://github.com/elementary/terminal )
- Tilix - [Web ](https://gnunn1.github.io/tilix-web/ )
- XFCE4 - [Web ](https://docs.xfce.org/apps/terminal/start )
- iTerm - [Web ](https://iterm2.com/ )
- Cygwin - [Web ](https://www.cygwin.com/ )
- Guake - [Web ](https://sw.kovidgoyal.net/kitty/ )
- Foot - [Web ](https://codeberg.org/dnkl/foot )
- Kitty - [Web ](https://sw.kovidgoyal.net/kitty/ )
2015-08-13 20:07:08 +03:00
2020-12-10 07:46:38 +03:00
## ⚙️ Pre-Install
In your terminal type:
2017-02-24 18:39:18 +03:00
```bash
2020-12-10 07:46:38 +03:00
sudo apt-get install dconf-cli uuid-runtime
2017-02-24 18:39:18 +03:00
```
2015-08-13 20:07:08 +03:00
2020-08-31 20:41:32 +03:00
You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting)
2020-12-10 08:58:14 +03:00
## ⚙️ Install (interactive mode)
2015-08-13 20:07:08 +03:00
2019-10-09 05:10:04 +03:00
**1. Just copy and paste this one-line command:**
2015-08-13 20:07:08 +03:00
```bash
2020-12-10 07:46:38 +03:00
bash -c "$(wget -qO- https://git.io/vQgMr)"
2018-11-30 19:34:24 +03:00
```
2019-03-20 02:27:44 +03:00
Or, if you are a Mac user:
2018-11-30 19:34:24 +03:00
```bash
2020-12-10 07:46:38 +03:00
bash -c "$(curl -sLo- https://git.io/vQgMr)"
2015-08-13 20:07:08 +03:00
```
2019-10-09 05:10:04 +03:00
**2. Select the color theme installed from the terminal**
2015-09-01 02:15:39 +03:00
**DEMO:**
2017-05-20 01:16:16 +03:00
![gogh-demo-profile ](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/demos/gogh-demo-profile.gif )
2015-08-13 20:07:08 +03:00
< br / >
< br / >
2020-08-31 20:41:32 +03:00
## Install (non-interactive mode)
2020-12-10 07:46:38 +03:00
```bash
# 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
```
2015-04-13 05:07:15 +03:00
2020-12-10 07:46:38 +03:00
< br / >
2015-04-13 05:07:15 +03:00
2020-12-10 07:46:38 +03:00
## 🎨 [Themes](https://mayccoll.github.io/Gogh/)
We have lots of themes. Check them out [here ](https://mayccoll.github.io/Gogh/ )!
2015-08-13 20:07:08 +03:00
2020-12-19 08:25:54 +03:00
also all themes in json format: https://raw.githubusercontent.com/Mayccoll/Gogh/master/data/themes.json
2015-08-13 20:07:08 +03:00
< br / >
< br / >
2020-12-10 07:46:38 +03:00
## 📌 [How to](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md)
2015-04-13 05:07:15 +03:00
2019-03-20 02:27:44 +03:00
If you want to create your own color scheme or contribute to the project, [start here ](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md ).
2015-04-13 05:17:31 +03:00
2020-12-10 07:46:38 +03:00
< br / >
2015-08-13 20:07:08 +03:00
2020-12-10 07:46:38 +03:00
## :thinking: [Help](https://github.com/Mayccoll/Gogh/blob/master/content/help.md)
2015-08-13 20:07:08 +03:00
< br / >
< br / >
2020-12-10 07:46:38 +03:00
## :heart: Credits:
2014-12-14 23:49:19 +03:00
2018-09-22 19:46:55 +03:00
- [4bit ](https://ciembor.github.io/4bit/ )
2020-10-08 22:19:21 +03:00
- [Bluloco Light Theme ](https://github.com/uloco/theme-bluloco-light )
2017-12-20 15:19:26 +03:00
- [Chalk ](https://github.com/chalk/chalk ) by [Sindre Sorhus ](https://github.com/sindresorhus )
- [Dracula ](https://github.com/dracula/dracula-theme ) by [Zeno Rocha ](https://github.com/zenorocha )
- [Elementary OS ](https://elementary.io/ )
2020-02-10 05:59:32 +03:00
- [Fairy Floss ](https://github.com/sailorhg/fairyfloss )
- [Flat Remix ](https://github.com/daniruiz/flat-remix )
2017-12-20 15:19:26 +03:00
- [Flat UI Terminal Theme ](https://dribbble.com/shots/1021755-Flat-UI-Terminal-Theme )
2018-01-20 00:56:42 +03:00
- [Gooey ](http://simey.me/editor-themes/ ) by [Matt Harris ](https://github.com/mdh34 )
2020-02-10 05:59:32 +03:00
- [Gotham ](https://github.com/whatyouhide/vim-gotham ) by [Andrea Leopardi ](https://github.com/whatyouhide )
2017-12-20 15:19:26 +03:00
- [Gruvbox ](https://github.com/morhetz/gruvbox ) by [Pavel Pertsev ](https://github.com/morhetz )
- [Hemisu ](https://noahfrederick.com/log/hemisu-for-os-x-terminal/ ) by [Noah Frederick ](https://github.com/noahfrederick )
2019-10-18 09:16:44 +03:00
- [kokuban ](https://github.com/ygkn/kokuban ) by [ygkn ](https://github.com/ygkn )
2018-09-22 19:46:55 +03:00
- [Monokai ](https://web.archive.org/web/20161117102850/https://www.monokai.nl/blog/2006/07/15/textmate-color-theme ) by [Wimer Hazenberg ](https://github.com/monokai )
2017-12-20 15:19:26 +03:00
- [Ocean ](https://github.com/fabianperez/ocean-dark-iterm ) by [Fabian Perez ](https://github.com/fabianperez )
2020-10-08 22:19:21 +03:00
- [Omni ](https://github.com/getomni )
2017-12-20 15:19:26 +03:00
- [One Dark & Light theme set ](https://github.com/nathanbuchar/one-dark-terminal ) by [Nathan Buchar ](https://github.com/nathanbuchar )
2020-10-08 22:19:21 +03:00
- [Panda ](https://github.com/PandaTheme ) by [Siamak ](https://github.com/siamak )
2017-12-20 15:19:26 +03:00
- [Peppermint ](https://noahfrederick.com/log/lion-terminal-theme-peppermint/ ) by [Noah Frederick ](https://github.com/noahfrederick )
- [SMYCK ](http://color.smyck.org/ ) by [John-Paul Bader ](https://github.com/hukl )
- [Snazzy ](https://github.com/sindresorhus/hyper-snazzy ) by [Sindre Sorhus ](https://github.com/sindresorhus )
2018-09-22 19:46:55 +03:00
- [Solarized ](https://ethanschoonover.com/solarized ) by [Ethan Schoonover ](https://github.com/altercation )
2017-11-30 22:45:35 +03:00
- [Srcery ](https://github.com/roosta/vim-srcery ) by [Daniel Berg ](https://github.com/roosta )
2019-12-28 01:46:45 +03:00
- [Summer Pop ](https://github.com/guillermoap/Gogh ) by [Guillermo Aguirre ](https://github.com/guillermoap )
2020-02-10 05:59:32 +03:00
- [SynthWave '84 ](https://github.com/robb0wen/synthwave-vscode )
2017-12-20 15:19:26 +03:00
- [Terminal Sexy ](https://terminal.sexy ) by [George Czabania ](https://github.com/stayradiated )
- [Tilix ](https://github.com/storm119/Tilix-Themes )
2021-07-14 04:12:07 +03:00
- [Tokyo Night ](https://github.com/enkia/tokyo-night-vscode-theme )
2017-12-20 15:19:26 +03:00
- [Tomorrow color theme set ](https://github.com/chriskempson/tomorrow-theme ) by [Chris Kempson ](https://github.com/chriskempson )
2021-07-14 04:12:07 +03:00
- Material theme by [Mitchel van Eijgen ](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf ) and [Liu Xinan ](https://gist.github.com/xinan/ca2b82fef6aaa0d1e099 )
2015-08-13 20:07:08 +03:00
< br / >
< br / >
2014-12-14 23:49:19 +03:00
2020-12-10 07:46:38 +03:00
## :heart: Contributors:
2015-01-03 23:20:02 +03:00
2017-05-20 03:18:22 +03:00
- [@contributors ](https://github.com/Mayccoll/Gogh/graphs/contributors )
2015-08-13 20:07:08 +03:00
< br / >
< br / >
2018-12-06 03:23:30 +03:00
## Why Gogh?
2015-08-13 20:07:08 +03:00
2018-12-06 03:23:30 +03:00
There is no blue without yellow and without orange.
-- [Vincent Van Gogh ](https://en.wikipedia.org/wiki/Vincent_van_Gogh )
2015-05-20 07:17:27 +03:00
2018-12-06 03:23:30 +03:00
< br / >
< br / >
2015-05-20 07:17:27 +03:00
2018-12-06 03:23:30 +03:00
## Author
2015-08-13 20:07:08 +03:00
2018-12-06 03:23:30 +03:00
- Miguel D. Quintero - [Lanet.co ](https://lanet.co )
2021-09-13 02:55:06 +03:00
< form action = "https://www.paypal.com/donate" method = "post" target = "_top" >
< input type = "hidden" name = "hosted_button_id" value = "UCTBRYLUVKQ32" / >
< input type = "image" src = "https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border = "0" name = "submit" title = "PayPal - The safer, easier way to pay online!" alt = "Donate with PayPal button" / >
< img alt = "" border = "0" src = "https://www.paypal.com/en_CO/i/scr/pixel.gif" width = "1" height = "1" / >
< / form >
2015-08-13 20:07:08 +03:00
< br / >
< br / >
2015-04-20 01:51:43 +03:00
## Mentions
2014-04-24 06:04:19 +04:00
2015-04-20 01:51:43 +03:00
- [Awesome-Shell ](https://github.com/alebcay/awesome-shell )
2018-09-22 19:46:55 +03:00
- [Hipertextual ](https://hipertextual.com/archivo/2014/11/4bit/ )
- [MuyLinux ](https://www.muylinux.com/2015/06/06/ping-91 )
2015-08-30 19:57:57 +03:00
- [Reddit - elementaryos ](https://www.reddit.com/r/elementaryos/comments/3ivnb7/how_to_change_terminals_colors/ )
2020-12-16 17:42:30 +03:00
- [dev.to ](https://dev.to/mayccoll/color-scheme-for-your-terminal-1pea )
2020-04-25 21:31:21 +03:00
## Themes in `json` format
2020-12-18 01:47:38 +03:00
In your terminal type:
```bash
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