~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to data/org.pantheon.gazette.gschema.xml

  • Committer: Santiago Ocamica
  • Date: 2013-07-19 22:30:09 UTC
  • Revision ID: santi6982@gmail.com-20130719223009-2t8rkv5ikw84iy2g
Many many changes, introduces some API changes and personalizable widgets, the text size, color and font are now standarized and changeable through dconf (I'll add the options to the plug when I find the time)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            <summary>Whether or not to show a welcome message on launch.</summary>
14
14
        </key>
15
15
    </schema>
16
 
</schemalist>
 
 
b'\\ No newline at end of file'
 
16
    <schema path="/org/pantheon/gazette/appearance/" id="org.pantheon.gazette.appearance" gettext-domain="gazette">
 
17
        <key name="title-font" type="s">
 
18
            <default>"Raleway"</default>
 
19
            <summary>The font used for the widgets' titles</summary>
 
20
        </key>
 
21
        <key name="title-size" type="i">
 
22
            <default>20</default>
 
23
            <summary>The font size for titles</summary>
 
24
        </key>
 
25
        <key name="content-font" type="s">
 
26
            <default>"Open Sans Light"</default>
 
27
            <summary>The font used for widgets' content</summary>
 
28
        </key>
 
29
        <key name="content-size" type="i">
 
30
            <default>12</default>
 
31
            <summary>The font size used for widgets' content</summary>
 
32
        </key>
 
33
        <key name="text-color" type="s">
 
34
            <default>"white"</default>
 
35
            <summary>The RGBA color for all the text in either "#rrggbb", "rgba(r,g,b,a)", "rgb(r,g,b)" or any named color from the X11 rgb.txt file</summary>
 
36
        </key>
 
37
        <key name="shadow-color" type="s">
 
38
            <default>"black"</default>
 
39
            <summary>The RGBA color for all the text in either "#rrggbb", "rgba(r,g,b,a)", "rgb(r,g,b)" or any named color from the X11 rgb.txt file</summary>
 
40
        </key>
 
41
    </schema>
 
42
</schemalist>