diff options
-rw-r--r-- | data/org.ayatana.indicator.display.gschema.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.display.gschema.xml b/data/org.ayatana.indicator.display.gschema.xml index 3a0c89b..ededac4 100644 --- a/data/org.ayatana.indicator.display.gschema.xml +++ b/data/org.ayatana.indicator.display.gschema.xml @@ -37,5 +37,25 @@ <summary>Screen brightness</summary> <description>Stores the current brightness value of your screen.</description> </key> + <key name="light-theme" type="s"> + <default>'current'</default> + <summary>The name of the light theme</summary> + <description>This is the theme the indicator will set when "Light" is selected.</description> + </key> + <key name="dark-theme" type="s"> + <default>'current'</default> + <summary>The name of the dark theme</summary> + <description>This is the theme the indicator will set when "Dark" is selected.</description> + </key> + <key type="s" name="theme-profile"> + <choices> + <choice value='light'/> + <choice value='dark'/> + <choice value='adaptive'/> + </choices> + <default>'light'</default> + <summary>Theme profile</summary> + <description>The current theme temperature profile being used by the indicator.</description> + </key> </schema> </schemalist> |