1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

ThemeEditor: Start working on a window theme editor :^)

This commit is contained in:
Andreas Kling 2020-08-21 19:36:20 +02:00
parent 80a9896e83
commit dfe8adde3f
5 changed files with 170 additions and 0 deletions

View file

@ -17,6 +17,7 @@ add_subdirectory(PixelPaint)
add_subdirectory(QuickShow)
add_subdirectory(SoundPlayer)
add_subdirectory(SystemMonitor)
add_subdirectory(ThemeEditor)
add_subdirectory(Terminal)
add_subdirectory(TextEditor)
add_subdirectory(Welcome)