aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-19 14:35:13 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-19 14:49:13 -0400
commit3e6892367cd492afaea05485172d500a624db66d (patch)
treee7d8327f330b8b54e1496121c04d6c47fce9bd0c /themes
parentb76eaafa2fcc6748c19e94fcb6548bcd465978cd (diff)
Rename United Ubuntu -> United GNOME
United GNOME is apparently the actual name of the corresponding GTK theme. Keeping United Ubuntu as an alias until the v2.0 release so as not to break existing configs.
Diffstat (limited to 'themes')
-rw-r--r--themes/dark/united-gnome.json2
-rw-r--r--themes/dark/united-ubuntu.json5
2 files changed, 6 insertions, 1 deletions
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