// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/autofill/password_generation_popup_view.h"

namespace autofill {

const SkColor PasswordGenerationPopupView::kPasswordTextColor =
    SkColorSetRGB(0x33, 0x33, 0x33);
const SkColor PasswordGenerationPopupView::kExplanatoryTextBackgroundColor =
    SkColorSetRGB(0xF5, 0xF5, 0xF5);
const SkColor PasswordGenerationPopupView::kExplanatoryTextColor =
    SkColorSetRGB(0x66, 0x66, 0x66);
const SkColor PasswordGenerationPopupView::kDividerColor =
    SkColorSetRGB(0xE9, 0xE9, 0xE9);

}  // namespace autofill