diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Fog/index.theme.in | 2 | ||||
-rw-r--r-- | desktop-themes/Glossy/index.theme.in | 8 | ||||
-rw-r--r-- | desktop-themes/Makefile.am | 6 | ||||
-rw-r--r-- | desktop-themes/Quid/index.theme.in | 4 | ||||
-rw-r--r-- | desktop-themes/Shiny/Makefile.am (renamed from desktop-themes/Glossy/Makefile.am) | 2 | ||||
-rw-r--r-- | desktop-themes/Shiny/index.theme.in | 8 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/index.theme.in | 2 |
7 files changed, 16 insertions, 16 deletions
diff --git a/desktop-themes/Fog/index.theme.in b/desktop-themes/Fog/index.theme.in index 0911068f..1858daeb 100644 --- a/desktop-themes/Fog/index.theme.in +++ b/desktop-themes/Fog/index.theme.in @@ -3,6 +3,6 @@ _Name=Fog Type=X-GNOME-Metatheme _Comment=A minimalistic appearance Encoding=UTF-8 -GtkTheme=Fog +GtkTheme=Mist MetacityTheme=Fog IconTheme=Fog diff --git a/desktop-themes/Glossy/index.theme.in b/desktop-themes/Glossy/index.theme.in deleted file mode 100644 index dd758cb1..00000000 --- a/desktop-themes/Glossy/index.theme.in +++ /dev/null @@ -1,8 +0,0 @@ -[X-GNOME-Metatheme] -_Name=Glossy -Type=X-GNOME-Metatheme -_Comment=A glossy looking theme -Encoding=UTF-8 -GtkTheme=Glossy -MetacityTheme=Glossy -IconTheme=mate diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 898108dd..e63fd2a1 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = \ Quid \ TraditionalOk \ Glider \ - Glossy \ + Shiny \ HighContrast \ HighContrastInverse \ HighContrastLargePrint \ @@ -11,7 +11,7 @@ SUBDIRS = \ LargePrint \ LowContrast \ LowContrastLargePrint \ - Mist \ + Fog \ $(TEST_THEMES) DIST_SUBDIRS = \ @@ -19,7 +19,7 @@ DIST_SUBDIRS = \ Quid \ TraditionalOk \ Glider \ - Glossy \ + Shiny \ HighContrast \ HighContrastInverse \ HighContrastLargePrint \ diff --git a/desktop-themes/Quid/index.theme.in b/desktop-themes/Quid/index.theme.in index aa022e62..98b364ba 100644 --- a/desktop-themes/Quid/index.theme.in +++ b/desktop-themes/Quid/index.theme.in @@ -3,6 +3,6 @@ _Name=Quid Type=X-GNOME-Metatheme _Comment=Smooth gradients with purple highlights Encoding=UTF-8 -GtkTheme=Quid -MetacityTheme=Quid +GtkTheme=Crux +MetacityTheme=Glider IconTheme=Quid diff --git a/desktop-themes/Glossy/Makefile.am b/desktop-themes/Shiny/Makefile.am index 9797ac3a..e00c5fe2 100644 --- a/desktop-themes/Glossy/Makefile.am +++ b/desktop-themes/Shiny/Makefile.am @@ -1,4 +1,4 @@ -THEME_NAME=Glossy +THEME_NAME=Shiny 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/Shiny/index.theme.in b/desktop-themes/Shiny/index.theme.in new file mode 100644 index 00000000..ae6c1dce --- /dev/null +++ b/desktop-themes/Shiny/index.theme.in @@ -0,0 +1,8 @@ +[X-GNOME-Metatheme] +_Name=Shiny +Type=X-GNOME-Metatheme +_Comment=A Shiny looking theme +Encoding=UTF-8 +GtkTheme=Shiny +MetacityTheme=Shiny +IconTheme=mate diff --git a/desktop-themes/TraditionalOk/index.theme.in b/desktop-themes/TraditionalOk/index.theme.in index 8b7e4108..1e1f5267 100644 --- a/desktop-themes/TraditionalOk/index.theme.in +++ b/desktop-themes/TraditionalOk/index.theme.in @@ -3,6 +3,6 @@ _Name=TraditionalOk Type=X-GNOME-Metatheme _Comment=Attractive Usability Encoding=UTF-8 -GtkTheme=TraditionalOk +GtkTheme=Clearlooks MetacityTheme=TraditionalOk IconTheme=mate |