diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-12 18:08:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 18:08:35 -0400 |
commit | f8b61d36956880736f4d0009b5e2b3e4f51f196b (patch) | |
tree | 57c3b739577897f96219a0f0ccf1bf4eca39eec9 | |
parent | b749e048aa0c875645bb01c86ea09a4b3e0ccbe0 (diff) | |
parent | 74517d9290debef934810cb9cfe967328d778118 (diff) |
Merge pull request #27 from waldyrious/gallery-page
Add a gallery page (fixes #26)
-rw-r--r-- | README.md | 37 | ||||
-rw-r--r-- | gallery.md | 33 | ||||
-rw-r--r-- | res/adapta-nokto.png | bin | 0 -> 163396 bytes | |||
-rw-r--r-- | res/ambiance.png (renamed from res/screen_ambiance.png) | bin | 241621 -> 241621 bytes | |||
-rw-r--r-- | res/elementary.png | bin | 0 -> 382209 bytes | |||
-rw-r--r-- | res/screen_adapta.png | bin | 948912 -> 0 bytes | |||
-rw-r--r-- | res/screen_arc.png | bin | 178534 -> 0 bytes | |||
-rw-r--r-- | res/united-gnome.png (renamed from res/screen_ugnome.png) | bin | 227288 -> 227288 bytes |
8 files changed, 61 insertions, 9 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..d65cd2a --- /dev/null +++ b/res/adapta-nokto.png diff --git a/res/screen_ambiance.png b/res/ambiance.png Binary files differindex 41367b6..41367b6 100644 --- a/res/screen_ambiance.png +++ b/res/ambiance.png diff --git a/res/elementary.png b/res/elementary.png Binary files differnew file mode 100644 index 0000000..0c36ec5 --- /dev/null +++ b/res/elementary.png diff --git a/res/screen_adapta.png b/res/screen_adapta.png Binary files differdeleted file mode 100644 index a9f386c..0000000 --- a/res/screen_adapta.png +++ /dev/null diff --git a/res/screen_arc.png b/res/screen_arc.png Binary files differdeleted file mode 100644 index 0c174da..0000000 --- a/res/screen_arc.png +++ /dev/null diff --git a/res/screen_ugnome.png b/res/united-gnome.png Binary files differindex 13d9320..13d9320 100644 --- a/res/screen_ugnome.png +++ b/res/united-gnome.png |