blob: 79c9dd82ab7804dc99bc9762942469ee55916d84 [file] [edit]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module ui.mojom;
enum BrowserColorVariant {
kSystem,
kTonalSpot,
kNeutral,
kVibrant,
kExpressive,
};