aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-06 22:30:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-06 22:30:05 +0200
commita41ed61c886626d87397f4b9c47097c724198bfb (patch)
treea90613f67b2b544d4a869fc5457e7ad50c08cd1a /data
parent61c22b5f7156b79aba73dc948b0e3fcca87e8db3 (diff)
parent37b166378e439bd5e7467e512f846cc180c9a518 (diff)
downloadayatana-indicator-display-a41ed61c886626d87397f4b9c47097c724198bfb.tar.gz
ayatana-indicator-display-a41ed61c886626d87397f4b9c47097c724198bfb.tar.bz2
ayatana-indicator-display-a41ed61c886626d87397f4b9c47097c724198bfb.zip
Merge branch 'tari01-pr/add-dark-mode'
Attributes GH PR #75: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/75
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.display.gschema.xml20
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>