Theme Selection

User Themes

Users can personalise the interface colour scheme. There are several in-built themes to choose from:

Instructions

  1. Click your username at the top right to open your profile.
  2. Choose a theme from the Theme dropdown.
  3. Click Save — your choice is stored and applied across all devices.
User Profile - theme selection

Samples

Blue Theme

User Profile - blue theme

Pink Theme

User Profile - blue theme

Admin Themes

Administrators can add or modify themes.

  1. Create a new CSS file in /wwwroot/css/themes/ by copying an existing theme.

  2. Ask AI to provide a theme e.g. coral

  3. Add a record to Usr.tbTheme using the standard SQL insert format:

    INSERT INTO Usr.tbTheme (ThemeCode, ThemeName, CssFile)
    VALUES ('CORAL', 'Coral', 'theme-coral.css');