// Code generated by @carbon/themes. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@use 'sass:map';
@use 'sass:string';

$content-switcher-background: (
  white-theme: #e0e0e0,
  g-10: #e0e0e0,
  g-90: rgba(0, 0, 0, 0),
  g-100: rgba(0, 0, 0, 0),
) !default;

$content-switcher-background-hover: (
  white-theme: #d1d1d1,
  g-10: #d1d1d1,
  g-90: rgba(141, 141, 141, 0.12),
  g-100: rgba(141, 141, 141, 0.12),
) !default;

$content-switcher-selected: (
  white-theme: #ffffff,
  g-10: #ffffff,
  g-90: rgba(141, 141, 141, 0.24),
  g-100: rgba(141, 141, 141, 0.24),
) !default;
