diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 23:19:09 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-13 23:19:09 +0200 |
| commit | 695ece2c35491a509c70ef710bd0419d67b8fd0f (patch) | |
| tree | c2ac6aac664aff004207a36c376ba46c679c2b09 /res/CMakeLists.txt | |
| parent | 37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 (diff) | |
| download | turns-695ece2c35491a509c70ef710bd0419d67b8fd0f.tar.xz turns-695ece2c35491a509c70ef710bd0419d67b8fd0f.zip | |
app: add basic dark theme support
Diffstat (limited to 'res/CMakeLists.txt')
| -rw-r--r-- | res/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
