Skip to content

Commit 544645a

Browse files
authored
Merge pull request #120 from bplcoder14/51-add-theme-gallery
#51 add theme gallery
2 parents b85e1fc + 48c52fa commit 544645a

40 files changed

+104
-0
lines changed

ADDING_THEMES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
How to add a new theme to the theme gallery:
2+
3+
1. Take a screenshot of the theme and place it in the /images/gallery/themes folder. Make sure the name of the screenshot is like this: (theme name).png
4+
5+
2. Add the name of the theme to the ```themeList``` array in ```load_themes.js```.

css/themegallery.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.theme-image {
2+
width: 100%;
3+
height: auto;
4+
display: block;
5+
max-width: 100%;
6+
}

guide/0100/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/0110/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/0111/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/0120/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/0130/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/0131/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/0140/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

guide/070/themes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h3>Loading a theme</h3>
3333

3434
<p>To list available themes:</p>
3535
<pre><code>/theme list</code></pre>
36+
<p>You can see a preview of each theme in the <a href="/themegallery.html">theme gallery</a>.</p>
3637
<p>To load a theme:</p>
3738
<pre><code>/theme load &lt;theme-file&gt;</code></pre>
3839
</section>

0 commit comments

Comments
 (0)