Table of Contents

Enum BootstrapTheme

Namespace
Hi.Common.Messages
Assembly
HiGeom.dll

Bootstrap theme colors for UI styling.

public enum BootstrapTheme
Extension Methods

Fields

danger = 5

Danger theme color (typically red).

dark = 7

Dark theme color (typically black or very dark gray).

info = 3

Information theme color (typically light blue).

light = 6

Light theme color (typically white or very light gray).

primary = 0

Primary theme color (typically blue).

secondary = 1

Secondary theme color (typically gray).

success = 2

Success theme color (typically green).

warning = 4

Warning theme color (typically yellow).