From 69b80b6d9cc95cf389f2f0a62e77fe938bf2cc4a Mon Sep 17 00:00:00 2001 From: Mgldvd Date: Sun, 26 Feb 2023 00:26:11 -0500 Subject: [PATCH] update landing with the new json format --- gh-pages/index.html | 2 +- gh-pages/index.src.html | 96 ++++++++++++++++++++--------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/gh-pages/index.html b/gh-pages/index.html index f4d34d1..b1412be 100644 --- a/gh-pages/index.html +++ b/gh-pages/index.html @@ -1 +1 @@ -Gogh - Color SchemeFork me on GitHub

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.

Install

Just copy and paste One line command.

Linux (wget)

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

Mac (curl)

bash -c  "$(curl -sLo- https://git.io/vQgMr)" 
\ No newline at end of file +Gogh - Color SchemeFork me on GitHub

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.

Install

Just copy and paste One line command.

Linux (wget)

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

Mac (curl)

bash -c  "$(curl -sLo- https://git.io/vQgMr)" 
\ No newline at end of file diff --git a/gh-pages/index.src.html b/gh-pages/index.src.html index 1051fde..b85133b 100644 --- a/gh-pages/index.src.html +++ b/gh-pages/index.src.html @@ -167,80 +167,80 @@
- - - - - - - - + + + + + + + +
- - - - - - - - + + + + + + + +
-

- AaBbMmYyZz - {{ theme.black.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_01 }}

-

- AaBbMmYyZz - {{ theme.red.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_02 }}

-

- AaBbMmYyZz - {{ theme.green.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_03 }}

-

- AaBbMmYyZz - {{ theme.yellow.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_04 }}

-

- AaBbMmYyZz - {{ theme.blue.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_05 }}

-

- AaBbMmYyZz - {{ theme.purple.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_06 }}

-

- AaBbMmYyZz - {{ theme.cyan.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_07 }}

-

- AaBbMmYyZz - {{ theme.white.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_08 }}

-

- AaBbMmYyZz - {{ theme.brightBlack.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_09 }}

-

- AaBbMmYyZz - {{ theme.brightRed.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_10 }}

-

- AaBbMmYyZz - {{ theme.brightGreen.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_11 }}

-

- AaBbMmYyZz - {{ theme.brightYellow.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_12 }}

-

- AaBbMmYyZz - {{ theme.brightBlue.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_13 }}

-

- AaBbMmYyZz - {{ theme.brightPurple.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_14 }}

-

- AaBbMmYyZz - {{ theme.brightCyan.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_15 }}

-

- AaBbMmYyZz - {{ theme.brightWhite.toUpperCase() }} +

+ AaBbMmYyZz - {{ theme.color_16 }}