shift-shell/initialstart/modules/prepare/colorssettings.kcfg
Marco Allegretti 18bef9a573 Brand product metadata as SHIFT
Update session, AppStream, service, shell metadata, and initial setup about/defaults to use SHIFT-facing product metadata while keeping runtime package IDs and executable names stable. Install Shift AppStream metadata and remove stale upstream metainfo from existing prefixes. Add a guard for product metadata branding.
2026-05-17 15:44:56 +02:00

29 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
-->
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name="kdeglobals"/>
<group name="General">
<entry name="colorScheme" key="ColorScheme" type="String">
<label>Color scheme name</label>
<default>ShiftLight</default>
</entry>
<entry name="accentColor" key="AccentColor" type="Color">
<label>Accent color</label>
<default>transparent</default>
</entry>
<entry name="lastUsedCustomAccentColor" key="LastUsedCustomAccentColor" type="Color">
<label>The last used custom accent color before user switched to wallpaper generated color or default color</label>
<default>transparent</default>
</entry>
<entry name="accentColorFromWallpaper" key="accentColorFromWallpaper" type="Bool">
<label>Whether accent color from wallpaper should be applied</label>
<default>false</default>
</entry>
</group>
</kcfg>