All Projects → Mayccoll → Gogh

Mayccoll / Gogh

Color Scheme for Gnome Terminal and Pantheon Terminal

Programming Languages

shell
77523 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gogh

Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-89.99%)
Mutual labels:  terminal, color-scheme
Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (-98.52%)
Mutual labels:  terminal, color-scheme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-99.14%)
Mutual labels:  terminal, color-scheme
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-98.8%)
Mutual labels:  terminal, color-scheme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-96.03%)
Mutual labels:  terminal, color-scheme
Iterm2 Snazzy
Elegant iTerm2 theme with bright colors
Stars: ✭ 1,005 (-84.55%)
Mutual labels:  terminal, color-scheme
Hyper Snazzy
Elegant Hyper theme with bright colors
Stars: ✭ 1,248 (-80.81%)
Mutual labels:  terminal, color-scheme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-99.69%)
Mutual labels:  terminal, color-scheme
Nord Alacritty
An arctic, north-bluish clean and elegant Alacritty color scheme.
Stars: ✭ 238 (-96.34%)
Mutual labels:  terminal, color-scheme
Nord Terminal App
An arctic, north-bluish clean and elegant Terminal.app color theme.
Stars: ✭ 198 (-96.96%)
Mutual labels:  terminal, color-scheme
Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-98.4%)
Mutual labels:  terminal, color-scheme
Iterm2 Color Schemes
Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Stars: ✭ 20,828 (+220.28%)
Mutual labels:  terminal, color-scheme
Terminal Snazzy
Elegant Terminal theme with bright colors
Stars: ✭ 287 (-95.59%)
Mutual labels:  terminal, color-scheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (-92.03%)
Mutual labels:  terminal, color-scheme
Httpu
The terminal-first http client
Stars: ✭ 619 (-90.48%)
Mutual labels:  terminal
Shox
🍫 A customisable, universally compatible terminal status bar
Stars: ✭ 637 (-90.2%)
Mutual labels:  terminal
Tvision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Stars: ✭ 612 (-90.59%)
Mutual labels:  terminal
Grafterm
Metrics dashboards on terminal (a grafana inspired terminal version)
Stars: ✭ 613 (-90.57%)
Mutual labels:  terminal
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (-90.25%)
Mutual labels:  terminal
Sngrep
Ncurses SIP Messages flow viewer
Stars: ✭ 605 (-90.7%)
Mutual labels:  terminal

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


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

💻 Terminals


🎨 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].