/theme-win95

Windows 95 theme for OWD client

Primary LanguageVueMIT LicenseMIT

Win95 Theme

Windows 95 Theme for Open Web Desktop.

Overview

This theme for Open Web Desktop recreates the old fashioned Windows 95 UI.

Installation

owd install-theme @owdproject/theme-win95

Usage

Available configuration

You could set this configuration in /desktop/owd.config.ts:

export default defineDesktopConfig({
  theme: '@owdproject/theme-win95',
  desktop: {
    systemBar: {
      enabled: true,
      startButton: true,
      position: 'bottom'
    }
  }
})

License

The application is released under the MIT License.