From 500a314b2b09c9fa02c5a16981fc14893ed0c2d2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 16 Nov 2024 19:40:16 +0900 Subject: Add Euforie theme from https://www.pling.com/p/1004842 There is no indication of the license for this theme, but since it is available on Pling it is reasonable to assume it is free to use. Should the author think this is not the case, please reach out to us and we will remove the theme. Signed-off-by: Michele Calgaro --- themes/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/CMakeLists.txt') diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt index 04e1eac..6e63afc 100644 --- a/themes/CMakeLists.txt +++ b/themes/CMakeLists.txt @@ -1,6 +1,6 @@ ##### default themes ################################ install( - DIRECTORY Default-theme Bushido-Yellow-theme + DIRECTORY Default-theme Bushido-Yellow-theme Euforie-theme DESTINATION ${DATA_INSTALL_DIR}/deKorator/themes/ ) -- cgit v1.2.1