mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Fixing the Ocean Dark theme installation
This commit is contained in:
parent
cc92c9a4b6
commit
d3f1c6dc3f
@ -288,7 +288,7 @@ $ wget -O xt https://git.io/v5mXj && 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)
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user