13
13
<summary>Whether or not to show a welcome message on launch.</summary>
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>
21
<key name="title-size" type="i">
23
<summary>The font size for titles</summary>
25
<key name="content-font" type="s">
26
<default>"Open Sans Light"</default>
27
<summary>The font used for widgets' content</summary>
29
<key name="content-size" type="i">
31
<summary>The font size used for widgets' content</summary>
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>
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>