@owdproject/theme-gnome
v0.1.0
Published
Open Web Desktop theme
Downloads
9
Readme
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'], })
License
The application is released under the MIT License.
