0.0.2 • Published 7 months ago
@owdproject/theme-gnome v0.0.2
Overview
This theme for Open Web Desktop recreates the Adwaita GNOME UI.
Installation
Navigate to your client folder in your terminal:
cd owd-clientInstall the desktop module using npm or yarn:
npm install @owdproject/theme-gnomeRegister the application in your desktop configuration file:
// owd.config.ts export default defineDesktopConfig({ theme: '@owdproject/theme-gnome', apps: [ '@owdproject/app-about', ] })
Compatibility
The application is compatible with Open Web Desktop client version 3.0.0-alpha.9.
License
The application is released under the MIT License.