This theme for Open Web Desktop recreates the Adwaita GNOME UI.
-
Navigate to your client folder in your terminal:
cd owd-client -
Install the desktop module using npm or yarn:
npm install @owdproject/theme-gnome
-
Register the application in your desktop configuration file:
// owd.config.ts export default defineDesktopConfig({ theme: '@owdproject/theme-gnome', apps: ['@owdproject/app-about'], })
The application is released under the MIT License.