diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-09 18:41:19 -0500 |
---|---|---|
committer | Thomas Thurman <marnanel@sandy-heath.kptw.thurman.org.uk> | 2011-02-18 13:21:25 -0500 |
commit | 72dfc33520472306d7b8f791b8f23e65dd3ff88e (patch) | |
tree | 3f8375d5c3061cd81d0e19242b6a0fa45c14c0da | |
parent | a3ea8a10035b6fa810ba0c9e8f696eabc7abf477 (diff) | |
download | metacity-72dfc33520472306d7b8f791b8f23e65dd3ff88e.tar.gz |
Use GNOME 3 theme defaults
GNOME 3 is using the Adwaita theme, and Cantarell as the titlebar font.
https://bugzilla.gnome.org/show_bug.cgi?id=641548
-rw-r--r-- | src/metacity.schemas.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/metacity.schemas.in.in b/src/metacity.schemas.in.in index 466b6dde..fe4c82cb 100644 --- a/src/metacity.schemas.in.in +++ b/src/metacity.schemas.in.in @@ -247,7 +247,7 @@ <applyto>/apps/metacity/general/theme</applyto> <owner>metacity</owner> <type>string</type> - <default>Clearlooks</default> + <default>Adwaita</default> <locale name="C"> <short>Current theme</short> <long> @@ -278,7 +278,7 @@ <applyto>/apps/metacity/general/titlebar_font</applyto> <owner>metacity</owner> <type>string</type> - <default>Sans Bold 10</default> + <default>Cantarell Bold 11</default> <locale name="C"> <short>Window title font</short> <long> |