aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gallery.md4
-rw-r--r--package.json7
-rw-r--r--themes/dark/united-gnome.json2
-rw-r--r--themes/dark/united-ubuntu.json5
5 files changed, 15 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3e9cccb..4084437 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Preview of the included themes (see the [gallery page](gallery.md) for full-size
<th>Ambiance</th>
<th>Adapta Nokto</th>
<th>Arc Dark</th>
- <th>United Gnome</th>
+ <th>United GNOME</th>
</tr>
<tr>
<td><img alt="Yaru Dark" src="res/yaru-dark.png" width="200"></td>
diff --git a/gallery.md b/gallery.md
index 20a1a72..00e0c0b 100644
--- a/gallery.md
+++ b/gallery.md
@@ -14,9 +14,9 @@
![Arc Dark](res/arc-dark.png)
-### United Ubuntu
+### United GNOME
-![United Ubuntu](res/united-gnome.png)
+![United GNOME](res/united-gnome.png)
### Yaru Dark
diff --git a/package.json b/package.json
index c7469e4..fddf10d 100644
--- a/package.json
+++ b/package.json
@@ -38,11 +38,16 @@
"path": "./themes/dark/arc-dark.json"
},
{
- "label": "United Ubuntu",
+ "label": "United GNOME",
"uiTheme": "vs-dark",
"path": "./themes/dark/united-gnome.json"
},
{
+ "label": "United Ubuntu",
+ "uiTheme": "vs-dark",
+ "path": "./themes/dark/united-ubuntu.json"
+ },
+ {
"label": "Yaru Dark",
"uiTheme": "vs-dark",
"path": "./themes/dark/yaru-dark.json"
diff --git a/themes/dark/united-gnome.json b/themes/dark/united-gnome.json
index 00e1867..136f977 100644
--- a/themes/dark/united-gnome.json
+++ b/themes/dark/united-gnome.json
@@ -1,5 +1,5 @@
{
- "name": "United Ubuntu",
+ "name": "United GNOME",
"type": "dark",
"include": "../include/dark+_vs.json",
"colors": {
diff --git a/themes/dark/united-ubuntu.json b/themes/dark/united-ubuntu.json
new file mode 100644
index 0000000..b10eef3
--- /dev/null
+++ b/themes/dark/united-ubuntu.json
@@ -0,0 +1,5 @@
+{
+ "name": "United Ubuntu",
+ "type": "dark",
+ "include": "./united-gnome.json"
+} \ No newline at end of file