:root{
--color-accent:#b8e034;
--color-accent-hover:color-mix(in srgb, #b8e034 88%, #000);
--color-accent-border:color-mix(in srgb, #b8e034 78%, #000);
--color-accent-muted:color-mix(in srgb, #b8e034 62%, #000);
--color-accent-soft:color-mix(in srgb, #b8e034 12%, #fff);
--color-accent-soft2:#f4f9e0;
--color-accent-background:#f4f9e0;
--color-accent-rgb:184, 224, 52;
--color-hover-bg:color-mix(in srgb, #b8e034 12%, #fff);
--dyntbl-row-hover-bg:var(--color-hover-bg);
--color-selection:#b8e034;
--color-selection-border:color-mix(in srgb, #b8e034 78%, #000);
--color-selection-soft:color-mix(in srgb, #b8e034 12%, #fff);
--color-selection-soft2:color-mix(in srgb, #b8e034 22%, #fff);
--color-selection-rgb:184, 224, 52;
--color-link:#b8e034;
--color-link-rgb:184, 224, 52;
--color-button-bg:#b8e034;
--color-button-border:color-mix(in srgb, #b8e034 78%, #000);
--color-button-rgb:184, 224, 52;
}
