aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-12 18:08:35 -0400
committerGravatar GitHub <noreply@github.com> 2020-07-12 18:08:35 -0400
commitf8b61d36956880736f4d0009b5e2b3e4f51f196b (patch)
tree57c3b739577897f96219a0f0ccf1bf4eca39eec9
parentb749e048aa0c875645bb01c86ea09a4b3e0ccbe0 (diff)
parent74517d9290debef934810cb9cfe967328d778118 (diff)
Merge pull request #27 from waldyrious/gallery-page
Add a gallery page (fixes #26)
-rw-r--r--README.md37
-rw-r--r--gallery.md33
-rw-r--r--res/adapta-nokto.pngbin0 -> 163396 bytes
-rw-r--r--res/ambiance.png (renamed from res/screen_ambiance.png)bin241621 -> 241621 bytes
-rw-r--r--res/elementary.pngbin0 -> 382209 bytes
-rw-r--r--res/screen_adapta.pngbin948912 -> 0 bytes
-rw-r--r--res/screen_arc.pngbin178534 -> 0 bytes
-rw-r--r--res/united-gnome.png (renamed from res/screen_ugnome.png)bin227288 -> 227288 bytes
8 files changed, 61 insertions, 9 deletions
diff --git a/README.md b/README.md
index a77b38f..3e9cccb 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,34 @@
These VS Code themes blend seamlessly with your GTK themes to provide a more integrated experience.
-![Arc Dark Theme](res/arc-dark.png)
-
-![Adapta Theme](res/screen_adapta.png)
-
-![United Ubuntu](res/screen_ugnome.png)
-
-![Yaru Dark](res/yaru-dark.png)
-
-![Yaru](res/yaru.png)
+Preview of the included themes (see the [gallery page](gallery.md) for full-size screenshots):
+
+<table>
+ <tr>
+ <td><img alt="Adapta Nokto" src="res/adapta-nokto.png" width="200"></td>
+ <td><img alt="Ambiance" src="res/ambiance.png" width="200"></td>
+ <td><img alt="Arc Dark" src="res/arc-dark.png" width="200"></td>
+ <td><img alt="United Ubuntu" src="res/united-gnome.png" width="200"></td>
+ </tr>
+ <tr>
+ <th>Ambiance</th>
+ <th>Adapta Nokto</th>
+ <th>Arc Dark</th>
+ <th>United Gnome</th>
+ </tr>
+ <tr>
+ <td><img alt="Yaru Dark" src="res/yaru-dark.png" width="200"></td>
+ <td><img alt="Elementary" src="res/elementary.png" width="200"></td>
+ <td><img alt="Yaru" src="res/yaru.png" width="200"></td>
+ <td></td>
+ </tr>
+ <tr>
+ <th>Yaru Dark</th>
+ <th>Elementary</th>
+ <th>Yaru</th>
+ <th></th>
+ </tr>
+</table>
Syntax coloring used:
diff --git a/gallery.md b/gallery.md
new file mode 100644
index 0000000..20a1a72
--- /dev/null
+++ b/gallery.md
@@ -0,0 +1,33 @@
+# Gallery
+
+## Dark themes
+
+### Adapta Nokto
+
+![Adapta Nokto](res/adapta-nokto.png)
+
+### Ambiance
+
+![Ambiance](res/ambiance.png)
+
+### Arc Dark
+
+![Arc Dark](res/arc-dark.png)
+
+### United Ubuntu
+
+![United Ubuntu](res/united-gnome.png)
+
+### Yaru Dark
+
+![Yaru Dark](res/yaru-dark.png)
+
+## Light themes
+
+### Elementary
+
+![Elementary](res/elementary.png)
+
+### Yaru
+
+![Yaru](res/yaru.png)
diff --git a/res/adapta-nokto.png b/res/adapta-nokto.png
new file mode 100644
index 0000000..d65cd2a
--- /dev/null
+++ b/res/adapta-nokto.png
Binary files differ
diff --git a/res/screen_ambiance.png b/res/ambiance.png
index 41367b6..41367b6 100644
--- a/res/screen_ambiance.png
+++ b/res/ambiance.png
Binary files differ
diff --git a/res/elementary.png b/res/elementary.png
new file mode 100644
index 0000000..0c36ec5
--- /dev/null
+++ b/res/elementary.png
Binary files differ
diff --git a/res/screen_adapta.png b/res/screen_adapta.png
deleted file mode 100644
index a9f386c..0000000
--- a/res/screen_adapta.png
+++ /dev/null
Binary files differ
diff --git a/res/screen_arc.png b/res/screen_arc.png
deleted file mode 100644
index 0c174da..0000000
--- a/res/screen_arc.png
+++ /dev/null
Binary files differ
diff --git a/res/screen_ugnome.png b/res/united-gnome.png
index 13d9320..13d9320 100644
--- a/res/screen_ugnome.png
+++ b/res/united-gnome.png
Binary files differ