diff options
author | Perberos <[email protected]> | 2011-11-07 21:13:10 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 21:13:10 -0300 |
commit | c7e1c2017b54f82463101d3680e23cb6090c3467 (patch) | |
tree | 7a99d809e643a7eae87745ae03c76c417a67491f /data | |
parent | 421415f7cb1ba9c8a97a1837d4f789242c2fb0e6 (diff) | |
download | pluma-c7e1c2017b54f82463101d3680e23cb6090c3467.tar.bz2 pluma-c7e1c2017b54f82463101d3680e23cb6090c3467.tar.xz |
settings tango as default theme
Diffstat (limited to 'data')
-rwxr-xr-x | data/pluma.schemas.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pluma.schemas.in.in b/data/pluma.schemas.in.in index 9fe1532b..6b0072ad 100755 --- a/data/pluma.schemas.in.in +++ b/data/pluma.schemas.in.in @@ -35,7 +35,7 @@ <applyto>/apps/pluma/preferences/editor/colors/scheme</applyto> <owner>pluma</owner> <type>string</type> - <default>classic</default> + <default>tango</default> <locale name="C"> <short>Style Scheme</short> <long>The ID of a GtkSourceView Style Scheme used to @@ -134,7 +134,7 @@ <applyto>/apps/pluma/preferences/editor/tabs/tabs_size</applyto> <owner>pluma</owner> <type>int</type> - <default>8</default> + <default>4</default> <locale name="C"> <short>Tab Size</short> <long>Specifies the number of spaces that should be displayed |