1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #87 from jackmiras/master

Fixing the installation of some themes
This commit is contained in:
Mayccoll 2017-08-25 12:22:39 -05:00 committed by GitHub
commit a3a2aab771
3 changed files with 28 additions and 28 deletions

View File

@ -208,7 +208,7 @@ $ wget -O xt http://git.io/v3D4d && chmod +x xt && ./xt && rm xt
## Monokai Dark
```bash
$ wget -O xt http://git.io/v3DBO && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5mPp && chmod +x xt && ./xt && rm xt
```
![Monokai](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/monokai.dark.png)
@ -228,7 +228,7 @@ $ wget -O xt http://git.io/v5f6B && chmod +x xt && ./xt && rm xt
## Solarized Light
```bash
$ wget -O xt http://git.io/v3DB5 && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt
```
![Solarized Light](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/solarized.light.png)
@ -268,7 +268,7 @@ $ wget -O xt http://git.io/v3D4z && chmod +x xt && ./xt && rm xt
## Hemisu Dark
```bash
$ wget -O xt http://git.io/v3D4M && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5mXA && chmod +x xt && ./xt && rm xt
```
![Hemisu Dark](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/hemisu-dark.png)
@ -278,7 +278,7 @@ $ wget -O xt http://git.io/v3D4M && chmod +x xt && ./xt && rm xt
## Hemisu Light
```bash
$ wget -O xt http://git.io/v3D49 && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5mXj && chmod +x xt && ./xt && rm xt
```
![Hemisu Light](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/hemisu-light.png)
@ -288,7 +288,7 @@ $ wget -O xt http://git.io/v3D49 && chmod +x xt && ./xt && rm xt
## Ocean Dark
```bash
$ wget -O xt http://git.io/v3DBz && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/vQ9TY && chmod +x xt && ./xt && rm xt
```
![Ocean Dark](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/ocean-dark.png)
@ -328,7 +328,7 @@ $ wget -O xt http://git.io/v3DBv && chmod +x xt && ./xt && rm xt
## Tomorrow Night Blue
```bash
$ wget -O xt http://git.io/v3DBj && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5m1t && chmod +x xt && ./xt && rm xt
```
![Tomorrow Night Blue](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/tomorrow-night-blue.png)
@ -338,7 +338,7 @@ $ wget -O xt http://git.io/v3DBj && chmod +x xt && ./xt && rm xt
## Tomorrow Night Bright
```bash
$ wget -O xt http://git.io/v3DRJ && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5m1Y && chmod +x xt && ./xt && rm xt
```
![Tomorrow Night Bright](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/tomorrow-night-bright.png)
@ -348,7 +348,7 @@ $ wget -O xt http://git.io/v3DRJ && chmod +x xt && ./xt && rm xt
## Tomorrow Night Eighties
```bash
$ wget -O xt http://git.io/v3DRI && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5m1s && chmod +x xt && ./xt && rm xt
```
![Tomorrow Night Eighties](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/tomorrow-night-eighties.png)
@ -378,7 +378,7 @@ $ wget -O xt http://git.io/v3DRc && chmod +x xt && ./xt && rm xt
## One Dark
```bash
$ wget -O xt http://git.io/vs7Ut && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5m1l && chmod +x xt && ./xt && rm xt
```
![one.light](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/one.dark.png)
@ -388,7 +388,7 @@ $ wget -O xt http://git.io/v3DRc && chmod +x xt && ./xt && rm xt
## One Light
```bash
$ wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt
$ wget -O xt https://git.io/v5m1u && chmod +x xt && ./xt && rm xt
```
![one.light](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes/one.light.png)

View File

@ -213,7 +213,7 @@
<li class="mix dark bg-black">
<h3> Hemisu Dark </h3>
<div class="code-wrap">
<pre><code class=language-bash id="hemisu-dark">wget -O xt http://git.io/v3D4M && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="hemisu-dark">wget -O xt https://git.io/v5mXA && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#hemisu-dark">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -225,7 +225,7 @@
<li class="mix light bg-white">
<h3> Hemisu Light </h3>
<div class="code-wrap">
<pre><code class=language-bash id="hemisu-light">wget -O xt http://git.io/v3D49 && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="hemisu-light">wget -O xt https://git.io/v5mXj && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#hemisu-light">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -297,7 +297,7 @@
<li class="mix dark bg-brown">
<h3> Monokai </h3>
<div class="code-wrap">
<pre><code class=language-bash id="monokai-dark">wget -O xt http://git.io/v3DBO && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="monokai-dark">wget -O xt https://git.io/v5mPp && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#monokai-dark">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -321,7 +321,7 @@
<li class="mix dark bg-blue">
<h3> Ocean Dark </h3>
<div class="code-wrap">
<pre><code class=language-bash id="ocean-dark">wget -O xt http://git.io/v3DBz && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="ocean-dark">wget -O xt https://git.io/vQ9TY && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#ocean-dark">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -333,7 +333,7 @@
<li class="mix dark bg-black">
<h3> One Dark </h3>
<div class="code-wrap">
<pre><code class=language-bash id="one-dark">wget -O xt http://git.io/vs7Ut && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="one-dark">wget -O xt https://git.io/v5m1l && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#one-dark">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -345,7 +345,7 @@
<li class="mix light bg-white">
<h3> One Light </h3>
<div class="code-wrap">
<pre><code class=language-bash id="one-light">wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="one-light">wget -O xt https://git.io/v5m1u && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#one-light">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -429,7 +429,7 @@
<li class="mix light bg-beich">
<h3> Solarized Light </h3>
<div class="code-wrap">
<pre><code class=language-bash id="solarized-light">wget -O xt http://git.io/v3DB5 && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="solarized-light">wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#solarized-light">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -453,7 +453,7 @@
<li class="mix dark bg-blue">
<h3> Tomorrow Night Blue </h3>
<div class="code-wrap">
<pre><code class=language-bash id="tomorrow-night-blue">wget -O xt http://git.io/v3DBj && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="tomorrow-night-blue">wget -O xt https://git.io/v5m1t && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#tomorrow-night-blue">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -465,7 +465,7 @@
<li class="mix dark bg-black">
<h3> Tomorrow Night Bright </h3>
<div class="code-wrap">
<pre><code class=language-bash id="tomorrow-night-bright">wget -O xt http://git.io/v3DRJ && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="tomorrow-night-bright">wget -O xt https://git.io/v5m1Y && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#tomorrow-night-bright">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>
@ -477,7 +477,7 @@
<li class="mix dark bg-grey">
<h3> Tomorrow Night Eighties </h3>
<div class="code-wrap">
<pre><code class=language-bash id="tomorrow-night-eighties">wget -O xt http://git.io/v3DRI && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="tomorrow-night-eighties">wget -O xt https://git.io/v5m1s && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#tomorrow-night-eighties">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>

View File

@ -71,11 +71,11 @@ color () {
wget -O xt http://git.io/v3D44 && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3D49 && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5mXj && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3D4d && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3D4M && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5mXA && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3D4N && chmod +x xt && ./xt && rm xt
color
@ -87,7 +87,7 @@ wget -O xt http://git.io/v3D8e && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3D8R && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DB5 && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DB9 && chmod +x xt && ./xt && rm xt
color
@ -101,7 +101,7 @@ wget -O xt http://git.io/v3DBK && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DBM && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DBO && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5mPp && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DBP && chmod +x xt && ./xt && rm xt
color
@ -113,7 +113,7 @@ wget -O xt http://git.io/v3DBv && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DBV && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DBz && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/vQ9TY && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3Dlb && chmod +x xt && ./xt && rm xt
color
@ -133,13 +133,13 @@ wget -O xt http://git.io/v3DR0 && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DRB && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DBj && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5m1t && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DRc && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DRI && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5m1s && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DRJ && chmod +x xt && ./xt && rm xt
wget -O xt https://git.io/v5m1Y && chmod +x xt && ./xt && rm xt
color
wget -O xt http://git.io/v3DRs && chmod +x xt && ./xt && rm xt
color