From 695ece2c35491a509c70ef710bd0419d67b8fd0f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 13 Jul 2024 23:19:09 +0200 Subject: app: add basic dark theme support --- res/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'res/CMakeLists.txt') diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index 36f23ff..cc3ff8b 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -9,6 +9,7 @@ target_add_glib_resources("res" "windows/main_window.ui" CSS_FILES "style.css" + "style-dark.css" ) target_compile_options("res" PRIVATE -- cgit v1.2.3