mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
Add a Shift desktop theme package and point the look-and-feel defaults at Atkinson Hyperlegible Next / Mono.
11 lines
455 B
CMake
11 lines
455 B
CMake
# 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
|
|
)
|