Skip to content

openmost/OpenmostTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openmost Theme for Matomo

A modern, brand-aligned theme that brings the openmost.io visual identity to your Matomo dashboard. Built on top of Matomo's native theming engine — no HTML structure changes, no functional overrides, just CSS.

Highlights

  • Light & Dark modes — fully wired through Matomo's native data-theme-mode switching (auto / light / dark).
  • Openmost design system — Sora typography, Openmost blue (#426CDA), navy panels (#1C1F41), 1rem rounded corners.
  • Native variables — uses Matomo's --theme-color-* CSS variables throughout; override any of them in your own plugin to fine-tune the look.
  • Zero conflicts — the theme is purely visual. Markup is untouched, so it stays compatible with every other Matomo plugin.

Requirements

  • Matomo 5.10 or newer (uses the light/dark ThemeStyles array API introduced in 5.10)

Installation

  1. Open your Matomo administration panel.
  2. Go to Marketplace and filter by Themes.
  3. Search for Openmost Theme, install it.
  4. Activate it from Personal → Settings → General Settings (or System → General Settings for the instance default).
  5. Pick Auto / Light / Dark in the theme mode selector — the Openmost palette adapts to the choice.

Customization

Every color is exposed as a CSS variable. To tweak the palette, override any --theme-color-* variable in a custom plugin or in misc/user/user.css:

:root {
  --theme-color-brand: #00b4d8; /* your brand */
}

Openmost-specific tokens (border radius, padding) are also available:

:root {
  --o-component-border-radius: 0.75rem;
  --o-component-padding: 1.25rem;
}

Support

Thank you for installing — and enjoy the new look.

About

Openmost official theme for Matomo

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors