Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
FaxStore IconFaxStore

Weblutions Documentation / FaxStore / Color Presets

Updated

Color Presets

By Josh M. 1 min 4

FaxStore contains a color profile in CSS which can be modified by store administrators to change the colors used on the store. This is useful for theme creators as instead on a per theme configuration, the developer can have their theme use the existing colors.

These colors can be modified by store administrators in the branding settings page.

Default Color Presets

:root {
    --primary: #a36ad8;
    --secondary: #5b7dd2;
    --accent: #0171d1;
    --text: #FFFFFF;
    --textSecondary: #EEEEEE;
    --gray: #B3B1B2;
    --grayDark: #3F4042;
    --staffAccentDark: #072535;
    --staffAccentLight: #0c4c6e;
    --info: #00a6ff;
    --infoBorder: #0c4c6e;
    --danger: #720c1b;
    --dangerBorder: #d1213b;
    --success: #0c7211;
    --successBorder: #44d121;
    --warning: #72460c;
    --warningBorder: #d17021;
}

These presets may be expanded upon in the future to allow further FaxStore customisation.