mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 16:57:43 +00:00
Replace KDE blue (#3DAEE9) with a glacial teal (#2EB8A8) accent.
Neutral surfaces and semantic status colors unchanged from Breeze.
Both dark and light variants install to ${KDE_INSTALL_DATADIR}/color-schemes.
8 lines
207 B
CMake
8 lines
207 B
CMake
# SPDX-FileCopyrightText: 2026 Shift contributors
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
install(FILES
|
|
ShiftDark.colors
|
|
ShiftLight.colors
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/color-schemes
|
|
)
|