blob: 050a16d53238b435605f7ca1406e4cd1235aacb4 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_TABS_TAB_GROUP_THEME_H_
#define CHROME_BROWSER_UI_TABS_TAB_GROUP_THEME_H_
#include "components/tab_groups/tab_group_color.h"
#include "ui/color/color_id.h"
ui::ColorId GetTabGroupTabStripColorId(
tab_groups::TabGroupColorId group_color_id,
bool active_frame);
ui::ColorId GetThumbnailTabStripTabGroupColorId(
tab_groups::TabGroupColorId group_color_id,
bool active_frame);
ui::ColorId GetTabGroupDialogColorId(
tab_groups::TabGroupColorId group_color_id);
ui::ColorId GetSavedTabGroupForegroundColorId(
tab_groups::TabGroupColorId group_color_id);
ui::ColorId GetSavedTabGroupOutlineColorId(
tab_groups::TabGroupColorId group_color_id);
ui::ColorId GetTabGroupContextMenuColorId(
tab_groups::TabGroupColorId group_color_id);
ui::ColorId GetTabGroupBookmarkColorId(
tab_groups::TabGroupColorId group_color_id);
#endif // CHROME_BROWSER_UI_TABS_TAB_GROUP_THEME_H_