diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Fog/Makefile.am (renamed from desktop-themes/Mist/Makefile.am) | 2 | ||||
-rw-r--r-- | desktop-themes/Fog/index.theme.in (renamed from desktop-themes/Mist/index.theme.in) | 8 | ||||
-rw-r--r-- | desktop-themes/Makefile.am | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/Mist/Makefile.am b/desktop-themes/Fog/Makefile.am index 1c882784..dd0e5ad7 100644 --- a/desktop-themes/Mist/Makefile.am +++ b/desktop-themes/Fog/Makefile.am @@ -1,4 +1,4 @@ -THEME_NAME=Mist +THEME_NAME=Fog THEME_IN_FILES=index.theme.in %.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache diff --git a/desktop-themes/Mist/index.theme.in b/desktop-themes/Fog/index.theme.in index d9bc8867..0911068f 100644 --- a/desktop-themes/Mist/index.theme.in +++ b/desktop-themes/Fog/index.theme.in @@ -1,8 +1,8 @@ [X-GNOME-Metatheme] -_Name=Mist +_Name=Fog Type=X-GNOME-Metatheme _Comment=A minimalistic appearance Encoding=UTF-8 -GtkTheme=Mist -MetacityTheme=Mist -IconTheme=Mist +GtkTheme=Fog +MetacityTheme=Fog +IconTheme=Fog diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 755f5c87..898108dd 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -27,6 +27,6 @@ DIST_SUBDIRS = \ LargePrint \ LowContrast \ LowContrastLargePrint \ - Mist \ + Fog \ TraditionalOkTest |