//
// Copyright 2026 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// AUTOGENERATED. DO NOT MODIFY.
// To modify this file, update the source template,
// or run the compiler: go/carbon-service-code-gen-mwtc.
// Source template: formats/sassvars/contextualtokenset.scss.tmpl

// Design system: Google Material 3
// Version: 34.0.21
// Configured context tags:
//   audience: 3p
//   font: static
//   platform: web
// Output format: sass_vars

@use 'md-sys-color';
@use 'md-sys-shape';
@use 'md-sys-state';

/// md.comp.toolbar.vibrant.disabled.icon.opacity (Disabled)
$disabled-icon-opacity: 0.38;
/// md.comp.toolbar.vibrant.disabled.label-text.opacity (Disabled)
$disabled-label-text-opacity: 0.38;
/// md.comp.toolbar.vibrant.button.container.color (Enabled)
$button-container-color: md-sys-color.$primary-container;
/// md.comp.toolbar.vibrant.container.color (Enabled)
$container-color: md-sys-color.$primary-container;
/// md.comp.toolbar.vibrant.container.shape (Enabled)
$container-shape: md-sys-shape.$corner-full;
/// md.comp.toolbar.vibrant.disabled.icon.color (Disabled)
$disabled-icon-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.disabled.label-text.color (Disabled)
$disabled-label-text-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.focused.icon.color (Focused)
$focused-icon-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.focused.label-text.color (Focused)
$focused-label-text-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.focused.state-layer.color (Focused)
$focused-state-layer-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.focused.state-layer.opacity (Focused)
$focused-state-layer-opacity: md-sys-state.$focus-state-layer-opacity;
/// md.comp.toolbar.vibrant.hovered.icon.color (Hovered)
$hovered-icon-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.hovered.label-text.color (Hovered)
$hovered-label-text-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.hovered.state-layer.color (Hovered)
$hovered-state-layer-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.hovered.state-layer.opacity (Hovered)
$hovered-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
/// md.comp.toolbar.vibrant.icon.color (Enabled)
$icon-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.label-text.color (Enabled)
$label-text-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.pressed.icon.color (Pressed)
$pressed-icon-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.pressed.label-text.color (Pressed)
$pressed-label-text-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.pressed.state-layer.color (Pressed)
$pressed-state-layer-color: md-sys-color.$on-primary-container;
/// md.comp.toolbar.vibrant.pressed.state-layer.opacity (Pressed)
$pressed-state-layer-opacity: md-sys-state.$pressed-state-layer-opacity;
/// md.comp.toolbar.vibrant.selected.button.container.color (Enabled)
$selected-button-container-color: md-sys-color.$surface-container;
/// md.comp.toolbar.vibrant.selected.focused.icon.color (Focused)
$selected-focused-icon-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.focused.label-text.color (Focused)
$selected-focused-label-text-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.focused.state-layer.color (Focused)
$selected-focused-state-layer-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.hovered.icon.color (Hovered)
$selected-hovered-icon-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.hovered.label-text.color (Hovered)
$selected-hovered-label-text-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.hovered.state-layer.color (Hovered)
$selected-hovered-state-layer-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.icon.color (Enabled)
$selected-icon-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.label-text.color (Enabled)
$selected-label-text-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.pressed.icon.color (Pressed)
$selected-pressed-icon-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.pressed.label-text.color (Pressed)
$selected-pressed-label-text-color: md-sys-color.$on-surface;
/// md.comp.toolbar.vibrant.selected.pressed.state-layer.color (Pressed)
$selected-pressed-state-layer-color: md-sys-color.$on-surface;
