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

Fixing the problem with the installation of the Solarized Dark theme

This commit is contained in:
Jack Miras 2017-08-20 23:20:41 -04:00
parent fb975e3705
commit 6f72809ccb

View File

@ -417,7 +417,7 @@
<li class="mix dark bg-blue"> <li class="mix dark bg-blue">
<h3> Solarized Dark </h3> <h3> Solarized Dark </h3>
<div class="code-wrap"> <div class="code-wrap">
<pre><code class=language-bash id="solarized-dark">wget -O xt http://git.io/v3DBQ && chmod +x xt && ./xt && rm xt</code></pre> <pre><code class=language-bash id="solarized-dark">wget -O xt http://git.io/v5f6B && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#solarized-dark"> <span class="btn-copy" data-clipboard-target="#solarized-dark">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard"> <img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span> </span>