mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
Drop empty Shift desktop theme package
The package shipped no overrides and only inherited the system default theme, so it had no visible effect. Authoring a correct FrameSvg override needs a separate, designed effort.
This commit is contained in:
parent
ce5fbf8bea
commit
453c580444
6 changed files with 0 additions and 52 deletions
|
|
@ -149,7 +149,6 @@ plasma_install_package(${SHIFT_SHELL_PACKAGE_DIR} org.kde.plasma.mobileshell she
|
||||||
|
|
||||||
add_subdirectory(bin)
|
add_subdirectory(bin)
|
||||||
add_subdirectory(color-schemes)
|
add_subdirectory(color-schemes)
|
||||||
add_subdirectory(desktoptheme)
|
|
||||||
add_subdirectory(fonts)
|
add_subdirectory(fonts)
|
||||||
add_subdirectory(icons)
|
add_subdirectory(icons)
|
||||||
add_subdirectory(wallpapers)
|
add_subdirectory(wallpapers)
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
# SPDX-FileCopyrightText: 2026 SHIFT Contributors
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
|
|
||||||
# Install the Shift Plasma desktop theme. The package starts empty and
|
|
||||||
# inherits everything from the system "default" theme; override SVGs are
|
|
||||||
# added one at a time as identity work progresses, so each override can
|
|
||||||
# be reviewed visually in isolation.
|
|
||||||
install(
|
|
||||||
DIRECTORY org.shift.desktoptheme
|
|
||||||
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme
|
|
||||||
)
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: 2026 SHIFT Contributors
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Shift Plasma desktop theme
|
|
||||||
|
|
||||||
Empty package. Inherits the system "default" desktop theme. SVG overrides are
|
|
||||||
added incrementally so each visual change can be reviewed in isolation in the
|
|
||||||
preview.
|
|
||||||
|
|
||||||
The shell currently references these `KSvg` paths and they are the only ones
|
|
||||||
worth overriding here:
|
|
||||||
|
|
||||||
- `widgets/panel-background` (`solid/widgets/panel-background` variant)
|
|
||||||
- `widgets/background`
|
|
||||||
- `widgets/slider`
|
|
||||||
- `widgets/tabbar`
|
|
||||||
|
|
||||||
Anything not provided here falls back through the inheritance chain to the
|
|
||||||
system Breeze theme, so adding overrides is strictly additive.
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"KPackageStructure": "Plasma/Theme",
|
|
||||||
"KPlugin": {
|
|
||||||
"Authors": [
|
|
||||||
{
|
|
||||||
"Name": "SHIFT Contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"Description": "Shift Plasma theme",
|
|
||||||
"Id": "org.shift.desktoptheme",
|
|
||||||
"License": "GPL-2.0-or-later",
|
|
||||||
"Name": "Shift"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
SPDX-FileCopyrightText: 2026 SHIFT Contributors
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
|
|
@ -19,9 +19,6 @@ menuFont=Atkinson Hyperlegible Next,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||||
[kdeglobals][Icons]
|
[kdeglobals][Icons]
|
||||||
Theme=breeze-dark
|
Theme=breeze-dark
|
||||||
|
|
||||||
[plasmarc][Theme]
|
|
||||||
name=org.shift.desktoptheme
|
|
||||||
|
|
||||||
[Wallpaper]
|
[Wallpaper]
|
||||||
Image=SHIFT
|
Image=SHIFT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue