summaryrefslogtreecommitdiffstats
path: root/colorscheme/CMakeLists.txt
blob: b41cb592b305754ab8ed5c56312fe71a3d4c4b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
# twin-style-mallory                                                           #
# ------------------                                                           #
# This file is licensed under the terms of GNU GPL v3 or later.                #
# Improvements and feedback are welcome.                                       #
################################################################################

### Data #######################################################################
file(GLOB COLOR_SCHEMES *.kcsrc)

tde_create_translated_desktop(
  SOURCE ${COLOR_SCHEMES}
  DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes
  PO_DIR twin-style-mallory-colors
)