shift-shell/desktoptheme/CMakeLists.txt
Marco Allegretti 64e9bdf5db Use Atkinson Hyperlegible as default font
Add a Shift desktop theme package and point the look-and-feel
defaults at Atkinson Hyperlegible Next / Mono.
2026-05-14 09:34:10 +02:00

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
)