evang/argon-light

A light theme for Webtrees based on Argon Design System

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 1

Open Issues: 1

Language:SCSS

Type:webtrees-module

pkg:composer/evang/argon-light

2.0.0 2026-02-14 16:19 UTC

This package is auto-updated.

Last update: 2026-02-18 21:23:04 UTC


README

Argon Light Theme is a fork of Argon Theme for webtrees by jchue
It adds a modern light theme to Webtrees based on Argon Design System by Creative Tim

This module is brought to you by Evan Galli under the ISC License

Screenshots

Home Statistics
Individual Event
Individual Pending Family
Pedigree Tree Pedigree Map

Installation

Latest release (Recommended)

  1. Download the first zip file from the latest release (look under the "Assets" section).
  2. Unzip the file.
  3. Rename the resulting folder to evang-argonlight.
  4. Move the folder into your webtrees/modules_v4 directory.

Development version

  1. Download the repository as a zip file.
  2. Unzip the file.
  3. Rename the resulting folder to evang-argonlight.
  4. Move the folder into your webtrees/modules_v4 directory.

Development

  1. Make sure you have both composer and npm installed on your system.
  2. Install the dependencies by running the following commands in the module's root directory:
    composer install
    npm install
  3. To build the module, run the following command:
    npm run build
  4. You can now copy the repo folder to your webtrees/modules_v4 directory to test it out.